:root {
  --primaryColor: #970000;
  --secondaryColor: #007236;
}
* {
    transition: .3s ease;
}
body{
    font-family: poppins,sans-serif;
    box-sizing: border-box;
}
@media (max-width:767px){
    #why1 h2,.container h2{
        margin-top:0!important;
        padding:0;
    }
    .modal{
        top:85px!important;
    }
}


/*New Style Css*/
body:not(.home-page) header {
    position: unset;
}
body:not(.home-page) header .main-menu .navigation>li>a {
    color: #25283a;
}
a, a:hover {
    text-decoration: none;
}
a:hover {
    color: var(--secondaryColor) !important;
} 


li, ul {
    list-style: none;
}

.main-header {
    background: none;
    display: block;
    width: 100%;
    z-index: 9999;
}
.header-top, .main-header {
    position: relative;
}
.header-style-one {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.header-style-one .logo-desktop {
    background: url(../images/logo-cover.png) 0 0 no-repeat;
    height: 140px;
    left: 0;
    position: absolute;
    top: 0;
    width: 230px;
    z-index: 5;
}
.header-style-one .logo-desktop .logo {
    padding: 10px 0;
    position: relative;
    text-align: center;
}
.header-style-one .logo-desktop .logo img {
    margin-top: 24px;
    width: 160px;
}
.header-top-one {
    background-color: var(--primaryColor);
    color: #fff;
    line-height: 30px;
    overflow-x: hidden;
    padding: 0;
}
.header-top-one .outer-container {
    position: relative;
}
.header-top-one .inner {
    height: 52px;
    padding: 0 30px 0 250px;
    position: relative;
}
.main-header .header-top .top-left {
    /*float: left;*/
}
.header-top-one .info {
    border-right: 1px solid hsla(0,0%,100%,.2);
    float: left;
    padding: 10px 32px 10px 0;
    position: relative;
}
.header-top-one .info li {
    float: left;
    font-size: 15px;
    line-height: 30px;
    margin-right: 61px;
    position: relative;
}
.header-top-one .info li:before {
    border-right: 1px solid hsla(0,0%,100%,.2);
    content: "";
    height: 20px;
    position: absolute;
    right: -30px;
    top: 5px;
}
.header-top-one .info li:last-child:before{
    display: none;
}
.header-top-one .info li:last-child {
    margin-right: 0;
}
.header-top-one .info li a {
    color: #fff;
    display: inline-block;
}
.header-top-one .info li .icon {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    padding-right: 5px;
    position: relative;
    vertical-align: middle;
}
.main-header .header-upper {
    display: block;
    position: relative;
    z-index: 1;
    background: var(--primaryColor);
}
.header-style-one .header-upper .outer-container {
    position: relative;
}
.header-style-one .header-upper .inner {
    padding: 0 30px 0 250px;
    position: relative;
}
.header-style-one .header-upper .logo-box {
    display: none;
    float: left;
    padding: 5px 0;
    position: relative;
    z-index: 10;
}
.header-style-one .header-upper .logo-box .logo {
    display: block;
    position: relative;
}
.header-style-one .header-upper .logo-box .logo img {
    display: inline-block;
    max-height: 80px;
    max-width: 60%;
    position: relative;
    z-index: 1;
}
.header-style-one .nav-content {
    display: block;
    position: relative;
    width: 100%;
}
.header-style-one .nav-content .nav-outer {
    float: left;
    position: relative;
}
.nav-outer .mobile-nav-toggler {
    color: #000;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 30px;
    line-height: 40px;
    margin-left: 0;
    margin-top: 8px;
    position: relative;
}
.main-header .nav-outer, .main-header .nav-outer .main-menu {
    position: relative;
}
.main-menu .navbar-collapse {
    display: block!important;
    padding: 0;
}
.main-menu .navigation>li {
    float: left;
    margin-right: 40px;
    padding: 6px 0;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.main-menu .navigation>li>a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 30px;
    opacity: 1;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.main-menu .navigation>li:last-child {
    margin-right: 0;
}
.header-style-one .nav-content .other-links {
    float: right;
    padding-top: 11px;
    position: relative;
}
.header-style-one .other-links .book-btn {
    float: left;
    position: relative;
}
.btn-style-one.three-d.top-btn {
    box-shadow: 0 9px 0 #97000070;
}

.btn-style-one.round-corner {
    border-radius: 5px;
}
.btn-style-one.three-d {
    box-shadow: 0 9px 0 #0072366b;
}
.btn-style-one, .btn-style-one .btn-title {
    border-radius: 0;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.btn-style-one {
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
}
.header-style-one .other-links .book-btn a .btn-title {
    display: block;
    min-height: 42px;
}

.btn-style-one .btn-title.bigger-text {
    font-size: 16px;
}
.btn-style-one .btn-title {
    background: var(--secondaryColor);
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    min-height: 42px;
    padding: 10px 38px;
    z-index: 1;
}
.btn-style-one, .btn-style-one .btn-title {
    border-radius: 0;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.btn-style-one.three-d:hover {
    box-shadow: 0 9px 0 #9700004d;
}
.main-menu .navigation>li.current>a, .main-menu .navigation>li:hover>a {
    color: var(--secondaryColor)!important;
}

/*Sticky Header*/
.sticky-header {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    left: 0;
    opacity: 0;
    padding: 0;
    position: fixed;
    top: 0;
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    -ms-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.auto-container {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 15px;
    position: static;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.sticky-header .main-menu {
    float: left;
    position: relative;
}
.main-menu .navbar-collapse {
    display: block!important;
    padding: 0;
}
.main-menu .navigation {
    font-family: Poppins,sans-serif;
    margin: 0;
    position: relative;
}

.sticky-header .main-menu .navigation>li {
    background-color: transparent;
    margin-left: 30px!important;
    margin-right: 0!important;
    padding: 0;
}
.sticky-header .main-menu .navigation>li>a {
    color: #25283a;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 21px 0!important;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.sticky-header .booking-link {
    float: left;
    margin-left: 25px;
    padding-top: 15px;
    position: relative;
}
.fixed-header .sticky-header {
    opacity: 1;
    visibility: visible;
    z-index: 99901;
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes slideInDown {
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.fixed-header .sticky-header .logo {
    padding: 10px 0;
}
.fixed-header .sticky-header .logo img {
    height: 50px;
}
/*Sticky Header End*/

/*Mobile menu*/
.mobile-menu {
    height: 100%;
    max-width: 100%;
    opacity: 0;
    padding-right: 30px;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 300px;
    z-index: 999999;
}
.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}
.mobile-menu .menu-backdrop {
    background: rgba(0,0,0,.7);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all .9s ease;
    -moz-transition: all .9s ease;
    -webkit-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    width: 100%;
    z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .7;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    visibility: visible;
}
.mobile-menu .close-btn {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -ms-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease;
    width: 24px;
    z-index: 10;
}
.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}
.mobile-menu .menu-box {
    background: #202020;
    border-radius: 0;
    height: 100%;
    left: 0;
    max-height: 100%;
    opacity: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    visibility: hidden;
    width: 100%;
    z-index: 5;
}
.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    visibility: visible;
}
.mCustomScrollBox {
    direction: ltr;
    height: 100%;
    max-width: 100%;
    outline: 0;
    overflow: hidden;
    position: relative;
}
.mCSB_container {
    height: auto;
    overflow: hidden;
    width: auto;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}
.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}
.mobile-menu .nav-logo {
    padding: 30px 25px;
    position: relative;
    text-align: left;
}
.mobile-menu .nav-logo img {
    max-height: 90px;
}
.mobile-menu .navbar-collapse {
    display: block!important;
}
.mobile-menu .navigation {
    display: block;
    float: none;
    position: relative;
    width: 100%;
}
.mobile-menu .navigation:last-child {
    border-bottom: 1px solid hsla(0,0%,100%,.1);
}
.mobile-menu .navigation li {
    border-top: 1px solid hsla(0,0%,100%,.1);
    display: block;
    position: relative;
}
.mobile-menu .navigation li>a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 25px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.mobile-menu .navigation li>a:before {
    border-left: 3px solid #d5ae82;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.mCSB_scrollTools {
    bottom: 0;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    height: auto;
    left: auto;
    opacity: .75;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    height: 30px;
    width: 100%;
    z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 4px;
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: hsla(0,0%,100%,.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    height: 100%;
    margin: 0 auto;
    width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}
.mobile-menu-visible {
    overflow: hidden;
}

/*Mobile menu End*/

/* Banner Section */
.banner-one {
    padding-top: 52px;
    position: relative;
    z-index: 1;
}
.banner-carousel .slide-item {
    color: #fff;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.banner-carousel .slide-item .image-layer {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}
.banner-carousel .slide-item .image-layer:before {
    content: '';
    background: #00000080;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner-carousel .content-box {
    display: table;
    height: 100vh;
    margin-top: -60px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 60%;
    z-index: 5;
}
.banner-carousel .content-box .content {
    display: table-cell;
    padding: 100px 0 0;
    position: relative;
    vertical-align: middle;
}
.banner-carousel .content-box h1 {
    color: #fff;
    display: block;
    font-size: 90px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.1em;
    margin-bottom: 25px;
    opacity: 0;
    text-transform: capitalize;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.banner-carousel .content-box h1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.banner_content {
    font-size: 17px;
}
.m8 {
    margin-top: 12px;
}
.btn-style-one .btn-title.red-button {
    background: var(--secondaryColor);
    color: #fff;
    font-size: 22px;
}
/*End Banner Section */

/*Tours Section Css*/
.tripListWrapper {
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-type: disc;
  padding-left: 18px;
}
.visitListWrapper {
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-type: disc;
  padding-left: 18px;
}
.visitListWrapper li, .tripListWrapper li{
    list-style-type: disc;
}
.activities-section, .form-section {
    padding: 90px 0;
    position: relative;
}
.activities-section {
    background: #f0f3f7;
}
.activities-section .auto-container {
    max-width: 1810px;
}
.centered {
    text-align: center!important;
}
.sec-title {
    margin-bottom: 50px;
    position: relative;
}
.sec-title.with-border {
    padding-bottom: 28px;
}
.sec-title.centered {
    margin: 0 auto 50px;
    max-width: 785px;
}
.sec-title .upper-text {
    color: #7f8a99;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 1.5em;
    margin: 0 0 7px;
}
.sec-title .upper-text, .sec-title h2 {
    position: relative;
    text-transform: uppercase;
}
.sec-title h2 {
    color: #061138;
    display: block;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 0;
}
.sec-title h2 strong {
    font-weight: 700;
}
.sec-title .separator {
    background: url(../images/saperator_img_2.png) 0 no-repeat;
    bottom: 0;
    display: block;
    height: 7px;
    left: 0;
    position: absolute;
    width: 70px;
}
.sec-title.centered .separator {
    left: 50%;
    margin-left: -35px;
}
.activities-section .carousel-outer {
    padding: 0 100px;
}
body .owl-carousel.owl-loaded {
    display: block;
}
.activity-block {
    position: relative;
}
.owl-theme .activity-block {
    opacity: 0;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    visibility: hidden;
}
.activity-block .inner-box {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.12);
    display: block;
    margin: 0 auto;
    max-width: 980px;
    min-height: 300px;
    padding-left: 350px;
    position: relative;
}
.activity-block .image-box {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 350px;
}
.activity-block .image-box img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.activity-block .content-box {
    padding: 30px 30px 20px;
    position: relative;
}
.activity-block .content-box h4 {
    color: var(--primaryColor);
    font-size: 26px;
    margin-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}
.activity-block .content-box h4 a {
    color: var(--primaryColor);
}
.activity-block .info {
    position: relative;
}
.activity-block .info li {
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-right: 31px;
    position: relative;
}
.activity-block .info li .icon {
    color: var(--primaryColor);
    display: inline-block;
    padding-right: 5px;
    position: relative;
    vertical-align: middle;
}
.activity-block .info li:after {
    border-right: 1px solid rgba(0,0,0,.15);
    content: "";
    height: 14px;
    position: absolute;
    right: -16px;
    top: 5px;
}
.flex-row-sb {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.price-block {
    position: relative;
}
.price-block {
    display: flex;
    flex-direction: column;
    margin-top: 12px;
    padding-right: 16px;
}
.activity-block .info {
    position: relative;
}
.price-block p {
    margin: 0;
}
.price-block p.price-caption {
    color: #22212190;
    font-size: 12px;
}
.price-block label {
    color: var(--primaryColor);
    font-size: 22px;
    font-weight: bolder;
    margin: 0;
}
.owl-theme .active .activity-block {
    opacity: 1;
    visibility: visible;
}
.activities-section .owl-theme .owl-nav {
    height: 0;
    left: 0;
    margin: -35px auto 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0!important;
}
.activities-section .owl-theme .owl-nav .owl-prev {
    left: -100px;
}
.activities-section .owl-theme .owl-nav .owl-next, .activities-section .owl-theme .owl-nav .owl-prev {
    background: none;
    border: none;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    color: #acb7c6;
    font-size: 20px;
    font-weight: 700;
    height: 64px;
    line-height: 62px;
    opacity: 1;
    position: absolute;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 64px;
}
.activities-section .owl-theme .owl-nav .owl-next {
    right: -100px;
}
.activity-block .content-box .info ul {
    padding-left: 0;
}
.btn-style-four, .btn-style-four .btn-title {
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.btn-style-four .btn-title {
    background: none;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    color: #061138;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    padding: 11px 45px;
    z-index: 1;
}
.btn-style-four:hover .btn-title {
    background: var(--secondaryColor);
    border-color: var(--secondaryColor);
    color: #fff;
}
/*Tours Section End*/

/*About Section Css*/
.about-section {
    padding: 0 0 70px;
    position: relative;
    z-index: 2;
}
.about-section .left-col {
    margin-bottom: 30px;
    position: relative;
}
.about-section .left-col .upper-row {
    min-height: 232px;
    padding-left: 300px;
    position: relative;
}
.about-section .left-col .upper-row .image-box {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 270px;
}
.about-section .left-col .upper-row .image-box .image {
    height: 100%;
}

figure {
    margin: 0 0 1rem;
}
.about-section .left-col .upper-row .image-box img {
    display: block;
    width: 100%;
    height: 100%;
}
.about-section .left-col .sec-title {
    margin-bottom: 27px;
    top: -5px;
}
.sec-title h3 {
    color: #061138;
    display: block;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0;
    position: relative;
    text-transform: capitalize;
}
.about-section .left-col .inner {
    display: block;
    padding: 20px 0 0;
    position: relative;
}
.firstLetterCapital::first-letter {
  float: left;
  font-size: 3em;
  line-height: 1;
  font-weight: 500;
  padding-right: 8px;
  color: #1f2c53; /* or any color that fits your theme */
  font-family: serif; /* or a decorative font */
}
.btn-style-one:hover .btn-title {
    background: var(--primaryColor);
    color: #fff;
}
/*About Section Css End*/

/*Emirates Section Css*/

.services-section {
    padding: 0;
    position: relative;
    z-index: 2;
}
.services-section .title-box {
    display: block;
    padding: 90px 0 50px;
    position: relative;
    width: 100%;
}
.services-section .title-box .image-layer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -110px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}
.services-section .title-box .image-layer:before {
    background: var(--primaryColor);
    content: "";
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%;
}

.sec-title.light, .sec-title.light .upper-text, .sec-title.light h2, .sec-title.light h3 {
    color: #fff;
}
.services-section .title-box .sec-title {
    margin-bottom: 0;
}
.services-section .carousel-outer {
    margin: 0 -25px;
    overflow: hidden;
    padding: 0 20px;
}
.service-block-two {
    margin-bottom: 30px;
    position: relative;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframs fadeInUp{
    0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}
.service-block-two .inner-box {
    background: #fff;
    display: block;
    position: relative;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.service-block-two .image, .service-block-two .image img {
    display: block;
    position: relative;
}
.service-block-two .image img {
    width: 100%;
}
.service-block-two .lower-box {
    border: 1px solid rgba(0,0,0,.1);
    display: block;
    padding: 95px 20px 30px;
    position: relative;
}
.service-block-two .title-box {
    display: block;
    left: 0;
    padding: 0 40px;
    position: absolute;
    top: -80px;
    width: 100%;
}
.service-block-two .title-box .inner {
    background: #f0f3f7;
    display: block;
    padding: 30px 20px;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.service-block-two .title-box .subtitle {
    color: #7f8a99;
    display: block;
    font-size: 13px;
    margin-bottom: 27px;
    position: relative;
    text-transform: uppercase;
}
.service-block-two .title-box .subtitle:before {
    border-bottom: 1px solid rgba(0,0,0,.1);
    bottom: -14px;
    content: "";
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 80px;
}
.service-block-two .title-box h4 {
    color: #061138;
    display: block;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
}
.service-block-two .title-box h4 a {
    color: #061138;
}
.service-block-two .link-box, .service-block-two .text {
    display: block;
    position: relative;
}
.services-section .owl-theme .owl-dots {
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.services-section .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 7px;
    position: relative;
}
.services-section .owl-theme .owl-dots .owl-dot.active span {
    background: var(--primaryColor);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service-block-two .inner-box:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,.08);
}
.service-block-two .inner-box:hover .title-box .inner {
    background: var(--primaryColor);
}
.service-block-two .inner-box:hover .title-box h4 a, .service-block-two .title-box h4 a:hover {
    color: #fff;
}
/*Emirates Section Css End*/

/* Reviews Section Css */
.reviews-section {
    background: var(--primaryColor);
    padding-top: 50px;
    margin-top: 50px;
}
.review_block {
    text-align: center;
    color: #f1f1f1;
        width: 600px;
    margin: 0 auto;
}
.reviewer_name {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}
/* Reviews Section Css End */


/*Events Section Css*/

.events-section {
    padding-bottom: 90px;
}
.events-section .title-box .image-layer:before {
    background: none;
}
.owl-theme .service-block {
    margin-bottom: 0;
}
.service-block .inner-box {
    display: block;
    padding-bottom: 72px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.service-block .image-box {
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
    position: relative;
}
.service-block .image-box:before {
    background: #fff;
    border-top: 7px solid transparent;
    bottom: 15px;
    content: "";
    height: 50px;
    left: 0;
    left: -10%;
    position: absolute;
    -ms-transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 120%;
    z-index: 1;
}
.service-block .image-box img {
    display: block;
    position: relative;
    width: 100%;
}
.service-block .lower-box {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0 0 3px 3px;
    bottom: 0;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.12);
    left: 0;
    margin-left: 40px;
    padding-bottom: 2px;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 3;
}
.service-block .lower-content {
    background: #fff;
    border-radius: 0 0 3px 3px;
    display: block;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
}
.service-block .lower-content .cat {
    color: #7b8594;
    display: block;
    font-size: 13px;
    margin-bottom: 7px;
    position: relative;
    text-transform: uppercase;
}
.service-block .lower-content h4 {
    color: #061138;
    margin-bottom: 20px;
    position: relative;
}
.service-block .lower-content h4 a {
    color: #061138;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/*Events Section Css End*/

/*Form Section Css*/
.inner, .inner-box, figure {
    display: block;
}
[hidden] {
    display: none!important;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.default-form label.error, label.error {
    color: red;
    display: block;
    font-size: 14px;
    padding-top: 5px;
    text-align: left;
}
.hide {
    display: none;
}
.default-form {
    position: relative;
}
.default-form .row {
    margin: 0 -10px;
}
.form-group {
    margin-bottom: 1rem;
}
.default-form .form-group {
    margin-bottom: 20px;
    position: relative;
}
.default-form .row .form-group {
    padding: 0 10px;
}
.default-form .form-group .field-label {
    color: #7f8a99;
    display: block;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 5px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.default-form .form-group input[type=email], .default-form .form-group input[type=file], .default-form .form-group input[type=number], .default-form .form-group input[type=password], .default-form .form-group input[type=tel], .default-form .form-group input[type=text], .default-form .form-group input[type=url], .default-form .form-group select, .default-form .form-group textarea {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    color: #25283a;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 52px;
    line-height: 30px;
    padding: 10px 25px;
    position: relative;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}
.default-form .form-group:last-child {
    margin-bottom: 0;
}
.btn-style-three, .btn-style-three .btn-title {
    border-radius: 0;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.btn-style-three .btn-title {
    background: var(--primaryColor);
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    padding: 12px 45px;
    z-index: 1;
}
.btn-style-three:hover .btn-title {
    background: var(--secondaryColor);
    color: #fff;
}
button#inquiry-form-submit-btn {
    border: none;
    padding: 0;
}
.default-form .form-group textarea {
    height: 120px;
    padding-top: 12px;
}
/*Form Section Css End*/

















/*Footer Css*/
.main-footer {
    background: #252525;
    color: #868da5;
    position: relative;
    display: block;
}
.main-footer .widgets-section {
    padding: 90px 0 50px;
    position: relative;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.main-footer .info-widget {
    position: relative;
}
.main-footer .info ul {
    position: relative;
}
.main-footer .info ul li {
    color: #868da5;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;
    position: relative;
}
.main-footer .info ul li a {
    color: #868da5;
}
.text {
    margin: 0;
}
.main-footer .info-widget .logo {
    margin: 30px 0;
    text-align: center;
}
.main-footer .info ul li.no-padding {
    padding: 0;
}
.main-footer .footer-bottom {
    border-top: 1px solid hsla(0,0%,100%,.1);
    line-height: 24px;
    padding: 12px 0;
    position: relative;
    text-transform: capitalize;
}
.main-footer .footer-bottom .inner {
    display: block;
    position: relative;
}
.main-footer .footer-bottom .copyright {
    float: left;
    padding: 10px 0;
    position: relative;
}
.footer_cont_info ul {
    padding-left: 0;
}
.footer_cont_info ul li span {
    margin-right: 10px;
    color: #d5ae82;
}
/*Footer Css End*/


/*UAE Visa Apply modal Css*/
.modal-dialog {
    width: auto;
}
.modal-open .modal {
    z-index: 5;
}
button.close {
    -webkit-appearance: none;
    padding: 2px 5px;
    cursor: pointer;
    border: 0;
}
.close {
    color: #fff!important;
    opacity: 1;
}
.form1 {
    padding: 30px;
    margin-top: -1px;
}
.btn-form1-submit {
    border: none;
    font-size: 14px!important;
    font-weight: 700;
    padding: 11px 10px;
    background: #bc1515;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-top: 24px;
    color: #fff;
    moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 2px 2px 0 0 rgba(0,0,0,.2) inset;
    transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
}
/*UAE Visa Apply modal Css End*/


/*Tour Package Page Css*/
.activity_block_wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
}
.contact-message {
    background-color: rgb(234, 237, 243);
    color: rgb(246, 68, 68);
    margin-bottom: 1rem;
    margin-top: 0px;
    border-radius: 5px;
    padding: 1em;
}
/*Tour Package Page Css End*/

@media only screen and (max-width: 767px) {
    .header-style-one, .header-style-two {
        background: #061138;
        position: relative;
    }
    .header-style-one .logo-desktop {
        display: none;
    }
    .header-top-one .inner {
        height: auto;
        padding: 0;
    }
    
}

@media only screen and (max-width: 991px) {
    .banner-three .banner-carousel .owl-dots, .header-top-three .contact-text, .main-header .header-top .top-left, .main-header .nav-outer .main-menu, .sticky-header {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .header-style-one .header-upper {
        background: #fff;
    }
    .main-header .header-upper {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }
    .service-block-two .lower-box {
        padding: 95px 20px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .header-style-one .header-upper .inner {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 1340px) {
    .header-style-one .header-upper .inner {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .header-style-one .header-upper .logo-box {
        display: block;
    }
}
@media only screen and (max-width: 991px) {
    .header-style-one .nav-content .nav-outer, .header-style-three .header-upper .nav-outer, .header-style-two .header-upper .nav-outer {
        float: right;
    }
}
@media only screen and (max-width: 991px) {
    .nav-outer .mobile-nav-toggler {
        display: block;
    }
}
@media only screen and (max-width: 991px) {
    .banner-three .banner-carousel .owl-dots, .header-top-three .contact-text, .main-header .header-top .top-left, .main-header .nav-outer .main-menu, .sticky-header {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -ms-flexbox!important;
        display: flex !important;
        flex-basis: auto;
    }
}
@media only screen and (max-width: 1191px) {
    .header-style-three .main-menu .navigation>li, .main-menu .navigation>li {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 1340px) {
    .header-style-three .main-menu .navigation>li, .main-menu .navigation>li {
        margin-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .header-style-one .other-links .book-btn, .header-style-three .header-upper .link-box {
        display: none;
    }
}

@media only screen and (max-width: 1139px) {
    .header-style-one .other-links .book-btn, .header-style-three .header-upper .link-box, .sticky-header .booking-link {
        display: none;
    }
}























