/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Two
5. Main Slider / Slider Two
6. Agency Section
7. Projects Section
8. Video Section
9. Destination Section
10. Counter Section
11. Trips Section
12. Testimonial Section
13. News Section
14. Main Footer
15. Call To Action Section
16. Page Title Section
17. Services Section
18. Team Section
19. Faq's Section
20. Tours Widgets
21. Destination Widgets
22. Our Blogs
23. Blog Detail Section
24. Contact Form Section
25. Map Section

**********************************************/

@import url("//fonts.googleapis.com/css?family=Merienda:400,700|Muli:300,400,500,600,700,800,900|Playfair+Display:400,500,600,700,800,900&amp;display=swap");

/*
	
	font-family: 'Muli', sans-serif;
	font-family: 'Playfair Display', serif;
	font-family: 'Merienda', cursive;

*/

@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery-ui.css");
@import url("animation.css");
@import url("jquery.fancybox.min.css");
@import url("jquery.mCustomScrollbar.min.css");

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-family: "Muli", sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-x: hidden;
}

.bordered-layout .page-wrapper {
    padding: 0px 50px 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #c29d59;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: "Playfair Display", serif;
}

/* Typography */

h1 {
    font-size: 80px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

input,
button,
select,
textarea {
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.centered {
    text-align: center;
}

/*Social Icon One*/

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    margin: 0px 8px;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.social-icon-one li a:hover {
    color: #000000;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 30px;
    font-weight: 400;
    overflow: hidden;
    overflow: hidden;
    border-radius: 0px;
    background-color: #c29d59;
    text-transform: capitalize;
    font-family: "Muli", sans-serif;
}

.btn-style-one .map {
    position: relative;
    z-index: 1;
    margin-right: 8px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one:hover .map {
    color: #ffffff;
}

.btn-style-one:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #2b2b2b;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-one .txt {
    position: relative;
    z-index: 1;
}

.btn-style-one:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-one:hover {
    color: #ffffff;
}

/* Btn Style Two */

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 13px 40px 13px;
    font-weight: 400;
    overflow: hidden;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.2);
}

.btn-style-two:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #c29d59;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-two .txt {
    position: relative;
    z-index: 1;
}

.btn-style-two:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-two:hover {
    color: #ffffff;
    border-color: #c29d59;
}

/* Btn Style Three */

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 44px;
    font-weight: 400;
    overflow: hidden;
    overflow: hidden;
    border-radius: 50px;
    background-color: #c29d59;
    text-transform: capitalize;
}

.btn-style-three:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #ff8667;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-three .txt {
    position: relative;
    z-index: 1;
}

.btn-style-three:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-three:hover {
    color: #ffffff;
}

/* Btn Style Four */

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    padding: 12px 40px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    text-transform: capitalize;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.btn-style-four:before {
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    opacity: 0;
    background-color: #00e49a;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-four .txt {
    position: relative;
    z-index: 1;
}

.btn-style-four:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-four:hover {
    color: #ffffff;
    border-color: #00e49a;
}

/* Btn Style Five */

.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #211347;
    padding: 12px 40px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
    text-transform: capitalize;
    border: 1px solid #ebebeb;
}

.btn-style-five:before {
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    opacity: 0;
    background-color: #00e49a;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}

.btn-style-five .txt {
    position: relative;
    z-index: 1;
}

.btn-style-five:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn-style-five:hover {
    color: #ffffff;
    border-color: #00e49a;
}

.theme_color {
    color: #c29d59;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0);
}

.preloader:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ffffff;
    z-index: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.page-loaded .preloader:before {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}

.preloader:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ffffff;
    z-index: 2;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.page-loaded .preloader:after {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #0a0a0a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #c29d59;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.sec-title .title {
    position: relative;
    color: #c29d59;
    z-index: 1;
    font-size: 16px;
    margin-bottom: 6px;
}

.sec-title h2 {
    position: relative;
    color: #272626;
    z-index: 1;
    font-weight: 700;
    line-height: 1.2em;
}

.sec-title .big-title {
    position: absolute;
    left: 0px;
    top: 50px;
    right: 0px;
    opacity: 0.5;
    z-index: -1;
    color: #ffffff;
    font-size: 180px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Merienda", cursive;
}

.sec-title .big-title.style-two {
    color: #f8f7f4;
    opacity: 1;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 1.7em;
    color: #272626;
    opacity: 0.9;
    margin-top: 10px;
}

.sec-title.centered {
    text-align: center !important;
}

.sec-title.light h2 {
    color: #ffffff;
}

/* List Style One */

.list-style-one {
    position: relative;
    z-index: 1;
}

.list-style-one li {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 30px;
    line-height: 1.5em;
}

.list-style-one li strong {
    position: relative;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
}

.list-style-one li .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    color: #c29d59;
    font-size: 20px;
}

/* List Style Two */

.list-style-two {
    position: relative;
    z-index: 1;
}

.list-style-two li {
    position: relative;
    color: #000000;
    font-size: 15px;
    opacity: 0.8;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 30px;
    line-height: 1.5em;
}

.list-style-two li:before {
    position: absolute;
    content: "\f00c";
    left: 0px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
    font-family: "FontAwesome";
}

/* List Style Three */

.list-style-three {
    position: relative;
    z-index: 1;
}

.list-style-three li {
    position: relative;
    color: #272626;
    font-size: 17px;
    opacity: 0.8;
    font-weight: 400;
    margin-bottom: 5px;
    padding-left: 30px;
    line-height: 1.5em;
}

.list-style-three li:before {
    position: absolute;
    content: "\f0da";
    left: 0px;
    color: #c29d59;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
    font-family: "FontAwesome";
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    z-index: 999;
    width: 100%;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    background-color: transparent;
}

.main-header .header-top {
    position: relative;
    padding: 17px 0px;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
}

.main-header .header-top .list {
    position: relative;
}

.main-header .header-top .list li {
    position: relative;
    margin-right: 18px;
    font-size: 16px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
}

