: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:0px !important;
    }
}
#successMsg, #tourSuccessMsg {
    background: green;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
}
#errorMsg, #formMessage, #tourErrorMsg, #tourFormMessage {
    background: red;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
}

/*New Style Css*/
body:not(.home-page) header {
    position: unset;
        margin-bottom: 100px;
}
body.inner-page.page-index header {
    position: absolute;
}

a, a:hover {
    text-decoration: none;
}
a:hover {
    color: var(--secondaryColor) !important;
} 


li, ul {
    list-style: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 20px 10px 15px;
    color: #656565;
    font-weight: 600;
}
.select2-container--default .select2-selection--single {
    background: #fff;
    border-radius: 0;
    border: none;
    height: auto;
}
.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: 150px;
}
.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: -50px;
}
.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: 1px solid var(--primaryColor);
    border-radius: 0;
    /*color: #acb7c6;*/
    color: var(--primaryColor);
    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;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--primaryColor) !important;
}
.activities-section .owl-theme .owl-nav .owl-next {
    right: -50px;
}
.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: auto;
    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*/


/*Oman Application Css*/

.oman-form-wrap {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.oman-form-wrap {
    background-color: #4e4e4e;
    margin: 0 auto;
    border: 1px solid #f5f2f2;
    width: 60%;
}
.oman-form-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.oman-form-header .oman-form-title {
    font-weight: 700;
    font-size: 19px;
    color: #ffffff;
    background: none;
    line-height: 1.1;
    padding: 20px 0 20px;
    margin: 0 0 0px 0;
    position: relative;
    text-align: center;
}
.oman-form-body {
    position: relative;
    padding: 15px;
}
.page-oman-application header {
    margin-bottom: 0 !important;
}
.oman-form-sec {
    padding: 120px 20px 80px;
    background-image: url(../images/banner_background_oman-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .oman-form-wrap {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}
.ezYemX {
    position: relative;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-flow: column;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px;
    padding: 5rem 0px;
    width: auto;
    height: auto;
    max-width: none;
    background-color: transparent;
}
.hxSwXa {
    background-color: var(--primaryColor);
    background-size: 3.6rem;
}
.gXlSMf {
    margin: 0px;
    color: white;
    width: auto;
    text-align: left;
    font-family: inherit;
    font-size: 4rem;
    line-height: 3.6rem;
    font-weight: 600;
    margin-bottom: 35px;
}
.jfZsOm {
    position: relative;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-flow: column;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px auto;
    padding: 0px 2.4rem 2.1rem;
    width: auto;
    height: auto;
    max-width: 80%;
    background-color: transparent;
}
.jfZsOm {
    position: relative;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-flow: column;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px auto;
    padding: 0px 2.4rem 2.1rem;
    width: auto;
    height: auto;
    max-width: 80%;
    background-color: transparent;
}
.cdAoFS {
    position: relative;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-flow: wrap;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 2.4rem 0px 0px;
    padding: 0px;
    width: auto;
    height: auto;
    max-width: none;
    background-color: transparent;
}
.boZIbr {
    gap: 2.1rem;
}
.hzIitk {
    position: relative;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-flow: row;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
    width: 30%;
    height: auto;
    max-width: none;
    background-color: transparent;
}
.fnLYji {
    box-shadow: rgb(229, 229, 229) 0px 4px 8px;
    border-radius: 1rem;
    position: relative;
    background: rgb(255, 255, 255);
    transform: scale(1);
}
.cyqFoc {
    box-shadow: none;
}
.kaOolS {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-flow: column;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px;
    padding: 2.4rem 1.9rem;
    width: 100%;
    height: auto;
    max-width: none;
    background-color: transparent;
}
.kTvDvq {
    gap: 0.4rem;
}
.gcZXAG {
    position: relative;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-flow: row;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 0px 0px 0.7rem;
    padding: 0px;
    width: auto;
    height: auto;
    max-width: none;
    background-color: transparent;
}
.gfpWDB {
    background: var(--primaryColor);
    border-radius: 100%;
    padding: 0.8rem;
}
.duRZRC {
    margin: 0px;
    color: rgb(68, 68, 68);
    width: auto;
    text-align: center;
    font-family: inherit;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin: 5px 0;
}
.iqYTrw {
    margin: 0px;
    color: rgb(102, 102, 102);
    width: auto;
    text-align: center;
    font-family: inherit;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 600;
}



/*Oman Application 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-widget .logo img {
    max-width: 100%;
    width: 250px;
}
.main-footer .info ul {
    position: relative;
}
.main-footer .info ul li {
    color: #868da5;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 7px;
    position: relative;
}
.accept_payment_wrap {
    margin-top: 50px;
    padding-left: 40px;
}
.accept_payment_title {
    font-size: 18px;
    margin-bottom: 15px;
}
img.secured_badge_image {
    margin-top: 20px;
}
.main-footer .info ul li a {
    color: #868da5;
}
.text {
    margin: 0;
}
.main-footer .info-widget .logo {
    margin: 0px 0 30px;
    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;
    display: flex;
    flex-direction: column;
}
.footer_disclaimer {
    width: 82%;
    font-weight: 600;
}
.main-footer .footer-bottom .copyright {
    float: left;
    padding: 10px 0;
    position: relative;
}
.footer_cont_info ul {
    padding-left: 0;
}
.footer_cont_info ul li svg {
    margin-right: 10px;
    color: #d5ae82;
}
/*Footer Css End*/


/*UAE Visa Apply modal Css*/
.modal-dialog {
    width: auto;
}
.modal-open .modal {
    z-index: 9999;
}
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*/
body.page-tour-packages header.main-header {
    margin-bottom: 0px;
}
.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*/

/* Form page Css */

.tabs1_tabs ul {
    padding-left: 0;
}
.tabs1_tabs .flights a {
    background-color: #bc1515;
    color: #fff;
    padding: 13px 30px 14px 60px;
}
.form1 label, .form2 label, .form3 label {
    /*font-family: Raleway;*/
    font-size: 14px;
    color: #636363;
    line-height: 1;
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
}
.input1_inner, .input2_inner {
    background: 0 0;
    border: 1px solid #ebebeb;
    height: 42px;
    position: relative;
}
.input1_inner input, .input2_inner input {
    padding: 10px 25px 10px 15px;
    height: 40px;
    border: none;
    background: #fff;
    color: #c2c2c2;
    font-size: 13px;
    line-height: 20px;
    font-family: inherit;
    display: block;
    width: 100%;
}
.input1_inner:after {
    content: '';
    display: block;
    width: 16px;
    height: 17px;
    background: url(../images/m2.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 11px;
}

/* Form page Css End*/

/*Contact us Page Css*/

body.page-contact-us .main-header {
    margin-bottom: 0;
}

.page_banner{
    background: url(../images/banner_background_oman-2.jpg) center center no-repeat; 
    background-size: cover;
    padding: 80px 0 60px;
    position: relative;
}
.page_banner:before {
    content: '';
    background: #00000080;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.page_banner_title {
    color: #fff;
    text-align: center;
    font-size: 65px;
    font-weight: 600;
    position: relative;
}
.breadcrumbs1 {
    padding: 15px 0;
    margin-top: 0;
    font-weight: 400;
    line-height: 20px;
    color: #686868;
    font-size: 14px;
}
.breadcrumbs1 a, .comment-block .caption .top .txt1 a, .comment-block .caption .top .txt3 a, .thumb2 .thumbnail a:hover .caption .txt1 {
    color: var(--primaryColor);
    text-decoration: none;
}
.breadcrumbs1 span {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.contact_page_content {
    margin-bottom: 70px;
}
.sub_heading {
    color: var(--primaryColor);
    font-size: 18px;
}
.contact_heading {
    line-height: 1.3em;
    margin-bottom: 25px;
}
#contactForm .form-control {
    height: 48px;
    padding: 13px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #959595;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0px;
}
#contactForm textarea.form-control {
    height: auto;
}
.btn-default.btn-cf-submit, .btn-default.btn-cf-submit3 {
    display: block;
    font-family: Raleway;
    font-weight: 800;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2) inset;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.btn-default.btn-cf-submit {
    background: var(--primaryColor);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0px;
    border: none;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,.2) inset;
    -webkit-box-shadow: 2px 2px 0 0 rgba(0,0,0,.2) inset;
}
.btn-default.btn-cf-submit:hover{
    background: var(--secondaryColor);
}
.contact_page_detail_list {
    padding-left: 0;
    margin-top: 5px;
}
.contact_page_detail_list li{
    margin-bottom: 5px;
}
.contact_page_detail_list li span {
    color: var(--primaryColor);
    margin-right: 10px;
}
.contact_page_detail_list li a {
    color: #000;
}

/*Contact us Page Css end*/


/*Product Page Css*/
.product_tabs .ui-tabs .ui-tabs-nav .ui-tabs-tab.ui-state-active {
     background: var(--primaryColor); 
     border-color: var(--primaryColor);
}
.product_tabs .ui-tabs .ui-tabs-nav .ui-tabs-tab.ui-state-active a {
    color: #fff !important;
}
.product_apply_btn {
    background: var(--primaryColor);
    color: #fff;
    padding: 5px 25px;
}
.toggle-insurance {
    background: var(--secondaryColor);
    border-color: var(--secondaryColor);
    color: #fff;
}
.toggle-insurance:hover {
    background: var(--primaryColor);
    border-color: var(--primaryColor);
}
.toggle-insurance:active {
    background: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important;
}
.btn-info.active, .btn-info:active, .btn-info:focus, .open>.dropdown-toggle.btn-info{
     background: var(--secondaryColor);
    border-color: var(--secondaryColor);
    color: #fff;
}

/*Product Page Css End*/






/*Responsive Css*/
@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;
    }
    .about-section .left-col .upper-row {
        padding-left: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        row-gap: 30px;
    }
    .about-section .left-col .upper-row .image-box {
        position: unset;
    }
    .banner-carousel .banner_title {
        font-size: 45px !important;
    }
    .banner-carousel .content-box {
        width: 100%;
    }
    .banner-carousel .content-box .content {
    text-align: center;
    }
    .banner_content {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .mobile-menu .nav-logo img {
        max-height: 70px;
    }
    .activities-section .carousel-outer {
        padding: 0px 18px;
    }
    .activities-section .owl-theme .owl-nav .owl-next, .activities-section .owl-theme .owl-nav .owl-prev {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        line-height: 0;
        background: var(--primaryColor);
        color: #fff;
    }
    .activities-section .owl-theme .owl-nav .owl-prev {
        left: -35px;
    }
    .activities-section .owl-theme .owl-nav .owl-next {
        right: -35px;
    }
    .activity-block .image-box {
        position: unset;
        width: unset;
    }
    .activity-block .inner-box {
        width: 308px;
        padding-left: 0;
    }
    .activity-block .inner-box .flex-row-sb {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 25px;
    }
    .price-block label {
        font-size: 30px;
    }
    .tripListWrapper, .visitListWrapper {
        -webkit-columns: 1;
        columns: 1;
    }
    .visitListWrapper li, .tripListWrapper li {
        font-size: 17px;
    }
    .activities-section {
        padding-top: 50px;
    }
    .modal-content {
        width: 90% !important;
    }
    .modal-body .form1 {
        padding: 30px 10px;
    }
    .modal-body .form1 .col-sm-6, .modal-body .form1 .col-sm-4, .modal-body .form1 .col-sm-12 {
        width: 100%;
    }
    .review_block {
        width: auto;
    }
    form#inquiryForm .row .form-group {
        width: 100%;
    }
    .form-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-footer .widgets-section {
        padding: 30px 15px;
    }
    .main-footer .widgets-section .row {
        row-gap: 30px;
    }
    .main-footer .info ul {
        padding-left: 0;
    }
    .accept_payment_wrap {
        padding-left: 0;
    }
    body.page-tour-packages header.main-header {
        margin-bottom: 50px;
    }
    .header-style-one .nav-content .other-links {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .btn-style-one.three-d.top-btn {
        box-shadow: 0 9px 0 #00723600;
    }
    .oman-form-wrap {
        width: 100%;
    }
    .oman-form-sec {
        padding-top: 160px;
        padding-bottom: 60px;
    }
    .oman_app_form_nation {
        padding: 30px 15px 0px;
    }
    .oman_app_form_nation .row .col-md-5, .oman_app_form_nation .row .col-md-2 {
        width: 100%;
    }
    .steps_box {
        width: 100%;
    }
    body.page-about .about-section {
        position: unset;
    }
    .track_app_form .inp_col {
    width: 100%;
}
.track_app_result_col {
    overflow: scroll;
}
.app_detail_form .input_col {
    width: 100% !important;
    margin-bottom: 10px;
}
body.page-order_summary header {
    margin-bottom: 130px !important;
}
.invoice-body .invoice_col{
    width: 100% !important;
}
.invoice_payment_mode_img {
    width: 100% !important;
}
.ui-widget.ui-widget-content {
    overflow: scroll;
}


    
}

@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;
    }
    .ui-widget.ui-widget-content {
    overflow: scroll;
}

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


