.main-header .header-top .list li a {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-header .header-top .list li a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.main-header .header-top .list .fa-regular {
    position: relative;
    margin-right: 5px;
    color: #c29d59;
    margin-right: 8px;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

.main-header .header-top .top-right .social-nav {
    position: relative;
    float: left;
}

.main-header .header-top .top-right .social-nav li {
    position: relative;
    margin-left: 14px;
    display: inline-block;
}

.main-header .header-top .top-right .social-nav li a {
    position: relative;
    color: #c29d59;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-header .header-top .top-right .social-nav li a:hover {
    color: #c29d59;
}

.main-header .header-top .phone {
    position: relative;
    float: left;
    margin-left: 22px;
    margin-right: 20px;
}

.main-header .header-top .phone a {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-header .header-top .phone a:hover {
    color: #c29d59;
}

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .inner-container {
    position: relative;
    padding: 0px 40px;
    background-color: transparent;
    border-bottom: 10px solid transparent;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 10;
    padding: 30px 0px;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-upper {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-header .header-upper .outer-box {
    position: relative;
    float: right;
    padding: 22px 0px 14px;
    margin-left: 37px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .outer-box .number-box {
    position: relative;
    float: left;
    margin-top: 14px;
}

.main-header .header-upper .outer-box .number-box .number .icon {
    position: absolute;
    left: 0px;
    top: -8px;
    opacity: 0.3;
    line-height: 1em;
    font-size: 50px;
}

.main-header .header-upper .outer-box .number-box .number {
    position: relative;
    color: #c29d59;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3em;
}

.main-header .header-upper .outer-box .btn-box {
    float: left;
}

.main-header .header-upper .outer-box .login-box {
    position: relative;
    font-size: 16px;
    color: #0b0f18;
    float: left;
    text-transform: capitalize;
}

.main-header .header-upper .outer-box .search-box-btn {
    position: relative;
    float: left;
    color: #c6c6c6;
    font-size: 16px;
    cursor: pointer;
    margin-left: 14px;
    padding-left: 20px;
    border-left: 1px solid #f0f0f0;
}

.main-header .header-upper .outer-box .nav-toggler {
    position: relative;
    font-size: 28px;
    color: #2b2b2b;
    cursor: pointer;
    margin-top: 16px;
    margin-left: 35px;
    display: inline-block;
}

.main-header .header-upper .cart-box {
    position: relative;
    float: left;
    display: block;
    font-size: 20px;
    color: #000000;
    padding: 0px;
    margin: 0px;
    margin-top: 18px;
    margin-left: 30px;
    cursor: pointer;
    text-align: center;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .cart-box button {
    background: none;
    cursor: pointer;
}

.main-header .header-upper .cart-box button .total {
    position: absolute;
    right: -10px;
    top: -8px;
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    border-radius: 50px;
    background-color: #c29d59;
}

.main-header .header-upper .cart-box button:after {
    display: none;
}

.main-header .header-upper .cart-box .cart-panel {
    left: auto !important;
    right: 0px !important;
    border-radius: 0px;
    padding: 20px 20px;
    min-width: 300px;
    margin-top: 60px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    border: 3px solid #c29d59;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .header-upper .cart-box .cart-panel .cart-total {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 1em;
    margin-top: 6px;
    text-transform: capitalize;
}

.main-header .header-upper .cart-box .cart-panel .cart-total span {
    font-weight: 800;
    font-size: 18px;
}

.main-header .header-upper .cart-box .cart-panel .btns-boxed {
    position: relative;
    text-align: center;
    margin-top: 15px;
}

.main-header .header-upper .cart-box .cart-panel .btns-boxed li {
    position: relative;
    margin: 0px 5px;
    display: inline-block;
}

.main-header .header-upper .cart-box .cart-panel .btns-boxed li a {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.9em;
    padding: 10px 20px 8px;
    border-radius: 2px;
    display: inline-block;
    background-color: #c29d59;
    border: 1px solid #c29d59;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.main-header .header-upper .cart-box .cart-panel .btns-boxed li a:hover {
    color: #c29d59;
    background: none;
}

/* Cart Product */

.cart-product {
    position: relative;
    margin-bottom: 24px;
    min-height: 90px;
    border-bottom: 1px solid #e4e4e4;
}

.cart-product .inner {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
}

.cart-product .inner .cross-icon {
    position: absolute;
    right: 0px;
    top: -2px;
    z-index: 1;
    color: #263120;
    font-size: 16px;
    cursor: pointer;
}

.cart-product .inner .image {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0px;
    top: 0px;
}

.cart-product .inner h3 {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    margin: 0px;
    text-transform: uppercase;
}

.cart-product .inner h3 a {
    color: #222222;
}

.cart-product .inner .quantity-text {
    position: relative;
    font-weight: 300;
    color: #222222;
    line-height: 1em;
    margin-top: 6px;
}

.cart-product .inner .price {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    margin: 0px;
    color: #222222;
    line-height: 1em;
    margin-top: 6px;
}

.header-style-one .header-upper:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 65px;
    width: 100%;
    background-color: transparent;
}

.header-style-one.fixed-header .header-upper:before {
    display: none;
}

.main-header.fixed-header .inner-container {
    border-bottom: none;
}

.main-header.fixed-header {
    background-color: #ffffff;
}

.header-style-two {
    position: relative;
    padding: 15px 0px;
    background-color: #ffffff;
}

.header-style-two .header-upper {
    position: relative;
}

.header-style-two .inner-container {
    position: relative;
    border: none;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

/*Sticky Header*/

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #222222;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header .logo {
    padding: 8px 0px 8px;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 23px 0px !important;
    color: #ffffff !important;
}

.sticky-header .main-menu .navigation > li > a:after {
    display: none;
}

.main-header .nav-outer {
    position: relative;
    float: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-top: 20px;
    margin-left: 50px;
}

.main-header .header-upper .logo-box {
    position: relative;
    z-index: 12;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    margin-top: 63px;
    margin-left: -44px;
}

.main-header .header-lower {
    position: relative;
    background-color: rgba(0, 0, 0, 0.55);
}

.main-menu {
    position: static;
    float: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse {
    padding: 0px;
    float: left;
    display: block;
}

.main-menu .navigation {
    position: static;
    margin: 0px;
}

.main-menu .navigation > li {
    position: relative;
    float: none;
    display: inline-block;
    margin-right: 29px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li:last-child {
    margin-right: 0px;
}

.main-header .header-upper .upper-right {
    position: relative;
}

.main-header .header-upper .info-box {
    position: relative;
    color: #333333;
    font-weight: 600;
    padding: 22px 0px;
    padding-left: 30px;
    padding-right: 28px;
    margin-right: 30px;
    display: inline-block;
    border-right: 1px solid #ecebeb;
}

.main-header .header-upper .info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 24px;
    color: #091394;
    font-size: 20px;
    line-height: 1em;
}

.main-header .header-upper .social-box {
    position: relative;
    float: right;
    padding: 21px 0px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 500;
    padding: 32px 0px;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    /* margin-left: 23px; */
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color: #c29d59;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a {
    opacity: 1;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0px 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation > li > ul:before {
    position: absolute;
    content: "";
    left: 0px;
    top: -30px;
    width: 100%;
    height: 30px;
    display: block;
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f4f2f2;
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #ffffff;
    padding-left: 30px;
    background: #c29d59;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 14px;
    width: 10px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    text-align: left;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0px 0px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f4f2f2;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #ffffff;
    padding-left: 30px;
    background: #c29d59;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #272727;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    border-top: 0px !important;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .header-upper .outer-box .social-icon-one {
    position: relative;
    float: left;
}

.main-header.fixed-header .header-upper {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    border-bottom: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #272626;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    padding: 200px 0px 120px;
    margin-top: -45vh;
}

.banner-section .content-box {
    position: relative;
    text-align: center;
}

.banner-section .content-box h1 {
    display: block;
    line-height: 1.1em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 70px;
    font-size: 85px;
    letter-spacing: 4px;
}

.banner-section .content-box .text {
    display: block;
    font-size: 16px;
    line-height: 1.9em;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    margin-bottom: 30px;
}

.banner-section .content-box .destination-form-box {
    margin-top: 55px;
}

.destination-form-box {
    position: relative;
}

.destination-form-box .box-inner {
    position: relative;
    padding: 40px 50px 18px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

/* Default Form */

.default-form {
    position: relative;
}

.default-form .form-group {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.default-form .form-group label {
    position: relative;
    color: #2b2b2b;
    font-size: 16px;
    text-align: left;
    display: block;
}

.default-form .ui-selectmenu-button.ui-button,
.default-form .form-group input,
.default-form .form-group select,
.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    font-size: 13px;
    color: #777777;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: 10px 20px 10px 20px;
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    resize: none;
}

.default-form .form-group button {
    width: 100%;
    cursor: pointer;
}

.default-form .form-group input:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
    border: 1px solid #c29d59;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.main-header .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #000000;
    display: none;
}

.header-style-two .nav-outer .mobile-nav-toggler {
    color: #c29d59;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease 500ms;
    -moz-transition: all 0.7s ease 500ms;
    -ms-transition: all 0.7s ease 500ms;
    -o-transition: all 0.7s ease 500ms;
    transition: all 0.7s ease 500ms;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 24px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.5;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul > li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
    color: #c29d59;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}

.sticky-header .navbar-header {
    display: none;
}

.sticky-header .mobile-nav-toggler {
    display: none;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    height: 54px;
    padding: 10px 20px 10px 20px;
    line-height: 28px;
    color: #777777;
    border: none;
    border-radius: 0px;
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 2px;
    text-indent: 0px;
    color: #333333;
}

.form-group .ui-button .ui-icon:before {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #000000;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    font-weight: 800;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #c29d59;
    border-color: #c29d59;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
}

.ui-menu-item:hover {
    background-color: #c29d59;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0px;
    bottom: -100%;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup.popup-visible {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.search-popup .close-search:hover {
    opacity: 0.7;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 200px;
}

.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    -moz-border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    background-color: #222222;
    line-height: 30px;
    font-size: 20px;
    color: #233145;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
    -moz-border-radius: 0px 7px 7px 0px;
    -ms-border-radius: 0px 7px 7px 0px;
    -o-border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
    background: #000000;
}

.search-popup h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup .recent-searches li a:hover {
    color: #000000;
    border-color: #ffffff;
    background-color: #ffffff;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 305px;
    height: 100%;
    background: #272727;
    z-index: 9999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

.hidden-bar-wrapper {
    height: 100%;
    padding: 0px 5px 30px 0px;
}

.hidden-bar .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.hidden-bar.right-align {
    right: -400px;
}

.hidden-bar.right-align.visible-sidebar {
    right: 0px;
}

.hidden-bar .hidden-bar-closer {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    color: #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999;
}

.hidden-bar .hidden-bar-closer button {
    background: none;
    display: block;
    font-size: 18px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
}

.hidden-bar .hidden-bar-closer:hover button {
    color: #ffffff;
}

.hidden-bar .hidden-bar-closer:hover {
    color: #414857;
}

.hidden-bar .hidden-bar-closer:hover .btn {
    color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 14px;
}

.hidden-bar .logo {
    padding: 40px 30px 10px;
}

.hidden-bar .logo img {
    display: inline-block;
    max-width: 100%;
}

.hidden-bar .content-box {
    position: relative;
    padding-right: 25px;
    padding-left: 30px;
}

.hidden-bar .content-box h2 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

.hidden-bar .content-box .text {
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 25px;
}

.hidden-bar .contact-info {
    position: relative;
    padding-right: 25px;
    margin-top: 60px;
    padding-left: 30px;
}

.hidden-bar .contact-info h2 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 20px;
}

/*** 

====================================================================
	Agency Section
====================================================================

***/

.agency-section {
    position: relative;
    overflow: hidden;
    padding: 180px 0px 50px;
    animation-name: key;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.agency-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.agency-section .content-column .inner-column {
    position: relative;
}

.agency-section .content-column .text {
    position: relative;
    max-width: 620px;
    margin-bottom: 25px;
}

.agency-section .content-column .text p {
    position: relative;
    color: #272626;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 15px;
}

.agency-section .content-column .text p:last-child {
    margin-bottom: 0px;
}

.agency-section .content-column .lower-text {
    position: relative;
    color: #272626;
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.8em;
}

.agency-section .content-column .holiday {
    position: relative;
    font-weight: 700;
    color: #272626;
    font-size: 20px;
    margin-top: 18px;
    text-decoration: underline;
    font-family: "Playfair Display", serif;
}

/* Agency Block */

.agency-block {
    position: relative;
    margin-bottom: 25px;
}

.agency-block .inner-box {
    position: relative;
}

.agency-block .inner-box .icon-box {
    position: relative;
}

.agency-block .inner-box .icon-box .icon {
    position: relative;
    width: 58px;
    height: 58px;
    color: #ffffff;
    font-size: 26px;
    border-radius: 50px;
    line-height: 58px;
    text-align: center;
    display: inline-block;
    background-color: #c29d59;
}

.agency-block .inner-box h4 {
    position: relative;
    color: #272626;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 12px;
}

.agency-block .inner-box .agency-text {
    position: relative;
    color: #272626;
    font-size: 16px;
    opacity: 0.8;
    line-height: 1.7em;
}

.agency-section .images-column {
    position: relative;
    text-align: right;
    margin-bottom: 40px;
}

.agency-section .images-column .inner-column {
    position: relative;
    margin-right: -140px;
}

.agency-section .images-column .lower-image {
    position: absolute;
    left: -20px;
    bottom: -40px;
}

/*** 

====================================================================
	Tours Section
====================================================================

***/

.tours-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0px 180px;
    background-color: #f2efe9;
}

.tours-section .owl-dots {
    display: none;
}

.tour-block {
    position: relative;
}

.tour-block .inner-box {
    position: relative;
    background-color: #ffffff;
}

.tour-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #c29d59;
}

.tour-block .inner-box .image img {
    position: relative;
    object-fit: cover;
    width: 100%;
    display: block;
    height: 303px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.tour-block .inner-box:hover .image img {
    transform: scale(1.06, 1.06);
    opacity: 0.5;
}

.tour-block .inner-box .lower-content {
    position: relative;
    padding: 25px 25px 35px;
}

.tour-block .inner-box .lower-content .upper-box {
    position: relative;
    padding-bottom: 22px;
    border-bottom: 1px solid #f4f4f4;
    height: 150px;
}

.tour-block .inner-box .lower-content .upper-box .rating {
    position: relative;
    color: #c29d59;
    font-size: 14px;
}

.tour-block .inner-box .lower-content .upper-box .rating .fa {
    position: relative;
    margin-right: 1px;
    display: inline-block;
}

.tour-block .inner-box .lower-content .upper-box h4 {
    position: relative;
    line-height: 1.3em;
    margin-top: 4px;
    font-size: 1.28rem;
    width: 110%;
}

.tour-block .inner-box .lower-content .upper-box .price {
    text-align: end;
}

.tour-block .inner-box .lower-content .upper-box h4 a {
    position: relative;
    color: #000000;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.tour-block .inner-box .lower-content .upper-box h4 a:hover {
    color: #c29d59;
}

.tour-block .inner-box .lower-content .upper-box .location {
    position: relative;
    color: #000000;
    font-size: 12px;
    padding-left: 20px;
    margin-top: 10px;
}

.tour-block .inner-box .lower-content .upper-box .location:before {
    position: absolute;
    content: "\f1c2";
    left: 0px;
    top: -2px;
    font-family: "Flaticon";
}

.tour-block .inner-box .lower-content .upper-box .price {
    position: relative;
    color: #c29d59;
    font-size: 20px;
    line-height: 1.3em;
    margin-top: 30px;
}

.tour-block .inner-box .lower-content .upper-box .dates {
    position: relative;
    color: #c29d59;
    font-size: 12px;
    line-height: 1.7em;
    margin-top: 10px;
}

.tour-block .inner-box .lower-content .upper-box .dates span {
    display: block;
    text-align: center;
    text-decoration: underline;
}

.tour-block .inner-box .lower-box {
    position: relative;
    padding-top: 20px;
}

.tour-block .inner-box .lower-box .text {
    position: relative;
    color: #272626;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 30px;
}

.tour-block .inner-box .lower-box .theme-btn {
    padding: 5px 27px;
}

.tour-block .inner-box .lower-box .food-list {
    position: relative;
    padding: 7px 15px;
    display: inline-block;
    background-color: #f4f4f4;
}

.tour-block .inner-box .lower-box .food-list li {
    position: relative;
    color: #000000;
    font-size: 15px;
    margin-right: 8px;
    display: inline-block;
}

.tour-block .inner-box .lower-box .food-list li:last-child {
    margin-right: 0px;
}

.tour-block .inner-box .lower-box .food-list li .icon {
    position: relative;
    margin-right: 8px;
    color: #c29d59;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section {
    position: relative;
    animation-name: key2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.video-section .video-box.margin-top {
    margin-top: -110px;
}

/*Video Box*/

.video-box {
    position: relative;
    margin-bottom: 30px;
}

.video-box .image {
    position: relative;
    overflow: hidden;
    margin: 0px;
}

.video-box .image .big-text {
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    color: #ffffff;
    z-index: 1;
    opacity: 0.1;
    font-size: 200px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Merienda", cursive;
}

.video-box .image img {
    position: relative;
    width: 100%;
}

.video-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 110px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-image: -ms-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #000000 100%
    );
    background-image: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #000000 100%
    );
    background-image: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #000000 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        left top,
        color-stop(0, rgba(255, 255, 255, 0)),
        color-stop(100, #000000)
    );
    background-image: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #000000 100%
    );
    background-image: linear-gradient(
        to top,
        rgba(255, 255, 255, 0) 0%,
        #000000 100%
    );
}

.video-box .overlay-box span {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 50%;
    top: 50%;
    z-index: 99;
    color: #ffffff;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    display: inline-block;
    margin-top: -55px;
    margin-left: -55px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 110px;
    width: 110px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*** 

====================================================================
	Destination Section
====================================================================

***/

.destinations-section {
    position: relative;
    padding-top: 40px;
}

.destinations-section .owl-dots,
.destinations-section .owl-nav {
    display: none;
}

.destinations-block {
    position: relative;
    z-index: 1;
}

.destinations-block .inner-box {
    position: relative;
}

.destinations-block .inner-box .image {
    position: relative;
}

.destinations-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.destinations-block .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
}

.destinations-block .inner-box .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 101%;
    height: 101%;
    display: table;
    padding: 10px 20px;
    vertical-align: middle;
}

.destinations-block .inner-box .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.destinations-block .inner-box .overlay-box h3 {
    position: relative;
    text-align: center;
    color: #ffffff;
    font-family: "Merienda", cursive;
}

.destinations-block .inner-box .overlay-box h3 a {
    position: relative;
    color: #ffffff;
}

.destinations-block .inner-box .tours {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 76px;
    height: 76px;
    color: #ffffff;
    font-size: 20px;
    padding-top: 13px;
    text-align: center;
    border-radius: 50px;
    background-color: #c29d59;
}

.destinations-block .inner-box .tours span {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}

.destinations-block .inner-box .tours:before {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50px;
    border: 1px dotted #ffffff;
}

.destinations-block.style-two .inner-box .tours {
    width: 95px;
    color: #c29d59;
    font-size: 28px;
    height: 100px;
    font-weight: 700;
    line-height: 1.1em;
    padding-top: 20px;
    font-family: "Merienda", cursive;
    background: url(https://nileinfinitytours.com/images/icons/price-bg.png) no-repeat;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section {
    position: relative;
    padding: 80px 0px;
}

.counter-section.style-two {
    padding-top: 0px;
}

.counter-section .inner-container {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.counter-section .inner-container .text {
    position: relative;
    color: #555252;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 25px;
}

/*Fact Counter*/

.fact-counter {
    position: relative;
}

.fact-counter .column {
    position: relative;
    z-index: 5;
    text-align: center;
    margin-bottom: 30px;
}

.fact-counter .column .inner {
    position: relative;
    text-align: center;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fact-counter .count-outer {
    position: relative;
    font-weight: 600;
    color: #c29d59;
    font-size: 40px;
    line-height: 1em;
}

.fact-counter .count-outer .icon {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    color: #c29d59;
    font-weight: 400;
}

.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 600;
    color: #c29d59;
    font-size: 40px;
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #272626;
    margin-top: 16px;
    line-height: 1.3em;
    margin-bottom: 15px;
    text-transform: capitalize;
    display: block;
}

.fact-counter .count-outer .text {
    position: relative;
    color: #272626;
    font-size: 14px;
    margin-top: 6px;
    font-weight: 400;
}

/*** 

====================================================================
	Trip Section
====================================================================

***/

.trip-section {
    position: relative;
    padding-bottom: 70px;
    animation-name: key;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.trip-section.style-two {
    padding-top: 100px;
    overflow: hidden;
    padding-bottom: 0px;
}

.trip-section.style-two .auto-container {
    max-width: 1570px;
}

.trip-section .owl-dots {
    display: none;
}

.trip-section .owl-nav {
    position: absolute;
    left: -28px;
    top: 50%;
    right: -28px;
}

.trip-section .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    font-size: 22px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #c29d59;
}

.trip-section .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    font-size: 22px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #c29d59;
}

/* Trip Block */

.trip-block {
    position: relative;
    margin-bottom: 30px;
}

.trip-block .inner-box {
    position: relative;
}

.trip-block .inner-box .image {
    position: relative;
}

.trip-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.trip-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-image: -ms-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #1a1b1a 100%
    );
    background-image: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #1a1b1a 100%
    );
    background-image: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #1a1b1a 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(255, 255, 255, 0)),
        color-stop(100, #1a1b1a)
    );
    background-image: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #1a1b1a 100%
    );
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        #1a1b1a 100%
    );
}

.trip-block .inner-box .image .overlay-box .content {
    position: absolute;
    left: 25px;
    bottom: 35px;
    right: 25px;
    text-align: center;
}

.trip-block .inner-box .image .overlay-box .content h4 {
    position: relative;
    line-height: 1.6em;
    font-weight: 600;
}

.trip-block .inner-box .image .overlay-box .content h4 a {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.trip-block .inner-box .image .overlay-box .content h4 a:hover {
    color: #c29d59;
}

.trip-block .inner-box .image .overlay-box .text {
    position: relative;
    color: #f2efe9;
    opacity: 0.8;
    font-size: 16px;
    margin-top: 12px;
    line-height: 1.7em;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 90px 0px;
    overflow: hidden;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: key;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.testimonial-section.style-two {
    background-color: #edebe5;
}

.testimonial-section.style-two .testimonial-block .inner-box .text {
    margin-bottom: 0px;
    margin-top: 30px;
}

.testimonial-section.style-two .owl-nav {
    display: block;
}

.testimonial-section.style-two .owl-nav {
    position: absolute;
    left: -28px;
    top: 50%;
    right: -28px;
}

.testimonial-section.style-two .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    font-size: 22px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #c29d59;
}

.testimonial-section.style-two .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    font-size: 22px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #c29d59;
}

/*.testimonial-section .owl-nav,*/
/*.testimonial-section .owl-dots {*/
/*    display: none;*/
/*}*/

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block .inner-box .text {
    position: relative;
    color: #272626;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 25px;
}

.testimonial-block .inner-box .author-info {
    position: relative;
    text-align: center;
}

.testimonial-block .inner-box .author-info .author-image {
    position: relative;
    width: 72px;
    height: 72px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50px;
    margin-bottom: 15px;
}

.testimonial-block .inner-box h4 {
    position: relative;
    font-weight: 600;
    color: #272626;
}

.testimonial-block .inner-box .designation {
    position: relative;
    font-weight: 400;
    color: #c29d59;
    font-size: 14px;
    margin-top: 4px;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 95px 0px 70px;
}
.news-section::after {
    content: "";
    position: absolute;
    width: 17%;
    height: 43%;
    left: 82%;
    top: 431px;
    z-index: -1;
    background: url(../images/blog-sec1.png) 0 0 no-repeat;
    background-size: contain;
    animation-name: spin;
    animation-duration: 5s;
    animation-direction: normal;
    animation-iteration-count: infinite;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #c29d59;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transform: scale(1.4, 1.4);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.news-block .inner-box:hover .image img {
    opacity: 0.5;
    transform: scale(1, 1);
}

.news-block .inner-box .lower-content {
    position: relative;
    padding-top: 25px;
}

.news-block .inner-box .lower-content .post-meta {
    position: relative;
}

.news-block .inner-box .lower-content .post-meta li {
    position: relative;
    margin-right: 16px;
    color: #272626;
    opacity: 0.7;
    display: inline-block;
}

.news-block .inner-box .lower-content .post-meta li:last-child {
    margin-right: 0px;
}

.news-block .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.3em;
    margin-top: 10px;
    font-weight: 700;
}

.news-block .inner-box .lower-content h4 a {
    position: relative;
    color: #272626;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.news-block .inner-box .lower-content h4 a:hover {
    color: #c29d59;
}

.news-block .inner-box .lower-content .text {
    position: relative;
    color: #272626;
    opacity: 0.7;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px;
}

.news-block .inner-box .read-more {
    position: relative;
    color: #272626;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    text-transform: capitalize;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.news-block .inner-box .read-more:hover {
    color: #c29d59;
    text-decoration: underline;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    padding-top: 65px;
}

.main-footer:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    /* background-color:rgba(5,4,2,0.85); */
}

/* Email Form */

.email-form {
    position: relative;
    z-index: 1;
}

.email-form .form-group {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 0px;
    padding-right: 200px;
}

.email-form .form-group input[type="text"],
.email-form .form-group input[type="tel"],
.email-form .form-group input[type="email"],
.email-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    font-size: 14px;
    color: #ffffff;
    line-height: 48px;
    padding: 10px 60px 10px 30px;
    font-weight: 400;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.email-form .form-group input[type="email"]:focus {
    border-color: #00d6a9;
}

.email-form .form-group .theme-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.main-footer .widgets-section {
    position: relative;
    /* padding-bottom:70px; */
}

.main-footer .footer-widget {
    margin-bottom: 30px;
}

.main-footer .footer-widget h5 {
    position: relative;
    font-weight: 600;
    color: #c29d59;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 12px;
}

.main-footer .logo-widget .text {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.7;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 25px;
}

.main-footer .logo-widget .social-nav {
    position: relative;
}

.main-footer .logo-widget .social-nav li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
}

.main-footer .logo-widget .social-nav li.follow {
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
}

.main-footer .logo-widget .social-nav li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-footer .logo-widget .social-nav li a:hover {
    color: #c29d59;
}

.main-footer .logo-widget .newsletter-box {
    position: relative;
    margin-top: 20px;
}

.main-footer .logo-widget .newsletter-box .newsletter-text {
    position: relative;
    font-size: 16px;
    opacity: 0.7;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 15px;
}

/* Newsletter Form */

.newsletter-form {
    position: relative;
    z-index: 1;
}

.newsletter-form .form-group {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 0px;
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    font-size: 14px;
    color: #000000;
    line-height: 48px;
    padding: 10px 60px 10px 15px;
    font-weight: 400;
    border-radius: 0px;
    background: rgba(255, 255, 255, 1);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.newsletter-form .form-group input[type="email"]:focus {
    border-color: #00d6a9;
}

.newsletter-form .form-group .theme-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 76px;
    height: 56px;
    color: #ffffff;
    cursor: pointer;
    line-height: 56px;
    text-align: center;
    background-color: #c29d59;
}

/* Footer List */

.main-footer .footer-list {
    position: relative;
}

.main-footer .footer-list li {
    position: relative;
    margin-bottom: 12px;
}

.main-footer .footer-list li a {
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-left: -33px;
}

.main-footer .footer-list li a:hover {
    color: #c29d59;
}

/* News Widget */

.news-widget .widget-content {
    position: relative;
}

.news-widget .widget-content .news-box {
    position: relative;
    padding-bottom: 10px;
}

.news-widget .widget-content .news-box:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.news-widget .widget-content .news-box h5 {
    position: relative;
    line-height: 1.3em;
    margin-bottom: 0px;
}

.news-widget .widget-content .news-box h5 a {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Muli", sans-serif;
}

.news-widget .widget-content .news-box h5 a:hover {
    color: #ffffff;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 26px 0px;
    border-top: 1px solid rgb(255 255 255 / 35%);
}

.main-footer .footer-bottom .copyright {
    position: relative;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.main-footer.style-two::before {
    display: none;
}

.main-footer.style-two .logo-widget .text,
.main-footer.style-two .logo-widget .social-nav li.follow,
.main-footer.style-two .logo-widget .social-nav li a,
.main-footer.style-two .logo-widget .newsletter-box .newsletter-text,
.main-footer.style-two .footer-list li a,
.main-footer.style-two .footer-bottom .copyright,
.main-footer.style-two .news-widget .widget-content .news-box h5 a {
    color: #272626;
}

.main-footer.style-two .footer-bottom,
.main-footer.style-two .news-widget .widget-content .news-box {
    border-color: rgba(0, 0, 0, 0.1);
}

/*** 

====================================================================
	Slider Section
====================================================================

***/

.slider-section {
    position: relative;
}

.slider-section .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 140px 0px 250px;
}

.slider-section .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.slider-section .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.slider-section .content-box {
    position: relative;
    text-align: center;
}

.slider-section .content-box h1 {
    display: block;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    font-size: 178px;
    margin-bottom: 30px;
    font-family: "Merienda", cursive;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    text-shadow: 15px 30px 0px rgba(255, 255, 255, 0.2);
}

.slider-section .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.slider-section .content-box h1 span {
    display: block;
    text-align: right;
}

.slider-section .content-box .btn-box {
    position: relative;
    opacity: 0;
    z-index: 9;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.slider-section .content-box .btn-box .theme-btn {
    padding: 14px 40px;
    border-radius: 5px;
    text-decoration: underline;
}

.slider-section .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.slider-section .owl-dots,
.slider-section .owl-nav {
    display: none;
}

/* Donation Form Section Two */

.donation-form-section-two {
    position: relative;
    background-color: #f2efe9;
}

.donation-form-section-two .inner-container {
    position: relative;
    margin-top: -85px;
    z-index: 1;
}

/*** 

====================================================================
	Tours Section Two
====================================================================

***/

.tours-section-two {
    position: relative;
    padding: 100px 0px 70px;
    background: #f2efe9 url(https://nileinfinitytours.com/images/background/pattern-2.png) no-repeat;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.tour-block-two {
    position: relative;
    margin-bottom: 30px;
}

.tour-block-two .inner-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.tour-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #c29d59;
}

.tour-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.tour-block-two .inner-box:hover .image img {
    transform: scale(1.06, 1.06);
    opacity: 0.5;
}

.tour-block-two .inner-box .lower-content {
    position: relative;
    padding: 25px 25px 35px;
}

.tour-block-two .inner-box .lower-content .rating {
    position: relative;
    color: #c29d59;
    font-size: 14px;
}

.tour-block-two .inner-box .lower-content .rating .fa {
    position: relative;
    margin-right: 1px;
    display: inline-block;
}

.tour-block-two .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.3em;
    margin-top: 4px;
}

.tour-block-two .inner-box .lower-content h4 a {
    position: relative;
    color: #000000;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.tour-block-two .inner-box .lower-content h4 a:hover {
    color: #c29d59;
}

.tour-block-two .inner-box .lower-content .location {
    position: relative;
    color: #000000;
    font-size: 12px;
    padding-left: 20px;
    margin-top: 14px;
}

.tour-block-two .inner-box .lower-content .location:before {
    position: absolute;
    content: "\f1c2";
    left: 0px;
    top: -1px;
    color: #c29d59;
    font-family: "Flaticon";
}

.tour-block-two .inner-box .lower-content .price {
    position: absolute;
    right: 16px;
    top: -55px;
    width: 98px;
    height: 98px;
    color: #c29d59;
    font-size: 16px;
    padding-top: 22px;
    line-height: 1.3em;
    border-radius: 50px;
    text-align: center;
    background-color: #ffffff00;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.tour-block-two .inner-box .hotel-info {
    position: relative;
    color: #c29d59;
    font-size: 13px;
    line-height: 1.7em;
    margin-bottom: 18px;
    margin-top: 12px;
}

.tour-block-two .inner-box .hotel-info span {
    margin-left: 20px;
    text-decoration: underline;
}

.tour-block-two .inner-box .theme-btn {
    padding: 5px 27px;
}

.tour-block-two .inner-box .food-list {
    position: relative;
    padding: 9px 20px;
    margin-bottom: 25px;
    display: inline-block;
    background-color: #f4f4f4;
}

.tour-block-two .inner-box .food-list li {
    position: relative;
    color: #000000;
    font-size: 15px;
    margin-right: 8px;
    display: inline-block;
}

.tour-block-two .inner-box .food-list li:last-child {
    margin-right: 0px;
}

.tour-block-two .inner-box .food-list li .icon {
    position: relative;
    margin-right: 8px;
    color: #c29d59;
    font-size: 16px;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section-two {
    position: relative;
    padding-top: 110px;
}

/*Video Box*/

.video-box-two {
    position: relative;
    margin-bottom: 30px;
}

.video-box-two .image {
    position: relative;
    overflow: hidden;
    margin: 0px;
}

.video-box-two .image .big-text {
    position: absolute;
    left: 0px;
    top: 50%;
    right: 0px;
    color: #ffffff;
    z-index: 1;
    opacity: 0.25;
    font-size: 200px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Merienda", cursive;
}

.video-box-two .image img {
    position: relative;
    width: 100%;
}

.video-box-two .image .video-content {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: center;
    padding: 25px 50px;
    background-color: #ffffff;
    display: inline-block;
}

.video-box-two .image .video-content h4 {
    position: relative;
    color: #272626;
    font-weight: 700;
    line-height: 1.4em;
}

.video-box-two .image .video-content .price {
    position: relative;
    color: #c29d59;
    font-weight: 400;
    font-size: 20px;
    margin-top: 12px;
    line-height: 1.6em;
}

.video-box-two .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 110px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-box-two .overlay-box span {
    position: absolute;
    width: 110px;
    height: 110px;
    left: 50%;
    top: 50%;
    z-index: 99;
    color: #ffffff;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    display: inline-block;
    margin-top: -55px;
    margin-left: -55px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.video-box-two .ripple,
.video-box-two .ripple:before,
.video-box-two .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 110px;
    width: 110px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box-two .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-box-two .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*** 

====================================================================
	Destination Section Two
====================================================================

***/

.destinations-section-two {
    position: relative;
    padding-top: 90px;
}

.destinations-section-two .owl-dots {
    display: none;
}

.destinations-section-two .owl-nav {
    position: absolute;
    left: -28px;
    top: 50%;
    right: -28px;
}

.destinations-section-two .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    font-size: 22px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #c29d59;
}

.destinations-section-two .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    width: 55px;
    height: 55px;
    color: #ffffff;
    font-size: 22px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    background-color: #c29d59;
}

/*** 

====================================================================
	Agency Section Two
====================================================================

***/

.agency-section-two {
    position: relative;
    overflow: hidden;
    padding: 90px 0px 0px;
}

.agency-section-two .content-column {
    position: relative;
    margin-bottom: 40px;
}

.agency-section-two .content-column .inner-column {
    position: relative;
}

.agency-section-two .content-column .text {
    position: relative;
    max-width: 620px;
    margin-bottom: 25px;
}

.agency-section-two .content-column .text p {
    position: relative;
    color: #272626;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 15px;
}

.agency-section-two .content-column .text p:last-child {
    margin-bottom: 0px;
}

.agency-section-two .content-column .holiday {
    position: relative;
    font-weight: 700;
    color: #272626;
    font-size: 20px;
    margin-top: 18px;
    text-decoration: underline;
    font-family: "Playfair Display", serif;
}

.agency-section-two .blocks-column {
    position: relative;
    margin-bottom: 40px;
}

.agency-section-two .blocks-column .inner-column {
    position: relative;
    padding: 30px 30px 10px;
    background-size: cover;
}

/*** 

====================================================================
	Call To Action Section
====================================================================

***/

.call-to-action-section {
    position: relative;
    text-align: center;
    padding: 180px 0px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.call-to-action-section h2 {
    position: relative;
    color: #ffffff;
    font-family: "Merienda", cursive;
}

.call-to-action-section .street {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
    position: relative;
    text-align: center;
    padding: 320px 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-attachment: fixed; */
    margin-top: -90px;
}

.page-title .auto-container {
    position: relative;
}

.page-title h2 {
    position: relative;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 60px;
    padding-bottom: 18px;
    text-transform: capitalize;
}

.page-breadcrumb {
    position: relative;
    padding: 14px 90px;
    margin-top: 90px;
    display: inline-block;
    background-color: transparent;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -2px;
    top: -1px;
    color: #2e2e2e;
    font-size: 14px;
    font-family: "FontAwesome";
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: #2e2e2e;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
}

.summary-section {
    position: relative;
    animation-name: key2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.summary-block {
    position: relative;
    margin-bottom: 50px;
}

.summary-block .inner-box {
    position: relative;
}

.summary-block .inner-box .image-column {
    position: relative;
    margin-bottom: 40px;
}

.summary-block .inner-box .image-column .inner-column {
    position: relative;
}

.summary-block .inner-box .image-column .inner-column .image {
    position: relative;
}

.summary-block .inner-box .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
    height: 63vh;
}

.summary-block .inner-box .content-column {
    position: relative;
    margin-bottom: 40px;
}

.summary-block .inner-box .content-column .inner-column {
    position: relative;
    padding-top: 25px;
}

.summary-block .inner-box .content-column h2 {
    position: relative;
    color: #272626;
    margin-bottom: 10px;
}

.summary-block .inner-box .content-column p {
    position: relative;
    color: #272626;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 12px;
}

.team-section {
    position: relative;
    padding: 105px 0px 70px;
}
.values-section {
    animation-name: key;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/* Team Block */

.team-block {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.team-block .inner-box {
    position: relative;
}

.team-block .inner-box .image {
    position: relative;
    overflow: hidden;
}

.team-block .inner-box .image img {
    width: 100%;
}

.team-block .inner-box .image .overlay-box {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.team-block .inner-box .image .overlay-box:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background-image: -ms-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #c29d59 100%
    );
    background-image: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #c29d59 100%
    );
    background-image: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #c29d59 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(255, 255, 255, 0)),
        color-stop(100, #c29d59)
    );
    background-image: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        #c29d59 100%
    );
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        #c29d59 100%
    );
}

.team-block .inner-box:hover .image .overlay-box:before {
    height: 100%;
    opacity: 1;
}

.team-block .inner-box .image .overlay-box .content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -150px;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.team-block .inner-box:hover .image .overlay-box .content {
    bottom: 30px;
    transition-delay: 400ms;
}

.team-block .inner-box .image .overlay-box .content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
}

.team-block .inner-box .image .overlay-box .content h3 a {
    position: relative;
    color: #ffffff;
}

.team-block .inner-box .image .overlay-box .content .designation {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 3px;
}

.team-block .inner-box .image .overlay-box .social-icon-one {
    margin-top: 15px;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 100px 0px 60px;
    animation-name: key;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .sidebar {
    position: relative;
    padding-right: 30px;
}

.sidebar-page-container .sidebar-side .sidebar.style-two {
    padding-right: 0px;
}

.sidebar-page-container.style-two {
    padding-bottom: 0px;
}

.search-tour-widget {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.search-tour-widget .tour-tabs {
    position: relative;
}

.search-tour-widget .tour-tabs .tab-btns {
    position: relative;
    margin-bottom: 0px;
    background-color: #2b2b2b;
}

.search-tour-widget .tour-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    font-size: 14px;
    color: #ffffff;
    width: 50%;
    float: left;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 0px;
    display: inline-block;
    padding: 14px 10px 14px;
    transition: all 500ms ease;
}

.search-tour-widget .tour-tabs .tab-btns .tab-btn:hover,
.search-tour-widget .tour-tabs .tab-btns .tab-btn.active-btn {
    color: #ffffff;
    background: #3c3b3b;
}

.search-tour-widget .tour-tabs .tabs-content {
    position: relative;
    padding: 22px 25px;
}

.search-tour-widget .tour-tabs .tabs-content .tab {
    position: relative;
    display: none;
}

.search-tour-widget .tour-tabs .tabs-content .tab.active-tab {
    display: block;
}

.search-tour-widget .tour-tabs .form-group {
    margin-bottom: 14px;
}

.range-slider-one {
    position: relative;
}

.range-slider-one .title {
    position: relative;
    color: #211347;
    font-size: 15px;
}

.range-slider-one .title span {
    position: relative;
    float: right;
}

.range-slider-one .input {
    position: absolute;
    bottom: -30px;
    color: #211347;
    font-size: 15px;
}

.range-slider-one .input input {
    background: none;
    color: #211347;
    font-size: 14px;
    font-weight: 400;
    width: auto;
    text-align: left;
    border: 0;
    padding: 0;
    height: auto;
    cursor: none;
}

.range-slider-one .ui-widget.ui-widget-content {
    height: 2px;
    border: none;
    margin-top: 20px;
    margin-bottom: 10px;
    background: #e7e2e2;
}

.range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 2px;
    background: #c29d59;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
    top: -7px;
    width: 16px;
    height: 16px;
    z-index: 99;
    background: #ffffff;
    border: 2px solid #c29d59;
    cursor: pointer;
    border-radius: 10px;
}

.range-slider-one .theme-btn {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 40px;
    color: #222222;
    font-weight: 700;
    border: 1px solid #c29d59;
}

.range-slider-one .theme-btn:hover {
    background-color: #c29d59;
    color: #ffffff;
}

.tours-selection-form h5 {
    position: relative;
    color: #2b2b2b;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

.tours-selection-form .form-group .check-box label {
    padding-left: 40px;
    padding-top: 1px;
    cursor: pointer;
}

.tours-selection-form .form-group .check-box label {
    position: relative;
    display: block;
    height: 20px;
    width: 100%;
    line-height: 20px;
    padding: 0px 5px;
    padding-left: 30px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 400;
    color: #2b2b2b;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tours-selection-form
    .form-group
    .check-box
    input[type="checkbox"]:checked
    + label {
    border-color: #25a9e0;
}

.tours-selection-form .form-group .check-box label:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    content: "";
    border: 1px solid #cccccc;
    border-radius: 0px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tours-selection-form .form-group .check-box label:after {
    position: absolute;
    content: "\f00c"; /*checked*/
    left: 3px;
    top: 0;
    height: 20px;
    line-height: 20px;
    max-width: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    overflow: hidden;
    background: transparent;
    text-align: center;
    font-family: "FontAwesome";
    -webkit-transition: max-width 500ms ease;
    -moz-transition: max-width 500ms ease;
    -ms-transition: max-width 500ms ease;
    -o-transition: max-width 500ms ease;
    transition: max-width 500ms ease;
}

.tours-selection-form .form-group .check-box input[type="checkbox"] {
    display: none;
}

.tours-selection-form
    .form-group
    .check-box
    input[type="checkbox"]:checked
    + label:before {
    border-color: #c29d59;
    background: #c29d59;
}

.tours-selection-form
    .form-group
    .check-box
    input[type="checkbox"]:checked
    + label:after {
    max-width: 20px;
    opacity: 1;
}

/* Item Sorting */

.items-sorting {
    position: relative;
    padding: 15px 22px 0px;
    margin-bottom: 25px;
    background-color: #f9f9f9;
}

.items-sorting .results-column,
.items-sorting .select-column {
    margin-bottom: 20px;
}

.items-sorting .select-column .sort {
    position: relative;
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 600;
    float: left;
    padding: 12px 0px;
}

.items-sorting .results-column h6 {
    font-size: 15px;
    font-weight: 600;
    color: #c29d59;
    line-height: 24px;
    padding: 13px 0px;
    font-family: "Muli", sans-serif;
}

.items-sorting .form-group {
    margin-bottom: 0px;
    float: left;
    width: 200px;
    margin-left: 35px;
}

.items-sorting select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 20px 9px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #eeeeee;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(https://nileinfinitytours.com/images/icons/icon-select.png) right center no-repeat;
    color: #666666;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.items-sorting select option {
    text-indent: 15px;
}

.items-sorting .page-view-list {
    position: relative;
    margin-top: 14px;
    float: left;
    margin-left: 20px;
}

.items-sorting .page-view-list li {
    position: relative;
    margin-left: 15px;
    display: inline-block;
}

.items-sorting .page-view-list li a {
    position: relative;
    color: #000000;
    font-size: 16px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.items-sorting .page-view-list li.active a,
.items-sorting .page-view-list li a:hover {
    color: #c29d59;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
    display: inline-block;
    margin-left: 40vw;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px 0px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 38px;
    height: 40px;
    font-size: 15px;
    min-width: 40px;
    color: #292b2c;
    font-weight: 400;
    text-align: center;
    background: #edebe5;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #ffffff;
    border-color: #c29d59;
    background-color: #c29d59;
}

.styled-pagination li.next a,
.styled-pagination li.prev a {
    width: 100px;
}

.tour-block-three {
    position: relative;
    margin-bottom: 30px;
}

.tour-block-three .inner-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.tour-block-three .inner-box .image {
    position: relative;
    overflow: hidden;
    float: left;
    width: 50%;
    background-color: #c29d59;
}

.tour-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.tour-block-three .inner-box:hover .image img {
    transform: scale(1.06, 1.06);
    opacity: 0.5;
}

.tour-block-three .inner-box .content-column {
    position: relative;
    float: left;
    width: 50%;
    padding: 20px 25px 16px;
}

.tour-block-three .inner-box .content-column .rating {
    position: relative;
    color: #c29d59;
    font-size: 14px;
}

.tour-block-three .inner-box .content-column .rating .fa {
    position: relative;
    margin-right: 1px;
    display: inline-block;
}

.tour-block-three .inner-box .content-column h4 {
    position: relative;
    line-height: 1.3em;
    margin-top: 4px;
    font-size: 20px;
}

.tour-block-three .inner-box .content-column h4 a {
    position: relative;
    color: #000000;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.tour-block-three .inner-box .content-column h4 a:hover {
    color: #c29d59;
}

.tour-block-three .inner-box .content-column .location {
    position: relative;
    color: #000000;
    font-size: 12px;
    padding-left: 20px;
    margin-top: 14px;
}

.tour-block-three .inner-box .content-column .location:before {
    position: absolute;
    content: "\f1c2";
    left: 0px;
    top: -1px;
    color: #c29d59;
    font-family: "Flaticon";
}

.tour-block-three .inner-box .image .price {
    position: absolute;
    right: 16px;
    top: 15px;
    width: 98px;
    height: 98px;
    color: #c29d59;
    font-size: 20px;
    padding-top: 22px;
    line-height: 1.3em;
    border-radius: 50px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.tour-block-three .inner-box .hotel-info {
    position: relative;
    color: #c29d59;
    font-size: 13px;
    line-height: 1.7em;
    margin-bottom: 18px;
    margin-top: 12px;
}

.tour-block-three .inner-box .hotel-info span {
    margin-left: 20px;
    text-decoration: underline;
}

.tour-block-three .inner-box .theme-btn {
    padding: 5px 27px;
}

.tour-block-three .inner-box .food-list {
    position: relative;
    padding: 9px 20px;
    margin-bottom: 25px;
    display: inline-block;
    background-color: #f4f4f4;
}

.tour-block-three .inner-box .food-list li {
    position: relative;
    color: #000000;
    font-size: 15px;
    margin-right: 8px;
    display: inline-block;
}

.tour-block-three .inner-box .food-list li:last-child {
    margin-right: 0px;
}

.tour-block-three .inner-box .food-list li .icon {
    position: relative;
    margin-right: 8px;
    color: #c29d59;
    font-size: 16px;
}

/* Tours Detail */

.tours-detail {
    position: relative;
}

.tours-detail .inner-box {
    position: relative;
}

.tours-detail .inner-box .upper-box {
    position: relative;
}

.tours-detail .inner-box .upper-box .rating {
    position: relative;
    color: #c29d59;
    font-size: 14px;
}

.tours-detail .inner-box .upper-box .rating .fa {
    position: relative;
    margin-right: 1px;
    display: inline-block;
}

.tours-detail .inner-box .upper-box h3 {
    position: relative;
    line-height: 1.3em;
    margin-top: 4px;
    color: #000000;
    text-align: left;
}

.tours-detail .inner-box .upper-box .hotel-info {
    position: relative;
    color: #c29d59;
    font-size: 13px;
    line-height: 1.7em;
    margin-bottom: 18px;
    margin-top: 12px;
    padding-left: 20px;
}

.tours-detail .inner-box .upper-box .hotel-info:before {
    position: absolute;
    content: "\f1c2";
    left: 0px;
    top: -1px;
    color: #c29d59;
    font-family: "Flaticon";
}

.tours-detail .inner-box .upper-box .hotel-info span {
    color: #c29d59;
    margin-left: 20px;
    text-decoration: underline;
}

.tours-detail .inner-box .upper-box .theme-btn {
    float: right;
    margin-top: 45px;
    margin-right: 25px;
}

.tours-detail .inner-box .upper-box .price {
    position: relative;
    width: 98px;
    height: 98px;
    color: #c29d59;
    float: right;
    font-size: 20px;
    padding-top: 22px;
    line-height: 1.3em;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.tours-detail .inner-box .upper-box .good {
    position: relative;
    width: 100%;
    float: none;
    color: #c29d59;
    font-size: 18px;
    text-align: right;
    margin-top: 20px;
    font-family: "Merienda", cursive;
}

.tours-detail .inner-box .upper-box .food-list {
    position: relative;
    padding: 15px 0px 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.tours-detail .inner-box .upper-box .food-list li {
    position: relative;
    color: #000000;
    font-size: 15px;
    margin-right: 15px;
    display: inline-block;
}

.tours-detail .inner-box .upper-box .food-list li:last-child {
    margin-right: 0px;
}

.tours-detail .inner-box .upper-box .food-list li .icon {
    position: relative;
    margin-right: 8px;
    color: #c29d59;
    font-size: 16px;
}

/* Carousel */

.listing-page .image-column {
    position: relative;
    margin-bottom: 50px;
}

.listing-page .image-column .carousel-outer .owl-nav {
    position: absolute;
    left: 0px;
    top: 45%;
    width: 100%;
}

.listing-page .image-column .carousel-outer .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    width: 50px;
    height: 50px;
    color: #222222;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    border-radius: 50px;
    background-color: #e5e5e5;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.listing-page .image-column .carousel-outer .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #222222;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    border-radius: 50px;
    background-color: #e5e5e5;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.listing-page .image-column .carousel-outer .owl-nav .owl-prev:hover,
.listing-page .image-column .carousel-outer .owl-nav .owl-next:hover {
    background-color: #c29d59;
    color: #ffffff;
}

.listing-page .image-column .thumbs-carousel {
    padding: 0px 55px;
    margin-top: -120px;
}

.listing-page .image-column .thumbs-carousel li {
    border-radius: 50%;
    overflow: hidden;
}

.listing-page .image-column .thumbs-carousel li img {
    width: 100%;
    cursor: pointer;
}

.tours-detail .inner-box h3 {
    position: relative;
    color: #000000;
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px;
}

.tours-detail .inner-box h4 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}

.tours-detail .inner-box p {
    position: relative;
    color: #000000;
    font-weight: 400;
    line-height: 1.9em;
    margin-bottom: 15px;
}

.tours-detail .inner-box h5 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0px;
}

.tours-detail .map-canvas {
    height: 380px;
    width: 100%;
}

.tours-detail .two-columns {
    margin-bottom: 25px;
}

/* Skills Outer */

.skills-outer {
    position: relative;
    margin-bottom: 30px;
    padding: 25px 20px 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.skills-outer .skills-inner {
    position: relative;
}

.skills-outer .skills-inner .skill-content {
    position: relative;
    padding-left: 170px;
}

.skills-outer .skills-inner .left-content {
    position: absolute;
    left: 0px;
    top: 0px;
}

.skills-outer .skills-inner .left-content .rating {
    position: relative;
}

.skills-outer .skills-inner .left-content .rating .fa {
    position: relative;
    color: #c29d59;
    font-size: 16px;
    margin-right: 6px;
}

.skills-outer .skills-inner .left-content .rating-review {
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4em;
    margin: 10px 0px;
}

.skills-outer .skills-inner .left-content .excellent {
    position: relative;
    color: #c29d59;
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
    font-family: "Merienda", cursive;
}

/*Skills Section*/

.skills .skill-item {
    position: relative;
    margin-bottom: 12px;
}

.skills .skill-item:last-child {
    margin-bottom: 0px;
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 2px;
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 2px;
    background: #ededed;
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 2px;
    width: 0px;
    border-bottom: 2px solid #c29d59;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.skills .skill-item .skill-header {
    position: relative;
    line-height: 30px;
    margin-bottom: 5px;
}

.skills .skill-item .skill-header .skill-title {
    position: relative;
}

.skills .skill-item .skill-header .skill-title {
    float: left;
    color: #c29d59;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.skills .skill-item .skill-header .skill-percentage {
    position: relative;
    float: right;
    font-weight: 600;
    color: #252525;
    font-size: 14px;
    text-transform: capitalize;
}

.sidebar-page-container .group-title {
    position: relative;
}

.sidebar-page-container .group-title h5 {
    position: relative;
    color: #1c1c1c;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize;
}

/* Comment Box */

.comment-box {
    position: relative;
    margin-bottom: 35px;
    padding: 0px 0px 35px;
    border-bottom: 2px solid #e6e6e6;
    width: 70%;
}

.comment-box:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.comment-box.reply-comment {
    position: relative;
    margin-left: 45px;
}

.comment-box .comment {
    position: relative;
    padding-left: 100px;
}

.comment-box .comment .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 77px;
    height: 77px;
    overflow: hidden;
    border-radius: 50px;
}

.comment-box .comment .rating {
    position: absolute;
    right: 0px;
    top: 0px;
}

.comment-box .comment .rating .fa {
    position: relative;
    color: #333333;
    font-size: 14px;
    display: inline-block;
}

.comment-box .comment .rating .fa.light {
    color: #c5c5c5;
}

.comment-box .comment .comment-info {
    position: relative;
    color: #333333;
    font-size: 18px;
    margin-bottom: 5px;
}

.comment-box .comment .comment-info .comment-time {
    position: relative;
    color: #1c1c1c;
    font-size: 14px;
    margin-top: 4px;
}

.comment-box .comment .comment-info strong {
}

.comment-box .comment .post-date {
    position: relative;
    color: #999999;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.comment-box .comment .text {
    position: relative;
    color: #1c1c1c;
    font-size: 14px;
    margin-top: 12px;
    line-height: 1.7em;
}

.comment-box .comment .reply-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #999999;
    font-size: 11px;
    font-weight: 500;
    padding: 6px 12px;
    line-height: 1em;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #e9e9e9;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.comment-box .comment .reply-btn:hover {
    color: #ffffff;
    border-color: #c29d59;
    background-color: #c29d59;
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form {
    margin-top: 60px;
}

.comment-form .form-text {
    position: relative;
    color: #1c1c1c;
    top: -18px;
}

.comment-form .group-title h2 {
    margin-bottom: 50px;
    color: #222222;
}

.comment-form .form-group {
    margin-bottom: 20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: #888888;
    border: 1px solid #f3f3f3;
    height: 50px;
    font-size: 14px;
    background: #f3f3f3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #c29d59;
    background-color: #ffffff;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px 15px;
    color: #888888;
    border: 1px solid #f3f3f3;
    height: 210px;
    background: #f3f3f3;
    resize: none;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .theme-btn {
    position: relative;
    padding: 15px 42px;
    cursor: pointer;
    text-transform: capitalize;
    font-family: "Playfair Display", serif;
}

/*** 

====================================================================
	Destination Section Three
====================================================================

***/

.destinations-section-three {
    position: relative;
    padding: 105px 0px 100px;
    animation-name: key;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.destinations-section-three .destinations-block {
    margin-bottom: 30px;
}

.destinations-section-three .auto-container {
    max-width: 100%;
}

.destinations-section-three .row {
    margin: 0px -10px;
}

.destinations-section-three .destinations-block {
    padding: 0px 10px;
    margin-bottom: 20px;
}

/*** 

====================================================================
	Destination Detail Section
====================================================================

***/

.destinations-detail-section {
    position: relative;
    padding: 95px 0px 80px;
}

.destinations-detail-section .big-image {
    position: relative;
}

.destinations-detail-section .big-image img {
    position: relative;
    width: 100%;
    display: block;
}

.destinations-detail-section .big-image .overlay-heading {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.destinations-detail-section .big-image .overlay-heading h1 {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40px;
    color: #ffffff;
    opacity: 0.4;
    font-size: 150px;
    text-align: center;
    font-weight: 700;
    font-family: "Merienda", cursive;
}

.destination-detail {
    position: relative;
}

.destination-detail .inner-box {
    position: relative;
}

.destination-detail .inner-box h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.destination-detail .inner-box p {
    position: relative;
    font-weight: 400;
    color: #272626;
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.7em;
}

.destination-detail .two-column {
    position: relative;
    margin-bottom: 30px;
}

.destination-detail .two-column .image {
    position: relative;
}

.destination-detail .two-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.destination-detail .two-column .content-column {
    position: relative;
}

.destination-detail .inner-box h4 {
    position: relative;
    font-weight: 700;
    color: #000000;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.destination-detail .two-column .content-column .inner-column {
    position: relative;
    padding: 40px 35px 30px;
    margin-top: 55px;
    margin-left: -300px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.destination-detail .two-column .content-column .bold-text {
    position: relative;
    color: #272626;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 15px;
}

/*Sidebar Title*/

.sidebar-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-title h5 {
    position: relative;
    color: #272626;
    font-weight: 600;
    text-transform: capitalize;
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 38px;
    padding: 10px 15px 10px 50px;
    border: 1px solid #e1e1e1;
    background: none;
    display: block;
    font-size: 13px;
    width: 100%;
    height: 55px;
    color: #000000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #555555;
    line-height: 100%;
    font-weight: normal;
    background: none;
}

.sidebar-widget {
    margin-bottom: 30px;
}

/*Blog Category*/

.cat-list {
    position: relative;
}

.cat-list li {
    position: relative;
    margin-bottom: 6px;
}

.cat-list li a {
    position: relative;
    color: #6d6c6c;
    font-size: 16px;
    font-weight: 400;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.cat-list li a span {
    opacity: 0;
}

.cat-list li:last-child a {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.cat-list li a:hover {
    color: #c29d59;
}

.cat-list li a:hover span {
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/* Instagram Widget */

.instagram-widget .images-outer {
    position: relative;
    margin: 0px 0px;
}

.instagram-widget .images-outer .image-box {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 0px;
    margin-bottom: 0px;
}

.instagram-widget .images-outer .image-box img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.instagram-widget .images-outer .image-box img:hover {
    opacity: 0.7;
}

/*** 

====================================================================
	Popular Tags
====================================================================

***/

.popular-tags {
    position: relative;
}

.popular-tags a {
    position: relative;
    color: #272626;
    font-size: 14px;
    padding: 5px 18px;
    text-align: center;
    margin-bottom: 6px;
    margin-right: 6px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.popular-tags a:hover {
    color: #ffffff;
    border-color: #c29d59;
    background-color: #c29d59;
}

/*** 

====================================================================
	Blogs Page Section
====================================================================

***/

.blogs-page-section {
    position: relative;
    padding: 95px 0px 100px;
}

.news-block-two {
    position: relative;
    margin-bottom: 30px;
}

.news-block-two .inner-box {
    position: relative;
}

.news-block-two .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #c29d59;
}

.news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transform: scale(1.4, 1.4);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.news-block-two .inner-box:hover .image img {
    opacity: 0.5;
    transform: scale(1, 1);
}

.news-block-two .inner-box .lower-content {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -25px;
    padding: 35px 25px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}

.news-block-two .inner-box .lower-content .post-meta {
    position: relative;
}

.news-block-two .inner-box .lower-content .post-meta li {
    position: relative;
    margin-right: 16px;
    color: #272626;
    opacity: 0.7;
    display: inline-block;
}

.news-block-two .inner-box .lower-content .post-meta li:last-child {
    margin-right: 0px;
}

.news-block-two .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.3em;
    margin-top: 10px;
    font-weight: 700;
}

.news-block-two .inner-box .lower-content h4 a {
    position: relative;
    color: #272626;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.news-block-two .inner-box .lower-content h4 a:hover {
    color: #c29d59;
}

.news-block-two .inner-box .lower-content .text {
    position: relative;
    color: #272626;
    opacity: 0.7;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px;
}

.news-block-two .inner-box .read-more {
    position: relative;
    color: #272626;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    text-transform: capitalize;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.news-block-two .inner-box .read-more:hover {
    color: #c29d59;
    text-decoration: underline;
}

.blog-detail {
    position: relative;
}

.blog-detail .inner-box {
    position: relative;
}

.blog-detail .inner-box h3 {
    position: relative;
    color: #000000;
    line-height: 1.3em;
    font-weight: 700;
}

.blog-detail .inner-box .category {
    position: relative;
    color: #c29d59;
    font-size: 14px;
    margin-top: 18px;
    text-transform: uppercase;
}

.blog-detail .inner-box .post-info {
    position: relative;
    color: #2e2e2e;
    opacity: 0.8;
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-detail .inner-box p {
    position: relative;
    color: #2e2e2e;
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 12px;
}

.blog-detail .inner-box .image {
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
}

.blog-detail .inner-box h4 {
    position: relative;
    color: #2e2e2e;
    line-height: 1.3em;
    font-weight: 700;
}

.blog-detail blockquote {
    position: relative;
    padding: 40px 35px 30px;
    font-size: 20px;
    color: #2e2e2e;
    line-height: 1.6em;
    margin-top: 25px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.blog-detail blockquote .blockquote-inner {
    position: relative;
}

.blog-detail blockquote .blockquote-inner .quote {
    position: absolute;
    left: 0px;
    top: -12px;
    z-index: -1;
    font-size: 60px;
    color: #f5f3f0;
    line-height: 1em;
}

/*post share options*/

.blog-detail .post-share-options {
    position: relative;
    margin-top: 40px;
}

.blog-detail .post-share-options .info-links {
    position: relative;
}

.blog-detail .post-share-options .info-links li.share {
    display: block;
    font-size: 16px;
    color: #272626;
    font-weight: 700;
    margin-right: 8px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: "Playfair Display", serif;
}

.blog-detail .post-share-options .info-links li {
    position: relative;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    margin-left: 10px;
    display: inline-block;
    text-transform: capitalize;
}

.blog-detail .post-share-options .info-links li a {
    position: relative;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    padding: 10px 14px;
    border-radius: 4px;
    display: inline-block;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #e1e1e1;
}

.blog-detail .post-share-options .info-links li a:hover {
    color: #ffffff;
    border-color: #e6cc7e;
    background-color: #e6cc7e;
}

.blog-detail .post-share-options .post-tags span {
    display: block;
    font-size: 16px;
    color: #272626;
    font-weight: 700;
    margin-right: 8px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: "Playfair Display", serif;
}

.blog-detail .post-share-options .post-tags a {
    position: relative;
    color: #444444;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    padding: 10px 14px;
    border-radius: 4px;
    margin-right: 10px;
    display: inline-block;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #e1e1e1;
}

.blog-detail .post-share-options .post-tags a:last-child {
    margin-right: 0px;
}

.blog-detail .post-share-options .post-tags {
    position: relative;
    color: #ff4800;
    font-size: 16px;
    font-weight: 400;
    margin-top: 3px;
}

.blog-detail .post-share-options .post-tags a:hover {
    color: #020e28;
}

.blog-detail .post-share-options .post-tags a:hover {
    color: #ffffff;
    border-color: #e6cc7e;
    background-color: #e6cc7e;
}

.blog-detail .post-share-options .new-posts {
    margin-top: 20px;
}

.blog-detail .post-share-options .new-posts a {
    position: relative;
    font-weight: 700;
    color: #272626;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.blog-detail .post-share-options .new-posts a:hover {
    color: #020e28;
    text-decoration: underline;
}

/* Author Box */

.blog-detail .author-box {
    position: relative;
    padding: 40px 0px;
    margin-bottom: 30px;
    margin-top: 40px;
    border-top: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9;
}

.blog-detail .author-box .inner {
    position: relative;
    padding-left: 120px;
    min-height: 104px;
}

.blog-detail .author-box .inner .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 92px;
    height: 92px;
    overflow: hidden;
    border-radius: 50px;
}

.blog-detail .author-box .inner h4 {
    position: relative;
    color: #292b2c;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.blog-detail .author-box .inner .author-text {
    position: relative;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
    line-height: 1.9em;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section {
    position: relative;
    padding: 100px 0px 70px;
    animation-name: key2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.contact-page-section .inner-container {
    position: relative;
    padding: 40px 40px;
    margin-bottom: 60px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    height: 990px;
}
.info-box-section {
    animation-name: key;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

/* Default Form */

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.contact-form .form-group label {
    position: relative;
    color: #2b2b2b;
    font-size: 16px;
    text-align: left;
    display: block;
}

.contact-form .ui-selectmenu-button.ui-button,
.contact-form .form-group input,
.contact-form .form-group select,
.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    font-size: 13px;
    color: #777777;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: 10px 20px 10px 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    resize: none;
}

.contact-form .form-group button {
    cursor: pointer;
    text-transform: uppercase;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border: 1px solid #c29d59;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.contact-info-box {
    position: relative;
    margin-bottom: 30px;
}

.contact-info-box .box-inner {
    position: relative;
    padding: 25px 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.contact-info-box .box-inner h5 {
    position: relative;
    color: #c29d59;
    margin-bottom: 10px;
}

.contact-info-box .box-inner p {
    position: relative;
    color: #282828;
    opacity: 0.8;
    margin-bottom: 5px;
    line-height: 1.7em;
}

/*** 

====================================================================
	Faq's Page Section
====================================================================

***/

.faq-section {
    position: relative;
    padding: 95px 0px 0px;
}

.faq-section .auto-container {
    max-width: 970px;
}

.faq-section .inner-container {
    position: relative;
    padding: 40px 40px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 25px;
    border-radius: 0px;
    border: 1px solid #edeaea;
}

.accordion-box .block.active-block {
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    cursor: pointer;
    line-height: 34px;
    color: #2e2e2e;
    font-weight: 400;
    background: none;
    padding: 10px 60px 10px 30px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 54px;
    font-size: 20px;
    color: #ffffff;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    right: 0px;
    width: 60px;
    height: 54px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 54px;
    border-radius: 0px;
    background-color: #322f2f;
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    background-color: #c29d59;
    border-radius: 0px;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 1.7em;
    padding: 5px 30px 30px 30px;
}

.accordion-box .block .content .accordian-text {
    line-height: 1.9em;
    font-size: 16px;
    color: #84858a;
    font-weight: 600;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .content img {
    width: 100%;
    margin-top: 25px;
}

.faq-image-section {
    position: relative;
    padding: 90px 0px;
}

.faq-image-section .image {
    position: relative;
}

.faq-image-section .image img {
    position: relative;
    width: 100%;
    display: block;
}

.faq-image-section .image .question-box {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 25px 25px;
    background-color: #ffffff;
}

.faq-image-section .image .question-box .icon {
    position: absolute;
    left: 150px;
    top: 40px;
    font-size: 140px;
    line-height: 1em;
    color: #f6f4f4;
}

.faq-image-section .image .question-box h4 {
    position: relative;
    color: #00000f;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.faq-image-section .image .question-box .text {
    position: relative;
    color: #00000f;
    opacity: 0.8;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 12px;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    margin-bottom: 60px;
}

.gdlr-core-page-builder-body p {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: inherit;
}

.gdlr-core-page-builder-body img {
    max-width: 100%;
    height: auto;
}

.gdlr-core-page-builder-body a {
    text-decoration: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gdlr-core-container {
    margin-left: auto;
    margin-right: auto;
}

.gdlr-core-item-pdb {
    padding-bottom: 30px;
}

.gdlr-core-media-image {
    line-height: 0;
    position: relative;
}

.gdlr-core-left-align {
    text-align: left;
}

.gdlr-core-right-align {
    text-align: right;
}

.gdlr-core-column-20 {
    float: left;
    width: 33.3333%;
}

.gdlr-core-column-60 {
    float: none;
    width: 100%;
}

.gdlr-core-column-first {
    clear: left;
}

::placeholder {
    opacity: 1;
}

ul.slides .clearfix {
    height: auto;
    opacity: 1;
    clear: none;
}

.gdlr-core-pbf-wrapper {
    padding: 60px 0px 30px;
    position: relative;
}

.gdlr-core-pbf-wrapper-container {
    margin-left: auto;
    margin-right: auto;
}

.gdlr-core-pbf-wrapper-container-inner {
    position: relative;
}

.gdlr-core-pbf-column,
.gdlr-core-pbf-column-content-margin {
    position: relative;
}

.gdlr-core-pbf-column-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 1px;
}

.gdlr-core-pbf-element {
    clear: both;
}

.gdlr-core-pbf-background {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.gdlr-core-pbf-background-wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    z-index: -2;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .gdlr-core-pbf-background {
        background-attachment: scroll !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .gdlr-core-pbf-background {
        background-attachment: scroll !important;
    }
}

.gdlr-core-button {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 15px 33px;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
}

.gdlr-core-button .gdlr-core-content {
    display: inline-block;
    vertical-align: middle;
}

.gdlr-core-button i {
    vertical-align: middle;
}

.gdlr-core-button i.gdlr-core-pos-right {
    margin-left: 10px;
}

.gdlr-core-column-service-item .gdlr-core-column-service-title {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.gdlr-core-column-service-icon-left .gdlr-core-column-service-content-wrapper {
    overflow: hidden;
}

.gdlr-core-column-service-icon-left .gdlr-core-column-service-title-wrap {
    margin-bottom: 16px;
}

.gdlr-core-column-service-icon-left .gdlr-core-column-service-media {
    max-width: 30%;
}

.gdlr-core-column-service-icon-left.gdlr-core-left-align
    .gdlr-core-column-service-media {
    float: left;
    margin-right: 25px;
}

.gdlr-core-column-service-icon-left.gdlr-core-no-caption
    .gdlr-core-column-service-title-wrap {
    padding-top: 5px;
}

.gdlr-core-title-item .gdlr-core-title-item-caption {
    font-size: 16px;
    font-style: italic;
    display: block;
}

.gdlr-core-title-item .gdlr-core-title-item-title {
    font-size: 41px;
    font-weight: 800;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.gdlr-core-title-item .gdlr-core-title-item-title-wrap {
    position: relative;
}

.gdlr-core-title-item-caption-bottom .gdlr-core-title-item-caption {
    margin-top: 10px;
}

.gdlr-core-blog-grid.gdlr-core-style-4
    .gdlr-core-blog-grid-top-info
    .gdlr-core-head {
    display: none;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-frame {
    position: relative;
    background: #fff;
    padding: 45px 40px 60px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-frame-border {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-style: solid;
    border-width: 0px;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-content {
    font-style: italic;
    margin-bottom: 20px;
    font-size: 15px;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-content p {
    margin-bottom: 0px;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position {
    font-size: 13px;
    font-style: italic;
}

.gdlr-core-testimonial-item
    .gdlr-core-testimonial-position
    .gdlr-core-rating
    i {
    margin-right: 4px;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position .gdlr-core-rating {
    margin-right: 10px;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-author-content {
    overflow: hidden;
    padding-top: 3px;
}

.gdlr-core-testimonial-style-left-bg .gdlr-core-testimonial-content-wrap {
    overflow: hidden;
}

.gdlr-core-testimonial-style-left-bg .gdlr-core-testimonial-content {
    margin-bottom: 35px;
    padding-top: 40px;
}

.gdlr-core-testimonial-style-left-bg .gdlr-core-testimonial-quote {
    position: absolute;
    opacity: 0.3;
    font-size: 240px;
    margin-top: -160px;
    margin-left: -6px;
    font-style: normal;
    font-weight: bold;
}

.gdlr-core-testimonial-style-left-bg .gdlr-core-testimonial-author-content {
    padding-top: 10px;
}

.gdlr-core-flexslider.flexslider ul.slides > li {
    margin-bottom: 0px;
    display: none;
    -webkit-backface-visibility: hidden;
}

.gdlr-core-flexslider.flexslider[data-type="carousel"] ul.slides > li {
    margin-left: 0px;
}

.gdlr-core-hide-in-desktop-tablet {
    display: none;
}

@media only screen and (max-width: 767px) {
    .gdlr-core-hide-in-desktop-tablet {
        display: block;
    }

    .gdlr-core-hide-in-mobile {
        display: none;
    }

    body .gdlr-core-container {
        max-width: 500px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .gdlr-core-pbf-wrapper {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .gdlr-core-pbf-column-content-margin {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .gdlr-core-pbf-background {
        background-attachment: inherit !important;
    }

    .gdlr-core-column-20,
    .gdlr-core-column-60 {
        width: 100%;
    }

    .gdlr-core-pbf-column-content {
        min-height: 0px;
    }
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-count {
    color: #fff;
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 3px;
    z-index: 2;
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-count {
    background-color: #f97150;
}

html,
body,
div,
span,
h2,
h3,
p,
a,
img,
strong,
i,
ul,
li,
header {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

header {
    display: block;
}

ul {
    list-style: disc;
}

a img {
    vertical-align: middle;
}

strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    word-break: break-word;
}

p {
    margin-bottom: 20px;
    /* margin-left: 35px; */
    color: #000000;
}

ul {
    /* margin-left: 35px; */
    margin-bottom: 20px;
}

h2,
h3 {
    line-height: 1.2;
    margin-bottom: 20px;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.traveltour-body-outer-wrapper {
    position: relative;
    overflow: hidden;
}

.traveltour-body-wrapper.traveltour-with-frame {
    position: relative;
}

.traveltour-page-wrapper {
    clear: both;
}

.traveltour-container {
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.traveltour-body-wrapper {
    overflow: hidden;
    z-index: 1;
}

.traveltour-top-bar {
    position: relative;
    border-bottom-style: solid;
    line-height: 22px;
    padding-bottom: 1px;
}

.traveltour-top-bar-background {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.traveltour-top-bar-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.traveltour-top-bar-left {
    float: left;
}

.traveltour-top-bar-right {
    float: right;
}

.traveltour-top-bar-right-social {
    display: inline;
    margin-left: 25px;
    float: left;
}

.traveltour-top-bar-right-social a {
    margin-left: 25px;
}

.traveltour-top-bar-right-social a:first-child {
    margin-left: 0px;
}

.traveltour-top-bar.traveltour-with-divider
    .traveltour-top-bar-right
    > div:before {
    content: " ";
    width: 1px;
    color: transparent;
    border-left-width: 1px;
    border-left-style: solid;
    vertical-align: middle;
    margin: 0px 29px 0px 0px;
    line-height: 0;
}

.traveltour-top-bar.traveltour-with-divider
    .traveltour-top-bar-right
    > div:first-child:before {
    display: none;
}

.traveltour-mm-menu-wrap {
    display: none;
}

.traveltour-mobile-button-hamburger-with-border {
    font-size: 16px;
    padding: 6px;
    line-height: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.traveltour-mobile-menu {
    float: left;
    margin-top: -8px;
    margin-left: 30px;
}

.traveltour-mobile-menu-right {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px;
}

.traveltour-navigation .sf-menu {
    display: inline-block;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 0px;
}

.traveltour-navigation .sf-menu > li:first-child {
    padding-left: 0px;
}

.traveltour-navigation .sf-menu > li:last-child {
    padding-right: 0px;
}

.traveltour-navigation .sf-menu > li > a {
    letter-spacing: 0.5px;
}

.traveltour-navigation .traveltour-navigation-slide-bar {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    position: absolute;
    display: none;
    margin-top: -3px;
    overflow: hidden;
}

.traveltour-main-menu-right-button {
    float: left;
    padding: 8px 15px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -11px;
    margin-left: 30px;
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
}

.traveltour-logo {
    position: relative;
}

.traveltour-logo img {
    width: 100%;
}

.traveltour-header-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.traveltour-header-container-inner {
    position: relative;
}

.traveltour-header-style-plain {
    position: relative;
    border-bottom-style: solid;
}

.traveltour-header-style-plain .traveltour-navigation {
    line-height: 0;
}

.traveltour-header-style-plain .traveltour-header-background {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.traveltour-header-style-plain.traveltour-style-menu-right .traveltour-logo {
    float: left;
}

.traveltour-header-style-plain.traveltour-style-menu-right
    .traveltour-navigation {
    float: right;
}

.traveltour-header-style-plain.traveltour-style-menu-right
    .traveltour-main-menu {
    display: inline-block;
    vertical-align: top;
}

.traveltour-header-style-plain.traveltour-style-menu-right
    .traveltour-main-menu-right-wrap {
    display: inline-block;
    line-height: 1.7;
    margin-left: 10px;
    vertical-align: top;
    margin-top: -1px;
}

.traveltour-mobile-header-wrap {
    display: none;
}

.traveltour-mobile-header-wrap .traveltour-mobile-menu {
    margin-left: 20px;
}

.traveltour-mobile-header {
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 9999;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.traveltour-mobile-header .traveltour-mobile-header-container {
    position: relative;
}

.traveltour-mobile-header .traveltour-logo {
    padding: 0px 15px;
}

.traveltour-mobile-header .traveltour-logo-inner {
    line-height: 45px;
    margin-right: 80px;
}

.traveltour-mobile-header .traveltour-logo-inner img {
    vertical-align: middle;
    width: auto;
}

@media only screen and (max-width: 1140px) {
    body .traveltour-navigation .sf-menu > li {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 999px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }

    .traveltour-top-bar {
        display: none;
    }

    .traveltour-header-wrap.traveltour-header-style-plain,
    .traveltour-sticky-navigation {
        display: none !important;
    }

    .traveltour-mobile-header-wrap {
        display: block;
    }

    .traveltour-mobile-header-wrap .traveltour-top-bar {
        display: block;
    }

    .traveltour-mobile-header-wrap .traveltour-top-bar {
        font-size: 13px;
    }

    .traveltour-mobile-header-wrap .traveltour-top-bar-left,
    .traveltour-mobile-header-wrap .traveltour-top-bar-right {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    body.traveltour-body-front .traveltour-container {
        max-width: 500px;
        padding-left: 15px;
        padding-right: 15px;
    }

    body.traveltour-body-front .gdlr-core-container {
        max-width: 500px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .travel-tour-hide-on-mobile {
        display: none;
    }

    .traveltour-mobile-header-wrap .traveltour-top-bar-left,
    .traveltour-mobile-header-wrap .traveltour-top-bar-right {
        float: none;
        text-align: center;
        margin-bottom: 11px;
        font-size: 11px;
        padding-left: 0;
        padding-right: 0;
    }

    .traveltour-top-bar-right-social {
        float: none;
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }

    .traveltour-body .traveltour-top-bar a:first-child {
        margin-left: 0px;
    }
}



@media only screen and (max-width: 419px) {
    body {
        min-width: 320px;
    }
   
}

.sf-menu {
    list-style: none;
    margin-left: 0px;
}

.sf-menu > li {
    float: left;
}

.sf-menu > li > a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 9;
}

.traveltour-body h2,
.traveltour-body h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.gdlr-core-button {
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 600;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position .gdlr-core-rating {
    display: block;
}

.traveltour-top-bar-right-social a {
    margin-left: 21px;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-frame {
    padding: 45px 40px 45px;
}

.traveltour-body-wrapper.traveltour-with-frame {
    margin: 0px;
}

.traveltour-item-pdlr,
.gdlr-core-item-pdlr {
    padding-left: 20px;
    padding-right: 20px;
}

.gdlr-core-item-mglr {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 30px;
}

.traveltour-container,
.gdlr-core-container {
    max-width: 1260px;
}

.traveltour-body-front .gdlr-core-container,
.traveltour-body-front .traveltour-container {
    padding-left: 15px;
    padding-right: 15px;
}

.traveltour-top-bar-container.traveltour-top-bar-custom-container {
    max-width: 1440px;
}

.traveltour-top-bar {
    padding-top: 10px;
}

.traveltour-top-bar-right > div:before {
    padding-top: 10px;
    margin-top: -10px;
}

.traveltour-top-bar {
    padding-bottom: 10px;
}

.traveltour-top-bar-right > div:before {
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.traveltour-top-bar {
    font-size: 15px;
}

.traveltour-top-bar {
    border-bottom-width: 1px;
}

.traveltour-header-style-plain {
    border-bottom-width: 0px;
}

.traveltour-header-container.traveltour-header-custom-container {
    max-width: 1440px;
}

.traveltour-navigation .sf-menu > li {
    padding-left: 15px;
    padding-right: 15px;
}

.traveltour-navigation .traveltour-main-menu {
    margin-left: 0px;
}

.traveltour-logo {
    padding-top: 15px;
}

.traveltour-logo {
    padding-bottom: 15px;
}

.traveltour-logo-inner {
    max-width: 220px;
}

.traveltour-navigation {
    padding-top: 23px;
}

.traveltour-navigation .sf-menu > li > a {
    padding-bottom: 25px;
}

.traveltour-body h2,
.traveltour-body h3,
.traveltour-body .gdlr-core-title-font {
    font-family: "Arca Majora";
}

.traveltour-navigation .sf-menu > li > a,
.traveltour-navigation-font {
    font-family: "Oxygen", sans-serif;
}

.traveltour-body {
    font-family: "Oxygen", sans-serif;
}

.traveltour-body .gdlr-core-info-font {
    font-family: "Poppins", sans-serif;
}

.traveltour-body .gdlr-core-quote-font {
    font-family: "ABeeZee", sans-serif;
}

.traveltour-body h2 {
    font-size: 48px;
}

.traveltour-body h3 {
    font-size: 36px;
}

.traveltour-navigation .sf-menu > li > a {
    font-size: 17px;
}

.traveltour-navigation .sf-menu > li > a {
    font-weight: 600;
}

.traveltour-navigation .sf-menu > li > a {
    text-transform: capitalize;
}

.traveltour-body {
    font-size: 16px;
}

.traveltour-body,
p {
    line-height: 1.7;
}

.traveltour-top-bar-background {
    background-color: #333333;
}

.traveltour-body .traveltour-top-bar,
.traveltour-top-bar-right > div:before {
    border-color: #e9e9e9;
}

.traveltour-top-bar {
    color: #ffffff;
}

.traveltour-body .traveltour-top-bar a {
    color: #565656;
}

.traveltour-top-bar i {
    color: #ffffff;
}

.traveltour-header-background {
    background-color: #ffffff;
}

.traveltour-header-wrap.traveltour-header-style-plain {
    border-color: #e8e8e8;
}

.traveltour-navigation .traveltour-navigation-slide-bar {
    border-color: #e5e5e5;
}

.traveltour-navigation .traveltour-navigation-slide-bar:before {
    border-bottom-color: #e5e5e5;
}

.traveltour-mobile-menu-button i {
    color: #ffffff;
}

.traveltour-mobile-menu .traveltour-mobile-menu-button {
    border-color: #dddddd;
}

.sf-menu > li > a {
    color: #333333;
}

.sf-menu > li.current-menu-item > a {
    color: #1e354c;
}

.traveltour-body .traveltour-main-menu-right-button {
    color: #333333;
}

.traveltour-body .traveltour-main-menu-right-button {
    border-color: #333333;
}

.traveltour-body-outer-wrapper,
body.traveltour-full .traveltour-body-wrapper {
    background-color: #ffffff;
}

.traveltour-body {
    color: #2b2b2b;
}

.traveltour-body h2,
.traveltour-body h3 {
    color: #383838;
}

.traveltour-body a {
    color: #f97150;
}

.traveltour-body * {
    border-color: #e1e1e1;
}

.traveltour-body ::-webkit-input-placeholder {
    color: #4e4e4e;
}

.traveltour-body ::-moz-placeholder {
    color: #4e4e4e;
}

.traveltour-body :-ms-input-placeholder {
    color: #4e4e4e;
}

.traveltour-body :-moz-placeholder {
    color: #4e4e4e;
}

.gdlr-core-body .gdlr-core-button {
    color: #ffffff;
}

.gdlr-core-body .gdlr-core-button {
    background-color: #f97150;
}

.gdlr-core-body .gdlr-core-button.gdlr-core-button-gradient {
    background-color: #f97150;
    background: -webkit-linear-gradient(#f47d5f, #f97150);
    background: -o-linear-gradient(#f47d5f, #f97150);
    background: -moz-linear-gradient(#f47d5f, #f97150);
    background: linear-gradient(#f47d5f, #f97150);
}

.gdlr-core-column-service-item .gdlr-core-column-service-title {
    color: #383838;
    margin-left: 34px;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-content {
    color: #ffffff;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-title {
    color: #ffffff;
}

.gdlr-core-testimonial-item
    .gdlr-core-testimonial-position
    .gdlr-core-rating
    i {
    color: #ffcd9c;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-position {
    color: #ffffff;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-quote {
    color: #ffffff;
}

.gdlr-core-testimonial-item .gdlr-core-testimonial-frame {
    background-color: #f97150;
}

.gdlr-core-title-item .gdlr-core-title-item-title {
    color: #383838;
}

.gdlr-core-title-item .gdlr-core-title-item-caption {
    color: #747474;
}

.gdlr-core-page-builder-body [data-skin="White Text"] h3,
.gdlr-core-page-builder-body [data-skin="White Text"] .gdlr-core-skin-title {
    color: #ffffff;
}

.gdlr-core-page-builder-body [data-skin="White Text"] {
    color: #ffffff;
}

.gdlr-core-page-builder-body [data-skin="White Text"] * {
    border-color: #ffffff;
}

.gdlr-core-page-builder-body [data-skin="orange"] .gdlr-core-button {
    background-color: #f97150;
}

@font-face {
    font-family: "Arca Majora";
    src: url("../wp-content/uploads/2020/11/arcamajora3-heavy-webfont.eot");
    src: url("../wp-content/uploads/2020/11/arcamajora3-heavy-webfont.eot#iefix")
            format("embedded-opentype"),
        url("../wp-content/uploads/2020/11/arcamajora3-heavy-webfont.woff")
            format("woff");
    font-weight: 400;
    font-style: normal;
}

.wa__btn_popup,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wa__stt_online {
    background: #2db742;
    backface-visibility: hidden;
    will-change: transform;
}

.wa__stt_online:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}

.wa__popup_chat_box {
    font-family: Arial, Helvetica, sans-serif;
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
    bottom: 102px;
    right: 25px;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    will-change: transform, visibility, opacity;
    max-width: calc(100% - 50px);
}

.wa__popup_chat_box .wa__popup_heading {
    position: relative;
    padding: 15px 43px 17px 74px;
    color: #d9ebc6;
    background: #2db742;
}

.wa__popup_chat_box .wa__popup_heading:before {
    content: "";
    background: url(../wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo.svg)
        center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
    padding-top: 2px;
    padding-bottom: 3;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}

.wa__popup_chat_box .wa__popup_notice {
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
}

.wa__popup_chat_box .wa__popup_content {
    background: #ffffff;
    padding: 13px 20px 21px 19px;
    text-align: center;
}

.wa__popup_chat_box .wa__popup_content_left {
    text-align: left;
}

.wa__popup_chat_box .wa__popup_avatar {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    top: 12px;
}

.wa__popup_chat_box .wa__stt {
    padding: 13px 40px 12px 74px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-left: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
}

.wa__popup_chat_box .wa__stt:after {
    content: "";
    background: url(../wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo_green.svg)
        0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.wa__popup_content_list .wa__popup_content_item {
    margin: 14px 0 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    will-change: opacity, transform;
    opacity: 0;
}

.wa__popup_content_list .wa__popup_content_item .wa__member_name {
    font-size: 14px;
    color: #363c47;
    line-height: 1.188em !important;
}

.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;
}

.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}

.wa__btn_popup {
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 999;
}

.wa__btn_popup .wa__btn_popup_icon {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
}

.wa__btn_popup .wa__btn_popup_icon:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent
        url(../wp-content/plugins/whatsapp-for-wordpress/assets/img/whatsapp_logo.svg)
        center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
}

.wa__btn_popup .wa__btn_popup_icon:after {
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent
        url(../wp-content/plugins/whatsapp-for-wordpress/assets/img/x_icon.svg)
        center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}

.wa__btn_popup .wa__btn_popup_txt {
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    top: 15px;
    padding: 7px 0 7px 12px;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.traveltour-top-bar-right-social a {
    margin-left: 8px;
    font-size: 24px;
}

body.home #breadcrumbs {
    display: none;
}

#breadcrumbs {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    padding-left: 30px;
}

#breadcrumbs a {
    margin-right: 10px;
    font-size: 14px;
}

.breadcrumb_last {
    color: #313787;
    font-size: 14px;
    margin-left: 10px;
}

.traveltour-main-menu-right-button {
    float: left;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-top: -6px;
    margin-left: 15px;
    border-radius: 73px;
    border-width: unset;
    border-style: unset;
    background: #dd9933;
    color: #fff !important;
}

.traveltour-header-style-plain {
    border-bottom-width: 1px;
    border-color: #eaeaea;
}

.tourmaster-tour-grid .tourmaster-tour-price-bottom-wrap {
    background-color: #31378712;
    color: #fff !important;
}

.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-rating,
.tourmaster-tour-grid.tourmaster-tour-frame .tourmaster-tour-content {
    margin-bottom: 14px;
    overflow: hidden;
    height: 55px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.tourmaster-tour-grid-style-2.tourmaster-tour-frame
    .tourmaster-tour-content-wrap {
    padding-top: 40px;
    padding-bottom: 15px;
    height: 250px !important;
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-display {
    padding: 15px 25px 40px;
    text-align: left;
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-description {
    color: #e9e9e9;
    text-align: left;
    overflow: hidden;
    height: 85px;
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-animate {
    padding: 0px 25px 0px;
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-link {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left !important;
    float: left;
}

.tourmaster-tour-grid
    .tourmaster-tour-price-bottom-wrap
    .tourmaster-tour-price-head {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.tourmaster-tour-grid .tourmaster-tour-price {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 1;
    color: #dd9933 !important;
}

.gdlr-core-blog-grid-with-frame .gdlr-core-blog-grid-frame {
    padding: 30px 25px 0px;
}

.gdlr-core-blog-grid.gdlr-core-blog-grid-with-frame,
.gdlr-core-blog-full-frame,
.gdlr-core-blog-list-frame,
.gdlr-core-blog-link-format {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
}

.gdlr-core-blog-grid .gdlr-core-blog-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

button.bg-orange-button {
    background: #dd9934 !important;
    border: none;
    color: #fff !important;
    box-shadow: unset;
    text-shadow: unset;
}

.page .su-spoiler {
    border-radius: 5px;
    border: solid 0.5px #e3e3e3;
    background-color: #ececec;
    padding: 12px 20px;
}

.page .su-spoiler-icon {
    right: 7px;
}

.page .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
    right: 0;
    background: #dd9933;
    color: #fff;
    border-radius: 50px;
    line-height: 26px;
    width: 25px;
    height: 25px;
    left: unset;
}

.page .su-spoiler-title {
    font-size: 16px;
    font-weight: 600;
}

.page .su-spoiler-style-default > .su-spoiler-title {
    padding-left: 0px;
    padding-right: 0;
    cursor: pointer;
}

.page .su-spoiler-title:focus {
    outline: unset;
}

.tailor-made .gdlr-core-column-service-item .gdlr-core-column-service-title {
    color: #ffffff;
}

.tailor-made .gdlr-core-column-service-item .gdlr-core-column-service-content {
    color: #ffffff !important;
}

.gdlr-core-newsletter-item.gdlr-core-style-round .gdlr-core-newsletter-submit {
    float: right;
    width: 24%;
}

.gdlr-core-newsletter-form {
    border: 1px solid #eaeaea;
    border-radius: 100px;
    background: #fff;
}

.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail
    .tourmaster-tour-category-overlay {
    background: #333;
}

.tourmaster-single-header-title-wrap {
    padding-top: 390px;
}

.tourmaster-content-navigation-item
    .tourmaster-content-navigation-tab.tourmaster-active,
.tourmaster-content-navigation-item .tourmaster-content-navigation-tab:hover {
    color: #ffffff;
    background: #dd9934;
}

.traveltour-navigation .traveltour-navigation-slide-bar {
    border-color: #dd9934;
}

.tourmaster-tour-style-2
    .tourmaster-content-navigation-item-outer
    .tourmaster-content-navigation-slider {
    height: 2px;
    background: #313787 !important;
}

.tourmaster-single-header-overlay,
.tourmaster-payment-head .tourmaster-payment-head-overlay {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.6) 90%
    );
}

.tourmaster-tour-grid-style-2.tourmaster-tour-frame
    .tourmaster-tour-content-wrap
    .tourmaster-thumbnail-ribbon {
    background-color: #e4ac42 !important;
}

#CDSWIDSSP {
    width: 100% !important;
}

.tourmaster-content-navigation-item-outer .tourmaster-content-navigation-tab {
    font-size: 14px;
    font-weight: 600;
    padding: 20px;
    display: inline-block;
    margin-right: 10px;
}

.gdlr-core-accordion-style-background-title-icon
    .gdlr-core-accordion-item-content {
    /* padding: 0px 15px 10px; */
}

.gdlr-core-toggle-box-item-content-wrapper,
.gdlr-core-accordion-item-content-wrapper {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    border-radius: 0px !important;
}

.gdlr-core-accordion-style-background-title-icon
    .gdlr-core-accordion-item-title {
    padding: 15px 25px;
}

.gdlr-core-accordion-style-background-title-icon.gdlr-core-icon-pos-right
    .gdlr-core-accordion-item-title:before {
    background: #313787;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    margin-top: -3px;
}

.gdlr-core-body .gdlr-core-accordion-item-tab .gdlr-core-accordion-item-title,
.gdlr-core-body
    .gdlr-core-toggle-box-item-tab
    .gdlr-core-toggle-box-item-title {
    text-transform: none;
    letter-spacing: 0px;
    border-radius: 0px;
}

.gdlr-core-accordion-style-background-title-icon
    .gdlr-core-active
    .gdlr-core-accordion-item-title {
    border-left: 5px solid #dd9934;
}

.gdlr-core-accordion-style-background-title-icon
    .gdlr-core-accordion-item-tab.gdlr-core-active
    .gdlr-core-accordion-item-title:before {
    content: "\4b";
    background: #dd9934;
}

.page-category .tourmaster-item-mgb {
    margin-bottom: 20px !important;
}

.page-category .tourmaster-item-pdlr {
    padding-left: 0px;
}

.single-post .traveltour-page-wrapper {
    border-top: 1px solid #eaeaea;
}

.page-id-11699
    .tourmaster-tour-grid-style-2.tourmaster-tour-frame
    .tourmaster-tour-content-wrap {
    padding-top: 40px;
    padding-bottom: 15px;
    height: 200px !important;
}

.tourmaster-form-field.tourmaster-with-border input[type="text"],
.tourmaster-form-field.tourmaster-with-border input[type="email"],
.tourmaster-form-field.tourmaster-with-border input[type="password"],
.tourmaster-form-field.tourmaster-with-border textarea,
.tourmaster-form-field.tourmaster-with-border select {
    border-width: 1px;
    border-style: solid;
}

.tourmaster-form-field.tourmaster-with-border input[type="text"],
.tourmaster-form-field.tourmaster-with-border input[type="email"],
.tourmaster-form-field.tourmaster-with-border input[type="password"],
.tourmaster-form-field.tourmaster-with-border textarea,
.tourmaster-form-field.tourmaster-with-border select {
    border-color: #d9d9d9;
}

.tourmaster-tour-booking-bar-wrap .tourmaster-tour-booking-enquiry-wrap {
    padding: 20px 30px 20px;
    position: relative;
}

.tourmaster-tour-style-1 .tourmaster-tour-booking-bar-inner,
.tourmaster-tour-style-2 .tourmaster-tour-booking-bar-outer,
.tourmaster-form-field .tourmaster-combobox-list-wrap ul,
.tourmaster-template-payment .tourmaster-tour-booking-bar-wrap {
    background-color: #f9f9fc;
}

.tourmaster-tour-style-2
    .tourmaster-form-field.tourmaster-with-border
    input[type="text"],
.tourmaster-tour-style-2
    .tourmaster-form-field.tourmaster-with-border
    input[type="email"],
.tourmaster-tour-style-2
    .tourmaster-form-field.tourmaster-with-border
    input[type="password"],
.tourmaster-tour-style-2 .tourmaster-form-field.tourmaster-with-border select,
.tourmaster-tour-style-2
    .tourmaster-form-field.tourmaster-with-border
    .tourmaster-combobox-list-display {
    font-size: 14px;
    height: 40px;
    padding: 5px 10px;
}

.tourmaster-tour-grid-inner {
    box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
    border: 1px solid #dadada;
    border-radius: 15px !important;
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-link {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left !important;
    float: left;
    background: #f49a22;
    padding: 8px 15px !important;
    color: #fff !important;
    border-radius: 50px;
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-link:hover {
    color: #000 !important;
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-count {
    display: none;
}

.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail
    .tourmaster-tour-category-item-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px !important;
}

.tourmaster-single-related-tour.tourmaster-style-grid-with-frame
    .tourmaster-tour-grid {
    border-radius: 15px;
}

.cruise-section p {
    margin-bottom: 10px;
}

.cruise-section .tourmaster-tour-grid-style-2 .tourmaster-tour-info-wrap {
    margin-bottom: 0px;
    margin-top: 15px;
}

.cruise-section
    .tourmaster-tour-grid-style-2.tourmaster-tour-frame
    .tourmaster-tour-content-wrap {
    height: 230px !important;
}

.traveltour-blog-title-wrap .traveltour-single-article-title {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 5px;
    letter-spacing: 0px;
}

.traveltour-single-article-content h2,
.traveltour-single-article-content h3 {
    color: #313787;
}

.page .su-spoiler {
    border-radius: 5px;
    padding: 8px 15px;
}

ul.slides .clearfix {
    max-height: 530px;
}

.tourmaster-content-navigation-item-outer {
    background-color: #f9f9fc;
}

.single-tour #detail .include .gdlr-core-text-box-item-content ul {
    list-style: none !important;
    padding: 0;
}

.single-tour #detail .include li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 8px;
    color: #dd9934;
}

.single-tour #detail .exclude ul {
    list-style: none;
    padding: 0;
}

.single-tour #detail .exclude li:before {
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 8px;
    color: #dd9934;
}

.page .gdlr-core-title-item-left-image {
    float: left;
    margin-right: 10px;
    width: 50px;
    margin-top: -5px;
}

.gdlr-core-title-item .gdlr-core-title-item-title {
    color: #333 !important;
}

.gdlr-core-title-item .gdlr-core-title-item-caption {
    color: #777 !important;
    font-weight: 400 !important;
    font-size: 17px !important;
}

.hero-banner .gdlr-core-title-item {
    margin-bottom: 15px;
}

.hero-banner .gdlr-core-title-item .gdlr-core-title-item-title {
    text-shadow: 0px 2px 5px #313787;
    color: #fff !important;
}

.hero-banner
    .gdlr-core-title-item-caption-bottom
    .gdlr-core-title-item-caption {
    text-shadow: 0px 2px 5px #313787;
    color: #fff !important;
    font-size: 28px !important;
}

.hero-banner .gdlr-core-button {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    border-radius: 50px !important;
    background: #fff;
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-title {
    font-size: 22px;
    margin-bottom: 0px;
    font-weight: 600;
}

.home .tourmaster-tour-category-grid-3 .tourmaster-tour-category-title {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 700;
}

.why-us-section .gdlr-core-title-item .gdlr-core-title-item-title {
    color: #000 !important;
    margin-left: 30px;
}

.home .gdlr-core-testimonial-item .gdlr-core-testimonial-frame {
    background-color: #333;
}

.home
    .gdlr-core-testimonial-item
    .gdlr-core-testimonial-position
    .gdlr-core-rating
    i {
    color: #dd9933;
}

.gdlr-core-sticky-banner,
.traveltour-sticky-banner {
    background-color: #dd9933;
}

.gdlr-core-body .gdlr-core-load-more,
.gdlr-core-body .gdlr-core-button,
.traveltour-body .traveltour-button,
.traveltour-body input[type="button"],
.traveltour-body input[type="submit"],
.traveltour-body button {
    background-color: #dd9933;
    border-radius: 50px;
}

.home .home-offer-section .gdlr-core-title-item .gdlr-core-title-item-title {
    color: #fff !important;
}

.home .home-offer-section .gdlr-core-title-item .gdlr-core-title-item-caption {
    color: #333 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
}

.gdlr-core-icon-list-content {
    color: #333 !important;
}

body .tourmaster-tour-booking-submit input[type="submit"],
body .tourmaster-tour-booking-submit input[type="submit"]:hover,
body .tourmaster-tour-booking-submit .tourmaster-button,
body .tourmaster-enquiry-form .tourmaster-button,
.tourmaster-header-price .tourmaster-header-price-overlay {
    background: #dd9933 !important;
}

.traveltour-page-title-wrap.traveltour-style-small
    .traveltour-page-title-content {
    padding-top: 180px;
    padding-bottom: 180px;
}

.traveltour-page-title-wrap.traveltour-style-medium
    .traveltour-page-title-content {
    padding-top: 180px;
    padding-bottom: 180px;
}

.why-us-section .gdlr-core-icon-list-content {
    color: #0a0a0a !important;
    margin-left: 15px;
}

.eapps-form-layout-boxed .eapps-form-header {
    padding: 20px !important;
    background-color: #333 !important;
    color: #fff !important;
}

.eapps-form-layout-boxed {
    border: 1px solid #33333347 !important;
}

.traveltour-blog-title-wrap.traveltour-style-small
    .traveltour-blog-title-content {
    padding-top: 180px;
    padding-bottom: 180px;
}

.gdlr-core-blog-grid .gdlr-core-excerpt-read-more {
    margin-top: 15px;
}

.gdlr-core-blog-grid .gdlr-core-blog-content {
    margin-bottom: 10px;
}

.guide-category .gdlr-core-item-pdb {
    padding-bottom: 0px;
}

.guide-category .gdlr-core-title-item .gdlr-core-title-item-title-wrap {
    background: #eaeaea;
    padding: 10px;
}

.guide-category .gdlr-core-image-item img {
    padding-bottom: 0px !important;
    border-radius: 0px !important;
}

.traveltour-blog-title-wrap.traveltour-style-small
    .traveltour-blog-title-content {
    padding-top: 350px;
    padding-bottom: 0px;
}

.single-post .traveltour-single-article .traveltour-single-article-thumbnail {
    display: none;
}

.single-post .traveltour-single-article h2 {
    font-size: 26px;
}

.single-post .traveltour-single-article h3 {
    font-size: 22px;
}

.single-post .traveltour-single-article h4 {
    font-size: 18px;
}

.single-post .traveltour-single-article-head {
    background: #333;
    padding: 15px 0 0 30px;
}

.single-post .traveltour-blog-info-comment-number {
    display: none;
}

.traveltour-blog-title-wrap.traveltour-style-small
    .traveltour-blog-title-content {
    padding-top: 400px;
    padding-bottom: 0px;
}

.gdlr-core-input-wrap.gdlr-core-full-width
    input:not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.gdlr-core-input-wrap.gdlr-core-full-width textarea,
.gdlr-core-input-wrap.gdlr-core-full-width select {
    border: 1px solid #eaeaea;
}

@media only screen and (max-width: 736px) {
    .traveltour-top-menu-button i,
    .traveltour-mobile-menu-button i {
        color: #333;
    }

    ul.mm-listview li a,
    ul.mm-listview li span.traveltour-mm-menu-blank {
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 600;
        letter-spacing: 0.5px;
        padding: 17px 0px;
    }

    .mm-menu {
        background-color: #333;
    }

    .home-offer-section .gdlr-core-pbf-column-content-margin {
        padding: 20px !important;
        border-radius: 0px !important;
    }

    .home-offer-section .banner-image-offer {
        padding: 100px 0px 100px !important;
        border-radius: 0px !important;
    }

    .home
        .tourmaster-tour-category-grid-3
        .tourmaster-tour-category-head-display {
        padding: 15px 25px 30px;
        text-align: left;
    }

    .home
        .tourmaster-tour-category-grid-3
        .tourmaster-tour-category-description {
        height: 59px;
        line-height: 1.5;
    }

    .home .tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-link {
        font-size: 14px;
        padding: 5px 10px !important;
    }

    .gdlr-core-newsletter-form {
        border: 1px solid #eaeaea;
        border-radius: 100px;
        background: #fff;
        height: 54px;
    }

    .gdlr-core-newsletter-item.gdlr-core-style-round
        .gdlr-core-newsletter-email {
        width: 100%;
        float: left;
    }

    .gdlr-core-newsletter-item.gdlr-core-style-round
        .gdlr-core-newsletter-submit {
        float: left;
        width: 100%;
    }

    .gdlr-core-newsletter-item.gdlr-core-style-round
        .gdlr-core-newsletter-submit
        input[type="submit"] {
        height: 51px;
        font-size: 12px;
        font-weight: 600;
        width: 100%;
        margin-top: -10px;
    }

    .gmZYwR {
        flex-basis: 250px !important;
    }

    .eapp-popup-block-variation-title-component.jsx-2416106784 {
        font-weight: 600 !important;
        font-size: 28px !important;
    }

    .eapp-popup-block-variation-image-img.jsx-3457902498 {
        max-width: 60% !important;
    }

    .eapp-popup-block-variation-title-component.jsx-3441325519 {
        font-size: 18px !important;
    }
}

/* Faqs */
.question {
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question::after {
    content: url("../images/ankh.png");
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    color: #c29d59;
}

.question.active::after {
    content: url("../images/ankh2.png");
    transform: rotate(45deg);
    color: #fff;
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}

.question.active + .answercont {
}

.faqs {
    padding-bottom: 60px;
    width: 55%;
    margin-left: 20%;
}

.faqs .container {
    background-color: white;
    color: black;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
    margin: 20px 0;
}

.information {
    margin-left: 20%;
    padding: 60px 0;
}

.answer {
    color: #646464;
}

.question.active {
    background-color: #c29d59;
}
.question.active {
    color: #fff !important;
}
/* end faqs */

/* Testimonials */
.tag {
    text-align: center;
    font-size: 1.1rem;
}

.fa-heart {
    color: rgba(255, 230, 0, 0.959);
    font-size: 30px;
}

.card {
    height: 320px;
    padding: 10px 20px;
    border: none;
    box-shadow: 0px 3px 0px 0 #c29d59;
}

.testimonial {
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 500;
    margin-top: 15px;
}

.active-star {
    color: #c29d59;
    margin-bottom: 8px;
}

.active-star:hover {
    color: #c29d59;
    cursor: pointer;
}

.profile {
    padding-top: 10px;
}

.name {
    font-weight: 700;
    color: #c29d59;
}

.designation {
    font-size: 0.84rem;
    font-weight: 600;
    margin-left: 0px;
    color: #000000;
}

.testimonial-section .owl-carousel {
    margin-bottom: 15px;
}

.testimonial-section .owl-carousel .owl-stage-outer {
    padding: 40px 10px;
    height: 380px;
}

.testimonial-section .owl-carousel .owl-item img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -10px;
    margin-left: -5px;
}

.testimonial-section .owl-theme .owl-nav [class*="owl-"] {
    border-radius: 50% !important;
    background: inherit !important;
    /*border: 3px solid #bbb;*/
    color: #bbb !important;
}

.testimonial-section .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #c49c5f !important;
}

.fa-solid.fa-play {
    color: #b39654;
}

.footer-list {
    margin-left: 7px;
}

.footer-list a {
    margin-left: 15px !important;
}

.btn-style-one:before {
    background-image: url("../images/2.gif");
    background-size: cover;
    z-index: 999;
}

.btn-style-two:before {
    background-image: url("../images/2.gif");
    background-size: cover;
    z-index: 999;
}

.footer-bottom a:hover {
    color: #c29d59;
}

#backgroundVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}
video {
    width: 100%;
    margin-top: -89px;
}

/* terms and contitions */
.terms {
    margin-bottom: 120px;
    margin-top: 120px;
    animation-name: key2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.terms p {
    margin-bottom: 17px;
}
.terms h6 {
    padding-bottom: 15px;
}
.conditions {
    margin-left: 28vw;
}

.tours-section .owl-nav {
    margin-top: -20px!important;
    margin-bottom: 40px;
}

.tours-section .owl-nav [class*='owl-'] {
    background: #c29d59!important;
}

/* end terms */

@media only screen and (min-width: 767px) {
    .tours-section .owl-nav {
        display: none;
    }
}

@media only screen and (min-width: 1920px) and (max-height: 937px){
    
    .video-sec:before {
        height: 115.3vh!important;      
    }
}

/* laptop size */
@media only screen and (max-width: 1680px) {
    .video-sec:before {
        height: 89.2vh!important;
    }
}


@media only screen and (max-width: 1600px) {
    .video-sec:before {
        height: 99vh!important;
    }
}



@media only screen and (max-width:1440px) {
    .video-sec:before {
        height: 89vh!important;
    }
    .main-header .header-top .top-right {
        margin-right: 210px;
    }
    .destinations-section-three .col-lg-3 {
        flex: 0 0 33.33%;
        max-width: 33%;
    }
    .fixed-header .logo-box .logo {
        margin-left: -44px;
    }
}

/* leptop size */
@media only screen and (max-width: 1366px) {
    .banner-section .content-box {
        margin-top: 290px !important;
    }
    .agency-section {
        padding: -20px 0px 50px;
        margin-left: -125px;
        background-position-x: 184px !important;
        margin-top: -140px;
    }
    .testp {
        width: 70% !important;
    }
    .conditions {
        margin-left: 530px;
    }
    .styled-pagination {
        margin-left: 20vw !important;
    }
    .sidebar-page-container {
        background-image: none !important;
    }
    .destinations-section-three {
        background-image: none !important;
    }
    .actives {
        margin-left: 17vw !important;
    }
    .video-sec:before {
        height: 99.8vh!important;
    }
    .main-header .header-top .top-right {
        margin-right: 210px;
    }
    .banner-section {
        margin-top: -105vh;
    }
    .destinations-section-three .col-lg-3 {
        flex: 0 0 33.33%;
        max-width: 33%;
    }
}

@media only screen and (max-width: 1200px) {
    .agency-section {
        background-position-y: 180px !important;
        background-position-x: 950px !important;
    }
    .agency-section .content-column {
        margin-top: -60px;
        margin-left: 80px !important;
    }
    .agency-section .images-column {
        margin-left: 610px;
    }
}

@media only screen and (min-width: 1200px) {
    #destcont {
        max-width: 1210px !important;
    }
}

/* end leptop size */

@media only screen and (min-width:1025px) and (max-width: 1280px) {
    .video-sec:before {
        height: 90.3vh!important;
    }
    .main-header .header-top .top-right {
        margin-right: 215px;
    }
    .banner-section {
        position: relative;
        padding: 200px 0px 120px;
        margin-top: -95vh;
    }
    .agency-section {
        padding-right: 150px;
        padding-left: 150px;
    }
    #agency {
        padding-left: 130px!important;
        padding-right: 160px!important;
    }
    .conditions {
        margin-left: 500px;
    }
}


@media only screen and (max-width: 1024px) and (max-height: 800px) {
    .main-header .header-top .top-right {
        margin-right: 0px;
    }
    #home-img {
        display: none!important;
    }
    .main-header .header-upper {
        right: 135px;
    }
    .banner-section {
        padding: 195px 0px 0px;
        margin-top: -65vh;
    }
    .agency-section {
        background-position-y: 781px !important;
        background-position-x: 92px !important;
        /* background-size: 190px!important; */
    }
    .agency-section .images-column {
        position: relative;
        text-align: right;
        margin-bottom: 38px;
        margin-left: 500px;
    }
    .agency-section .content-column {
        position: relative;
        margin-bottom: 40px;
        margin-left: 30px;
        margin-top: -102px;
    }
    .testp {
        width: 70% !important;
    }
    .detail {
        float: left;
    }
    .tour-block-two .inner-box .lower-content .price {
        padding-top: 57px;
    }
    /*new*/
    .main-header .header-upper {
        right: 30px!important;
    }
    
    .main-header .header-upper .logo-box .logo {
        margin-top: 52px;
        margin-left: -25px;
    }
    
    .main-header .header-top .top-right {
        float: left!important;
    }
    
    .video-sec:before {
        height: 70.8vh!important;
    }
    
    .agency-section {
        margin-left: -50px!important;
    }
    
    .agency-section .images-column {
        text-align: left;
        margin-left: 220px;
        margin-top: 120px;
    }
    
    .tour-block .inner-box .lower-box .food-list {
        display: none;
    }
    
    .tour-block .inner-box .lower-content .upper-box h4 {
        font-size: 1.08rem;
    }
    .profile.pt-4{
        padding-top: 0rem!important;
    }
    .testimonial-section .owl-carousel .owl-item img {
        width: 60px !important;
        height: 60px;
    }
    iframe {
            width: 980px;
    }
    .tour-block .inner-box .lower-content .upper-box .price {
        width: 130%;
    }
    .conditions {
        margin-left: 300px;
    }
    .footer-column .home {
        margin-left: 60px!important;
    }
    .agency-section {
        padding: -20px 0px 50px;
        margin-left: -125px;
        background-position-x: 184px !important;
        margin-top: -50px;
    }
    /*new*/
    .news-block .inner-box .image img {
        height: 100%;
    }
    .testimonial p {
        font-size: 0.65rem!important;
    }
    .agency-section .images-column {
        display: none!important;
    }
    .destinations-section-three .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tab.btn.btn-secondary {
        margin-right: 16px!important;
    }
}

/*  Size */
@media only screen and (max-width: 1024px) and (max-height: 600px) {
    .main-header .header-top .top-right {
        margin-right: 0px;
    }
    .main-header .header-upper {
        right: 135px;
    }
    .banner-section {
        padding: 195px 0px 0px;
        margin-top: -76vh;
    }
    .agency-section {
        background-position-y: 781px !important;
        background-position-x: 92px !important;
        /* background-size: 190px!important; */
    }
    .agency-section .images-column {
        position: relative;
        text-align: right;
        margin-bottom: 38px;
        margin-left: 500px;
    }
    .agency-section .content-column {
        position: relative;
        margin-bottom: 40px;
        margin-left: 30px;
        margin-top: -102px;
    }
    .testp {
        width: 70% !important;
    }
    .detail {
        float: left;
    }
    .tour-block-two .inner-box .lower-content .price {
        padding-top: 57px;
    }
    /*new*/
    .main-header .header-upper {
        right: 30px!important;
    }
    
    .main-header .header-upper .logo-box .logo {
        margin-top: 52px;
        margin-left: -25px;
    }
    
    .main-header .header-top .top-right {
        float: left!important;
    }
    
    .video-sec:before {
        height: 94.4vh!important;
    }
    
    .agency-section {
        margin-left: -50px!important;
    }
    
    .agency-section .images-column {
        text-align: left;
        margin-left: 220px;
        margin-top: 120px;
    }
    
    .tour-block .inner-box .lower-box .food-list {
        display: none;
    }
    
    .tour-block .inner-box .lower-content .upper-box h4 {
        font-size: 1.08rem;
    }
    .profile.pt-4{
        padding-top: 0rem!important;
    }
    .testimonial-section .owl-carousel .owl-item img {
        width: 60px !important;
        height: 60px;
    }
    iframe {
        width: 990px;
    }
    .tour-block .inner-box .lower-content .upper-box .price {
        width: 130%;
    }
    .conditions {
        margin-left: 300px;
    }
    .footer-column .home {
        margin-left: 60px!important;
    }
    .agency-section {
        padding: -20px 0px 50px;
        margin-left: -125px;
        background-position-x: 184px !important;
        margin-top: -50px;
    }
    .news-block .inner-box .image img {
        height: 100%;
    }
    .testimonial p {
        font-size: 0.65rem!important;
    }
    .agency-section .images-column {
        display: none!important;
    }
    .destinations-section-three .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tab.btn.btn-secondary {
        margin-right: 16px!important;
    }
}

/* end leptop size */


@media only screen and (min-width:601px) and (max-width: 800px) {
    .main-header .header-top .top-left {
        display: none;
    }
    .main-header .header-top .top-right {
        margin-right: 300px!important;
    }
    .agency-section .images-column {
        display: none;
    }
    .video-sec:before {
        height: 34.5vh!important;
    }
    .banner-section {
        margin-top: -65vh;
    }
    .main-header .header-upper .logo-box .logo {
        margin-left: -15px!important;
        margin-right: -150px;
    }
    .main-header .header-upper .logo-box {
        float: left!important;
         text-align: left!important; 
    }
    #agency {
        margin-left: -55px!important;
        padding-right: 90px!important;
    }
    .main-header .nav-outer {
        margin-top: 45px;
        margin-left: 140px;
    }
    .fixed-header .nav-outer {
        margin-top: 30px!important;
        margin-left: 140px!important;
    }
    iframe {
        width: 100%;
        height: 450px;
    }
    .testimonial-section .owl-carousel .owl-item img {
        margin-top: -20px!important;
    }
}


@media only screen and (max-width: 767px) {
    .banner-section h1 {
        visibility: visible !important;
    }
    video {
        width: 131%;
    }
    .banner-section {
        padding: 180px 0px 120px;
        margin-top: -67vh;
    }
    .agency-section {
        background-position-y: 104px !important;
        background-position-x: 30px !important;
        background-size: 170px !important;
        padding: 2px 0px 50px;
    }
    .home {
        margin-left: 13px !important;
    }
    .testp {
        width: 76% !important;
        margin-left: 13vw;
    }
    .styled-pagination {
        margin-left: 26vw;
    }
}

@media only screen and (min-width: 450px) and (max-width: 500px) {
    .main-header .header-top .top-right {
        margin-right: 10px!important;
    }
    .banner-section {
        padding: 180px 0px 120px;
        margin-top: -45vh;
    }
    .video-sec:before {
        height: 67vh!important;
    }
    .nav-outer .mobile-nav-toggler {
        float: initial;
        top: 8px;
        margin-left: 305px!important;
        font-size: 32px;
    }
    iframe {
        width: 89vw;
        height: 30vh;
        margin-left: 2px!important;
    }
    video {
        width: 100%!important;
        object-fit: cover!important;
        height: 67.5vh!important;
    }
    .footer-column .home {
        margin-left: 0!important;
    }
}

/****** Mobile Size*********/
@media only screen and (max-width: 500px) {
    #gal .carousel-outer img {
        width: 345px!important;
        height: 280px!important;
    }
    .sixth-row {
        display: none!important;
    }
    .tour-block .inner-box .lower-content .pull-left {
        padding-left: 0!important;
    }
    .tour-block .inner-box .lower-content .pull-right {
        padding-left: 0!important;
    }
    footer .home {
        margin-left:0!important;
    }
    .pagination-outer a {
        margin: 5px;
    }
    .main-footer .footer-bottom .copyright {
        position: relative;
        font-size: 15px;
        text-align: center;
        color: rgba(255, 255, 255, 0.8);
    }
    .scroll-to-top {
        position: fixed;
        bottom: 70px;
    }
    .agency-section .images-column {
        display: none!important;
    }
    .icon.flaticon-menu {
        color: #fff;
    }
    .nav-outer {
        margin-left: 90px !important;
    }
    .tour-block-two .inner-box .lower-content .price {
        background-color: #ffffff00;
    }
    .buttons {
        display: none!important;
    }
    .tour-block .inner-box .lower-content .upper-box .price {
        text-align: inherit;
    }
    .agency-section-about .images-column {
        margin-left: 80px!important;
    }
    .main-header .inner-container {
        padding: 10px 15px!important;
    }
    .pack .col-md-10 {
        width: 90%;
    }
    .pack .col-md-1 {
        width: 6%;
    }
    .agency-section .sign {
        margin-left: 0px!important;
        width: 80%;
    }
    video {
        width: 230%;
    }
    #gal .listing-page ul {
        height: 210px!important;
    }
    .listing-page .image-column .carousel-outer .owl-nav {
        top: 16%;
    }
    .listing-page .image-column .carousel-outer .owl-nav .owl-prev {
        left: 5px;
        top: 100px;
    }
    #tour-cont .col-sm-6 {
        width: 50%;
    }
    .nav-outer .mobile-nav-toggler {
        padding: 9px 0 !important;
    }
    .banner-section .content-box h1 {
        margin-top: 110px;
    }
    .banner-section .content-box {
        margin-top: 0px !important;
    }
    .home {
        margin-left: 35vw !important;
    }
    .agency-section {
        padding: 270px 50px 50px;
    }
    iframe {
        width: 89vw;
        height: 30vh;
        margin-left: -28px;
    }
    .contact-page-section .col-md-5 .inner-container {
            margin-top: 330px!important;
    }
    .cont-img {
        height: 300px!important;
        margin-top: 130px;
    }
    .cont-img img {
        height: 300px!important;
    }
    .testimonial-section p {
        width: 100% !important;
        margin-left: 0vw !important;
    }
    #home-img {
        display: none!important;
    }
    .newsletter-form {
        width: 60%;
    }
    #related.tours-section {
        display: none!important;
    }
    .footer-widget.links-widget {
        margin-left: 15px!important;
    }
    .footer-widget.links-widget.home {
        margin-left: 0!important;
    }
    .news {
        display: none;
    }
    .agency-section {
        background-position-y: 90px !important;
        background-size: 30%;
    }
    .agency-section img {
        width: 80%;
        margin-left: -100px;
    }
    .sidebar-page-container {
        background-position-y: 140px !important;
        background-position-x: 30px !important;
        background-size: 26% !important;
        padding: 25px 0px 60px;
    }
    .destinations-section-three {
        background-position-y: 45px !important;
        background-size: 25% !important;
        padding: 67px 0px 100px;
    }
    .styled-pagination {
        margin-left: 13vw;
        margin-top: 13px;
    }
    .column h4 {
        margin-left: 32vw !important;
    }
    .p {
        text-align: center;
        margin-left: -20px !important;
    }
    .terms {
        background-image: none !important;
    }
    .contact-page-section {
        background-image: none !important;
    }
    .summary-section {
        background-image: none !important;
    }
    #agency {
        margin-top: 50px;
        padding: 70px 50px 50px !important;
    }
    .sixth-row {
        padding-left: 15px !important;
    }
    .sixth-row a {
        margin-top: 25px;
    }
    .sixth-row h5 img {
        display: none;
    }
    .sixth-row h5 {
        font-size: 18px;
    }
    .seventh-row img {
        display: none;
    }
    .seventh-row h6 {
        text-align: center;
        margin-left: -10vw !important;
    }
    .fifth-row h5 {
        margin-left: 2.5vw !important;
    }
    .third-row h6 {
        display: none;
    }
    .food-list {
      display: none!important;
    }
    .video-sec:before {
        height: 66.3vh!important;
    }
    .banner-section .content-box h1 {
        display: block;
        line-height: 1.1em;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 30px;
        margin-top: 70px;
        font-size: 60px;
        letter-spacing: 4px;
    }
    .conditions {
        margin-left: 0;
    }
    .main-header .header-upper .logo-box .logo {
        position: relative;
        margin-top: 40px;
        margin-left: 0px;
    }
    .logo img {
        max-width: 88%!important;
    }
    .page-title {
        padding: 130px 0px 0px;
    }
    .page-title h2 {
        font-size: 40px;
        margin-top: 110px;
    }
    .summary-block .inner-box .image-column .inner-column .image img {
        width: 100%;
        height: auto;
    }
    .sidebar-side {
        display: none;
    }
    #google_translate_element {
        display: none!important;
    }
    .nav-tabs {
        display: grid!important;
    }
    .tab.btn.btn-secondary {
        margin-right: 40px!important;
        border: none;
        margin-bottom: 10px;
        padding: 12px 90px;
    }
    .destinations-section-three .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .things, .seventh-row {
        display: none;
    }
    .ninth-row iframe {
        width: 89vw;
        height: 30vh;
        margin-left: -25px;
    }
    .listing-page .image-column .carousel-outer .owl-nav .owl-next {
        top: 80px;
        right: 710px;
    }
}

@media only screen and (max-width: 425px) {
    .gdlr-core-accordion-style-background-title-icon .gdlr-core-accordion-item-title {
        padding: 15px 35px;
    }
    .video-sec:before {
        height: 59vh!important;
    }
    #gal .listing-page ul {
        height: 10px!important;
    }
    #gal {
        margin-bottom: 90px!important;
    }
    .listing-page .image-column .carousel-outer .owl-nav .owl-next {
        top: 100px;
        right: 830px;
    }
    .banner-section {
        padding: 180px 0px 120px;
        margin-top: -45vh;
    }
    .main-header .header-top .top-right {
        margin-right: 0px;
    }
    .nav-outer .mobile-nav-toggler {
        float: left;
        display: block;
        margin: 0;
        padding: 8px 0;
        margin-left: 230px!important;
        font-size: 32px;
    }
    iframe {
        width: 89vw;
        height: 30vh;
        margin-left: 9px;
    }
    .home {
        margin-left: 0!important;
    }
    .pagination-outer a, .pagination-outer2 a {
        margin-left: 0!important;
    }
}


@media only screen and (max-width: 414px) {
    .video-sec:before {
        height: 68.5vh!important;
    }
    .nav-outer {
        margin-left: 30px !important;
    }
    #agency {
        padding: 150px 50px 50px !important;
    }
    .agency-section .content-column {
        margin-top: -60px;
        margin-left: 10px !important;
    }
    #philip {
        padding-top: 120px;
    }
    .destinations-section-three .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pagination-outer a {
        line-height: 1.2;
        height: 35px;
        min-width: 35px;
        margin-left: 9px;
    }
    video {
        width: 100vw;
        height: 69.7vh;
        object-fit: cover;
    }
    iframe {
        width: 89vw;
        height: 30vh;
        margin-left: 8px;
    }
    .agency-section-about {
            padding-top: 70px;
    }
    .nav-tabs {
        display: block!important;
    }
    .nav-tabs .btn-secondary {
        display: block!important;
        margin-bottom: 15px;
    }
    .things {
        display: none;
    }
    .ninth-row {
        padding-left: 0px!important;
    }
    
    .pagination-outer {
        margin-left: 40vw!important;
    }
}


@media only screen and (max-width: 411px) {
    .video-sec:before {
        height: 68.5vh!important;
    }
    .nav-outer {
        margin-left: 30px !important;
    }
    #agency {
        padding: 150px 50px 50px !important;
    }
    .agency-section .content-column {
        margin-top: -60px;
        margin-left: 10px !important;
    }
    #philip {
        padding-top: 120px;
    }
    .destinations-section-three .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pagination-outer a {
        line-height: 1.2;
        height: 35px;
        min-width: 35px;
        margin-left: 9px;
    }
    video {
        width: 100vw;
        height: 69.7vh;
        object-fit: cover;
    }
    iframe {
        width: 89vw;
        height: 30vh;
        margin-left: 8px;
    }
    .agency-section-about {
            padding-top: 70px;
    }
    .nav-tabs {
        display: block!important;
    }
    .nav-tabs .btn-secondary {
        display: block!important;
        margin-bottom: 15px;
    }
    .things {
        display: none;
    }
    .ninth-row {
        padding-left: 0px!important;
    }
    
    .pagination-outer {
        margin-left: 40vw!important;
    }
}


@media only screen and (max-width: 390px) {
    .video-sec:before {
        height: 73.9vh!important;
    }
    .banner-section {
        padding: 60px 0px 40px;
        margin-top: -67vh;
    }
    .banner-section .content-box h1 {
        line-height: 1.0em;
        font-size: 40px;
    }
    .page-breadcrumb {
        padding: 0px 0px!important;
        margin-top: 60px;
    }
}
@media only screen and (max-width: 390px) and (max-height: 844px) {
    .video-sec:before {
        height: 68.3vh!important;
    }
    .banner-section {
        padding: 60px 0px 40px;
        margin-top: -48vh;
    }   
} 

@media only screen and (max-width: 384px) {
    .main-header .header-top .phone {
         margin-left: -28px!important;
    }
    .video-sec:before {
        height: 68.2vh!important;
    }
    .banner-section {
        padding: 60px 0px 40px;
        margin-top: -45vh;
    }
    .tour-block-two .inner-box .lower-content h4 {
        font-size: 15px!important;
    }
    .tour-block-two .inner-box .price h4 {
        margin-top: -20px!important;
        font-size: 17px!important;
    }
}

@media only screen and (max-width: 375px) {
    .video-sec:before {
        height: 68.5vh!important;
    }
    .main-header .header-top .phone {
        margin-left: -25px!important;
    }
    .banner-section {
        margin-top: -45vh;
    }
    
        #agency {
        padding: 150px 50px 50px !important;
    }
    .agency-section .content-column {
        margin-top: -60px;
        margin-left: 10px !important;
    }
    #philip {
        padding-top: 120px;
    }
    .destinations-section-three .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pagination-outer a {
        line-height: 1.2;
        height: 35px;
        min-width: 35px;
        margin-left: 0px!important;
    }
    video {
        width: 100vw;
        height: 69.7vh;
        object-fit: cover;
    }
    iframe {
        width: 89vw;
        height: 30vh;
        margin-left: 0px;
    }
    .agency-section-about {
            padding-top: 70px;
    }
    .nav-tabs {
        display: block!important;
    }
    .nav-tabs .btn-secondary {
        display: block!important;
        margin-bottom: 15px;
    }
    .things {
        display: none;
    }
    .ninth-row {
        padding-left: 30px!important;
    }
    .pagination-outer {
        margin-left: 40vw!important;
    }
    .nav-outer .mobile-nav-toggler {
        top: 13px;
    }
    .tours-section .home {
        display: none;
    }
    .news-section {
        position: relative;
        padding: 5px 0px 10px;
    }
    .footer .home {
        margin-left:0!important;
    }
}


/****** Mobile Size*********/
@media only screen and (max-width: 360px) and (max-height: 800px) {
    .main-header .header-upper .logo-box .logo {
        margin-top: 35px;
        margin-left: -25px;
    }
    .main-header .mobile-nav-toggler {
        position: relative;
        float: left;
        margin-left: 150px!important;
    }
    .logo img {
      max-width: 70%!important;
    }
    .banner-section .content-box .text {
      font-size: 14px;
      line-height: 1.6em;
      margin-bottom: 20px;
    }
    .main-header .nav-outer {
      width: 122%!important;
    }
    .agency-section .content-column {
      margin-top: -50px;
    }
    .video-sec:before {
        height: 68.8vh!important;
    }
    .banner-section {
        padding: 180px 0px 0px;
        margin-top: -37vh;
    }
    .nav-outer {
        margin-left: 90px !important;
    }
    video {
      width: 245%;
    }
    #tour-cont .col-sm-6 {
        width: 50%;
    }
    .nav-outer .mobile-nav-toggler {
        padding: 25px 0 !important;
    }
    .banner-section .content-box h1 {
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 45px;
    }
    .banner-section .content-box {
        margin-top: 0px !important;
    }
    .home {
        margin-left: 35vw !important;
    }
    .agency-section {
        padding: 270px 50px 50px;
    }
    iframe {
      width: 92vw;
      height: 30vh;
      margin-left: 15px;
    }
    .info-box-section {
      height: 520px!important;
    }
    .summary-block .inner-box .image-column .inner-column .image img {
      height: 30vh;
    }
    .sidebar-side {
      display: none;
    }
    .testimonial-section p {
        width: 100% !important;
        margin-left: 0vw !important;
    }
    .newsletter-form {
      width: 90%;
    }
    .page-breadcrumb {
      margin-top: 0px;
    }
    .page-title { 
          padding: 90px 0px 0px;
    }
    .footer-widget.links-widget {
        margin-left: 15px !important;
    }
    .news {
        display: none;
    }
    .agency-section {
        background-position-y: 90px !important;
        background-size: 30%;
    }
    .agency-section img {
        width: 80%;
        margin-left: -100px;
    }
    .sidebar-page-container {
        background-position-y: 140px !important;
        background-position-x: 30px !important;
        background-size: 26% !important;
        padding: 25px 0px 60px;
    }
    .destinations-section-three {
        background-position-y: 45px !important;
        background-size: 25% !important;
        padding: 67px 0px 100px;
    }
    .styled-pagination {
        margin-left: 13vw;
        margin-top: 13px;
    }
    .column h4 {
        margin-left: 32vw !important;
    }
    .p {
        text-align: center;
        margin-left: -20px !important;
    }
    .terms {
        background-image: none !important;
    }
    .contact-page-section {
        background-image: none !important;
    }
    .summary-section {
        background-image: none !important;
    }
    #agency {
        margin-top: 50px;
        padding: 70px 50px 50px !important;
    }
    .sixth-row {
        padding-left: 15px !important;
    }
    .sixth-row a {
        margin-top: 25px;
    }
    .sixth-row h5 img {
        display: none;
    }
    .sixth-row h5 {
        font-size: 18px;
    }
    .seventh-row img {
        display: none;
    }
    .seventh-row h6 {
        text-align: center;
        margin-left: -10vw !important;
    }
    .fifth-row h5 {
        margin-left: 2.5vw !important;
    }
    .third-row h6 {
        display: none;
    }
}

/* End Mobile Size */

/* ************* */
/* animation  */
/* ************* */

@keyframes key {
    0% {
        background-position-x: 30px;
    }
    100% {
        background-position-x: 0px;
    }
}
@keyframes key2 {
    0% {
        background-position-x: 82vw;
    }
    100% {
        background-position-x: 84vw;
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tour-p {
    font-weight: 600 !important;
}

#tour-cont .column {
    padding-top: 12px;
}

.first-row {
    background-color: #f2efe9;
    border: 1px solid #f2efe9;
    border-radius: 8px;
    padding-top: 30px;
    padding-left: 30px;
}

.first-row .location {
    background-color: #ddb770;
    width: 100%;
}

.first-row .pickup {
    background-color: #ddb770;
    width: 100%;
}

.first-row .tour-avail {
    width: 100%;
}

.first-row .duration {
    width: 100%;
}

.first-row .tour-type {
    width: 100%;
}

.second-row {
    background-color: #f2efe9;
    border: 1px solid #f2efe9;
    border-radius: 8px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
}

.second-row h5 {
    padding-bottom: 15px;
}

.second-row p {
    line-height: 2em !important;
}

.third-row {
    background-color: #f2efe9;
    border: 1px solid #f2efe9;
    border-radius: 8px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
}

.third-row p {
    margin-bottom: 0px !important;
}

.third-row h6 {
    margin-left: 5px;
    padding-bottom: 10px;
}

.fourth-row {
    background-color: #f2efe9;
    border: 1px solid #f2efe9;
    border-radius: 8px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
}

.fourth-row p {
    margin-bottom: 0px !important;
}

.fourth-row h5 {
    padding-bottom: 15px;
}

.fifth-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.fifth-row h4 {
    margin-bottom: 0px !important;
}

.fifth-row img {
    margin-top: 15px !important;
}

.fifth-row hr {
    color: #c29d59;
    border-top: 2px solid #c29d59;
}

.fifth-row h5 {
    margin-bottom: 30px !important;
}

.itinerary {
    margin-bottom: -20px;
}

.fifth-row .question {
    font-size: 0.9rem;
}

.fifth-row .gdlr-core-accordion-item-content-wrapper {
    background-color: #f2efe9;
}

.sixth-row {
    background-color: #f2efe9;
    border: 1px solid #f2efe9;
    border-radius: 8px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin-top: 35px;
}

.sixth-row a {
    margin-left: 28vw;
    background-color: #ddb770;
    border: 1px solid #ddb770;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

.sixth-row a:hover {
    background-color: #ddb770;
    border: 1px solid #ddb770;
}

.seventh-row {
    background-color: #f2efe9;
    border: 1px solid #f2efe9;
    border-radius: 8px;
    padding-top: 30px;
    padding-left: 130px;
    padding-bottom: 30px;
    margin-top: 20px;
}

.seventh-row .img {
    margin-left: 80px;
}

.eight-row {
    background-color: #f2efe9;
    border: 1px solid #f2efe9;
    border-radius: 8px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
}

.ninth-row {
    background-color: #f2efe9;
    border: 1px solid #f2efe9;
    border-radius: 8px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
}

.tenth-row {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
}

.buttons {
    background-color: #f2efe9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.buttons a {
    margin-right: 2.1vw;
    color: #000;
}

.buttons a img {
    display: block;
    padding-left: 22px;
    padding-bottom: 3px;
}

.buttons a.highl img {
    padding-left: 35px;
}

.buttons a.incl img {
    padding-left: 33px;
}

.buttons a.excl img {
    padding-left: 38px;
}

.buttons a.itinerary img {
    padding-left: 27px;
}

.buttons a.req img {
    padding-left: 37px;
}

#related.tours-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0px 50px;
    background-color: #f2efe9;
}

#know p {
    margin-bottom: 15px;
    margin-top: 15px;
}

#know h4 {
    font-weight: 600;
}

#know h2 {
    font-weight: 600;
}

.second-row p {
    padding-right: 30px;
}

.things:hover {
    color: #c29d59;
}

.tour-p a:hover {
    color: #c29d59;
}

.tenth-row .image-carousel .owl-stage-outer {
    height: 780px !important;
}

.video-sec:before {
    content: "";
    height: 119.5vh;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(to right, rgb(0 0 0 / 40%), rgb(0 0 0 / 30%));
}

.things {
    margin-left: 0vw;
    margin-bottom: 20px;
    background-color: #ddb770;
    border: 1px solid #ddb770;
    border-radius: 8px;
    padding: 15px 10px;
    color: #ffffff;
}

.things:hover {
    margin-left: 0vw;
    margin-bottom: 20px;
    background-color: #ddb770;
    border: 1px solid #ddb770;
    border-radius: 8px;
    padding: 15px 10px;
    color: #ffffff;
}

.pagination-outer, .pagination-outer2 {
    position: relative;
    display: inline-block;
    /* margin-left: 40vw; */
    display: flex;
    justify-content: center;
}

.pagination-outer a, .pagination-outer2 a {
    position: relative;
    display: inline-block;
    line-height: 1.6;
    height: 40px;
    font-size: 15px;
    min-width: 40px;
    color: #292b2c;
    font-weight: 400;
    text-align: center;
    background: #edebe5;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    margin: 10px;
}

.pagination-outer a:hover,
.pagination-outer a.current, .pagination-outer2 a:hover, .pagination-outer a.current {
    color: #ffffff;
    border-color: #c29d59;
    background-color: #c29d59;
}

.pagination-outer li.next a,
.pagination-outer li.prev a {
    width: 100px;
}

.pagination-outer span, .pagination-outer2 span {
    position: relative;
    display: inline-block;
    line-height: 1.6;
    height: 40px;
    font-size: 15px;
    min-width: 40px;
    color: #292b2c;
    font-weight: 400;
    text-align: center;
    background: #edebe5;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    margin: 10px;
}

.pagination-outer span:hover,
.pagination-outer span.current, .pagination-outer2 span:hover,
.pagination-outer2 span.current {
    color: #ffffff;
    border-color: #c29d59;
    background-color: #c29d59;
    padding-top: 7px;
}

.pagination-outer .next.current,
.pagination-outer .prev.current, .pagination-outer2 .next.current,
.pagination-outer2 .prev.current {
    position: relative;
    display: inline-block;
    line-height: 1.6;
    height: 40px;
    font-size: 15px;
    min-width: 40px;
    color: #292b2c;
    font-weight: 400;
    text-align: center;
    background: #edebe5;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    margin: 10px;
}

.list-wrapper {
    padding: 15px;
    overflow: hidden;
}

.list-item {
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
}

.list-item h4 {
    color: #ff7182;
    font-size: 18px;
    margin: 0 0 5px;
}

.list-item p {
    margin: 0;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #eee;
}

.simple-pagination .current {
    color: #fff;
    background-color: #ff7182;
    border-color: #ff7182;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #e04e60;
}


.tours-detail .first-row .row {
    background-color: #ddb770;
    width: 100%;
    margin-bottom: 20px;
}

.answer img {
    height: 410px;
    width: 65%;
}

/*.fixed-header .logo img {*/
/*    width: 80%;*/
/*}*/

.fixed-header .nav-outer {
    margin-top: 20px;
    margin-left: 50px;
}

.pack .col-md-1 {
    margin-right: 0!important;
    padding-right: 0!important;
    padding-left: 0!important;
}

.pack .col-md-10 {
    margin-right: 0!important;
    padding-right: 0!important;
    padding-left: 0!important;
}

.pack a {
    padding-right: 0!important;
    padding-left: 0!important;
    margin-left: 2px!important;
}

.pack h5 {
    margin-left: -10px;
}

.testimonial p { 
    font-size: 0.67rem;
    
}

.goog-te-combo {
    background-color: #c29d59;
    height: 24px; 
    width: 150px;
}

#img1 {
    transition: ease 3s;
}

#img1:hover {
    transform: scale(1.2);
}


.third-row h6 {
    margin-left: 20px;
    padding-bottom: 10px;
}
.fourth-row h5 {
    padding-bottom: 15px;
    margin-left: 10px;
}