/*
Theme Name: Developer Zones
Author: Developer Zone Team
Version: 2.0
*/
s
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500&display=swap');

html{scroll-behavior: smooth;}
body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color:#363636;
/*     background: #f2f2f2; */
/* 	background:#fbfafa; */
}
.container {
    max-width: 1270px;
}
h1,h2,h3,h4,h5,h6{
    color:#012c5e;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}

h5{
  font-size: 21px;
}
p {
    color: #66696e;
    line-height: 28px;
    font-size: 17px;
    letter-spacing: 0.1px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
}
a{
    color:#25283a;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
}
a:hover {
    text-decoration: none;
    color: #0b7f00;
}
button:focus {
    box-shadow: none;
    outline: none;
}
ul li{
    color: #666d81;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: -0.2px;
    font-family: 'Nunito', sans-serif;
}
.col-pd{
    padding: 0;
}
.pd-left{
    padding-left: 0;
}
.pd-right{
    padding-right: 0;
}
.owl-dots {
    margin: 2rem auto 0;
    width: 5%;
    display: flex;
    padding: 12px;
    text-align: center;
    justify-content: center;
}
button.owl-dot {
    background: #d1d1d1!important;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-radius: 100px;
}
button.owl-dot.active {
    background: #0b7f00!important;
}
/*-------------General css--------------
---------------------------------------*/

section {
    position: relative;
    padding: 60px 0 60px;
}
.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}
.theme-heading-sec {
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
}
.theme-heading-sec h6 {
    font-size: 17px;
    color: #525252;
}
.theme-heading-sec h2 {
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    letter-spacing: -1.8px;
    line-height: 45px;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}
.theme-heading-sec h2 span {
    color: #0b7f00;
}
.theme-heading-sec h5 {
    margin-bottom: 5px;
    color: #0b7f00;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.1px;
    font-family: 'Quicksand', sans-serif;
}
a.theme-btn {
    margin: 1.8rem auto 0;
    transition: 0.3s ease;
    font-weight: 600;
    letter-spacing: -0.1px;
    overflow: hidden;
    background: #0b7f00;
    padding: 0.8rem 1.6rem;
    color: white;
    text-transform: capitalize;
    font-size: 17px;
    border-radius: 5px;
    display: table;
}
a.theme-btn:hover {
    color: #ffffff;
    background: #012c5e;
}
.theme-content {
    margin-top: 1.5rem;
}
.theme-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.3px;
}
a.back-to-top {
    background: #0b7f00;
    position: fixed;
    bottom: 7px;
    right: 7px;
    color: #ffffff;
    display: none;
    width: 39px;
    height: 38px;
    z-index: 999;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 4px;
    border: solid 1px rgb(181 224 214 / 43%);
}
.hvr-bounce-to-right:before {
    background: #466fc4;
    }
a.back-to-top i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
}
a.back-to-top.bt {
    display: flex!important;
}
a.author-link {
    color: #d0ac4c;
    font-weight: 400;
}
.owl-nav {
    text-align: center;
    margin-top: 2rem;
    display: inline-block;
    position: absolute;
}
.owl-nav button {
    position: relative;
    background: transparent;
    width: 42px;
    height: 42px;
    overflow: hidden;
    margin: 2px;
    transition: 0.3s ease;
    border: solid 1px rgb(20 30 58 / 25%)!important;
    border-radius: 10px;
}
.owl-nav button span {
    color: #123652;
    font-size: 30px;
    line-height: 28px;
}
button.owl-next:hover, button.owl-prev:hover {
    background: #0b7f00!important;
    color: white!important;
}
button.owl-next:hover span, button.owl-prev:hover span {
    color: white!important;
}
section.inner-banner-sec {
    width: 100%;
    max-height: 350px!important;
    height: 100vh!important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.inner-banner-sec:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(12 17 32 / 83%) 0%, rgb(12 17 31 / 48%) 120%);
}
section.inner-banner-sec .container {
    position: relative;
    z-index: 1;
}
section.inner-banner-sec h2 {
    text-align: center;
    text-shadow: 3px 2px 2px rgb(0 0 0 / 13%);
    font-weight: 400;
    font-size: 45px;
    color: #ffffff;
    margin: 0.2rem auto 1rem;
    letter-spacing: -1.5px;
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
}

@media screen and (max-width: 1200px) {
.theme-heading-sec h2 {
    font-size: 40px;
}
}
@media screen and (max-width: 1024px) {
.theme-heading-sec h2 {
    font-size: 34px;
}
a.back-to-top {
	display:none!important;
}
}
@media screen and (max-width: 576px) {
.theme-heading-sec h2 {
	font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.1px;
}
.theme-heading-sec h5 {
    font-size: 18px;
    letter-spacing: -0.5px;
}
.theme-heading-sec h2 br{
        display: none;
    }
    a.back-to-top {
   mix-blend-mode:unset; 
}
section{
    padding: 45px 0 45px;
}
}



/*------------Topbar css------------
----------------------------------*/

section.header-sec {
    padding: 0px;
    width: 100%;
    background: #0a213c;
}
section.header-sec .row {
    background-color: #0a213c;
}
.header-right-wrapper {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
}
.topbar-left {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.call-action-wrapper {
    display: flex;
    align-items: center;
    padding: 7px 0 7px 35px;
}
.header-right-wrapper .call-action-wrapper{
    padding: 7px 35px 7px 0px;
}
.call-action-wrapper .social-sec {
    margin-top: 0;
}
.call-action-icon {
    margin-right: 0.8rem;
}
.call-action-link a {
    display: block;
}
.call-action-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
.call-action-link h5 {
    letter-spacing: -0.2px;
    margin-bottom: 0px;
    color: rgb(255 255 255 / 85%);
    font-size: 0.9rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}
a.make-payment-btn {
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 22px;
    color: rgb(255 255 255 / 85%);
    font-weight: bold;
}
a.make-payment-btn i.fa {
    margin-right: 0.6rem;
    color: rgb(255 255 255 / 85%);
}
a.make-payment-btn:hover {
    color: rgb(247 31 104);
}
@media screen and (max-width: 1150px){
.header-right-wrapper .call-action-wrapper {
    padding: 7px 15px 7px 0px;
}
	.topbar-left .call-action-wrapper {
    padding: 7px 0 7px 0px;
}
.call-action-icon {
    margin-right: 0.4rem;
}
}
@media screen and (max-width: 992px){
.header-right-wrapper .call-action-wrapper:nth-child(1) {
    display: none;
}
	a.make-payment-btn {
    font-size: 15px;
}
.call-action-wrapper .social-sec a {
    width: 32px;
    height: 32px;
    font-size: 15px;
}
}

@media screen and (max-width: 576px) {
.header-right-wrapper .call-action-wrapper {
    padding: 4px 15px 4px 0px;
}
    .apply-btn {
        padding: 0rem;
        width: 70%;
}
section.header-sec {
    background: #071327;
    position: relative;
}
.header-right-wrapper {
    margin-top: 6px;
    justify-content: center;
}
	.topbar-left {
    justify-content: center;
}
.topbar-left .call-action-wrapper {
    padding: 8px 0 10px 0px;
    display: block;
    text-align: center;
}
.call-action-link h5 {
    text-align: center;
    color: #d4dae1;
    font-weight: 400;
}
a.make-payment-btn {
    margin: 0 0 12px;
}
}


/*------------Header area css------------
---------------------------------------*/

header {
    transition: 0.5s ease;
    position: sticky;
    top: 0;
    z-index: 999;
    height: 90px;
    background: #fff;
	box-shadow: rgba(71, 71, 71, 0.2) 0px 0px 21px -6px;
}
.theme-inner-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 90px;
    height: 100vh;
    padding: 10px 15px;
}


/*Navbar Section*/


.navbar {
    position: unset;
}
nav.navbar {
    width: 100%;
}
.navbar-collapse {
    justify-content: center;
}
a.navbar-brand img {
    max-width: 300px;
    width: 100%;
}
.megamenu {
  position: static;
}
a[aria-expanded="false"]:after {
    content: "\f067";
    font-family: 'FontAwesome';
}
a[aria-expanded="true"]:after {
    content: "\f068";
    font-family: 'FontAwesome';
}
.dropdown-toggle::after {
    display: inline-block;
    border: none;
    position: absolute;
    font-size: 10px;
    margin-left: 0.5rem;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
}
li.dropdown.megamenu.show a#megamneu {
    color: #0b7f00;
}
.megamenu-row {
    width: 100%;
}
.megamenu-row h6 {
    font-size: 15px;
    font-weight: 600;
    border-bottom: solid 1px rgb(128 128 128 / 48%);
    padding-bottom: 7px;
    margin: 16px 0 6px;
}
.row.megamenu-row h6 a {
    padding: 0 !important;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #012c5e;
    font-family: 'Nunito', sans-serif;
}
.navbar-toggler {
	background: #0b7f00;
    z-index: 999;
    max-height: 92px;
    height: auto;
    color: white;
    padding: 12px 14px;
    margin-left: auto;
    border-radius: 4px;
}
.megamenu .dropd own-menu {
  background: none;
  border: none;
  width: 100%;
}
.dropdown-menu {
    width: 100%;
    background: #ffffff;
    padding: 0rem 0 1rem;
    top: 98%;
    border-top: solid 1px #ededed;
}
.nav-menu .drop-down ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-menu .drop-down ul li a {
    padding: 8px 11px!important;
}
li.nav-item.drop-down {
    position: relative;
}
li.nav-item a {
    display: block;
    position: relative;
    transition: 0.3s;
    font-weight: 600;
    color: #012c5e;
    text-transform: capitalize;
    font-size: 1.1rem;
    letter-spacing: 0.3px;
    padding: 15px 16px!important;
    font-family: 'Nunito', sans-serif;
}
li.nav-item a:hover {
    color: #0b7f00;
}
.drop-down > a:after {
    padding-left: 8px;
    font-family: "fontawesome";
    content: "\f078";
    font-size: 10px;
    color: #012c5e;
    top: -2px;
    position: relative;
}
.megamenu-row img {
    height: 100%;
    object-fit: cover;
    padding-top: 15px;
}
.megamenu-row .nav-item a {
    padding: 5px 12px 5px 16px!important;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    text-align: left;
    letter-spacing: -0px;
    line-height: 24px;
    border-bottom: dashed 1px rgb(255 255 255 / 5%);
    border-right: none;
    text-transform: capitalize;
    position: relative;
}
.megamenu-row .nav-item a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 6px;
    position: absolute;
    left: 0;
}
.megamenu-row .nav-item a:hover {
    color: #0b7f00;
}
.mobile-navs{
    display: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 6px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 8px;
    background: #ffffff;
    transition: 0.3s;
    width: 240px;
}
.nav-menu .drop-down.active-drop > ul {
    opacity: 1;
    top: 90%;
    visibility: visible;
}
.pr-tour-btn {
    background: #0b7f00;
    display: inline-block;
    align-items: center;
    padding: 0.8rem 0rem;
    border-radius: 6px;
    text-transform: uppercase;
    width: 26%;
    justify-content: center;
}
.pr-tour-btn a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    border: none;
    font-size: 0.96rem;
    text-align: center;
    display: block;
}
.pr-tour-btn:hover {
    background: #012c5e;
}

/* Mobile Navigation */
.mobile-nav-toggle {
    z-index: 9998;
    background: #083674;
    font-size: 20px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    padding: 0.85rem 0.85rem;
    border: none;
}

.mobile-nav-toggle i {
    color: #fff;
}
i.fa.fa-bars.fa-times:before {
    content: "\f00d";
}
.mobile-nav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: 0.7s ease;
    opacity: 1;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
    transform: translateX(-120%);
    width: 83%;
    height: 100%;
    border-radius: 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #333333;
    padding: 10px 20px;
    font-weight: 400;
    outline: none;
    font-size: 16px;
    letter-spacing: -0.2px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #B70D03!important;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\F0d7";
    position: absolute;
    right: 15px;
    font-family: "fontawesome";
    font-weight: 900;
}
.mobile-nav .active.drop-down > a:after {
    content: "\F0d8";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(26, 26, 26, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
i.fa.fa-bars.fa-close:before {
    content: "\f00d";
}
.mob-menu-area {
    display: none;
}

.fxd-menu-sec{
	display:none;
}


@media screen and (max-width: 1366px) {
li.nav-item a {
    padding: 9px 15px!important;
}
a.logo.navbar-brand {
    padding: 13px 10px 13px 22px;
    margin-right: 0;
}
}
@media screen and (max-width: 1190px){
	li.nav-item a {
    padding: 9px 12px!important;
    font-size: 1rem;
}
.dropdown-toggle::after {
    font-size: 0.6rem;
    margin-left: 0.5rem;
    right: 0px;
}
.pr-tour-btn {
    width: 28%;
}
.pr-tour-btn a {
    font-size: 1rem;
}
.navbar {
    padding: 0.5rem 0.5rem;
}
}
@media screen and (max-width: 992px) {
    .mob-menu-area {
    display: block;
}
div#navbarContent {
    position: absolute;
    left: -100%;
    top: 0;
    background: #ebebeb;
    height: 100vh;
    width: 70%;
    overflow: scroll;
    padding: 11px;
    transition: 0.5s ease;
}
div#navbarContent.show {
    left: 0%;
}
.pr-tour-btn {
    display: none;
}
.fxd-menu-sec {
    display: block;
    background: #fff;
    box-shadow: rgba(71, 71, 71, 0.2) 0px 0px 21px -6px;
    position: fixed;
    bottom: 0;
    z-index: 99;
    padding: 12px 0 8px;
    text-align: center;
    left: 0;
    width: 100%;
}
.fxd-menu-wrapper img {
    width: 21px;
    opacity: 0.8;
    margin-bottom: 7px;
/* 	display:none; */
}
	.fxd-menu-wrapper h6 {
    font-size: 12px;
		margin:0;
		    line-height: 14px;
}
.fxd-menu-col {
    padding: 0px 1px;
    border-right: dashed 1px rgb(38 57 80 / 11%);
}
.fxd-menu-wrapper:hover a img {
    filter: invert(24%) sepia(99%) saturate(2735%) hue-rotate(325deg) brightness(96%) contrast(102%);
}
.fxd-menu-wrapper:hover a h6 {
    color:#0b7f00;
}
}
@media screen and (max-width: 576px) {

header {
    height: 74px;
}
.theme-inner-header {
    max-height: 74px;
}
.mobile-navs{
    display: block;
}
.dropdown-toggle::after {
    right: 14px;
}
a.logo.navbar-brand {
    padding: 0;
}
a.navbar-brand img {
    max-width: 178px;
}
li.nav-item a {
    font-size: 15px;
    padding: 9px 15px!important;
}
nav.navbar {
    width: auto;
}
div#navbarContent {
    width: 75%;
}
}


/*------------Banner section------------
---------------------------------------*/

div#demo:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(178deg, rgb(6 6 18 / 13%) 27%, rgb(8 15 33 / 60%) 84%);
}
.carousel-item {
    position: relative;
    height: 80vh;
    background-size: cover;
    background-position: center center;
}

.carousel-control-prev, 
.carousel-control-next {
    width: auto;
    display: table;
    opacity: 1;
    transition: 0.3s ease;
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
}

a.carousel-control-prev {
    left: 50px;
}

a.carousel-control-next {
    right:50px;
}

.carousel-control-next i, .carousel-control-prev i {
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1px;
    border: solid 1px rgb(255 255 255 / 25%);
}
.carousel-control-prev i:hover, .carousel-control-next i:hover {
    background: rgb(1 48 84 / 48%);
    color: #08cc9e;
}
.carousel-item .container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    padding-right: 0;
    overflow: hidden;
    height: 100%;
}
.banner-caption {
    position: absolute;
    z-index: 1;
    text-align: left;
    padding: 0rem 3rem 0 3rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.banner-container .row{
    height: 100%;
}
.banner-caption h1 {
    font-weight: 700;
    font-size: 54px;
    text-align: left;
    color: #ffffff;
    line-height: 56px;
    margin: 0.2rem auto 1rem;
    letter-spacing: -0.9px;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}
.banner-caption p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 26px;
    margin: 1.5rem 1rem 2.5rem 0;
}
.banner-caption a.theme-btn {
    background: #08cc9e;
    color: #ffffff;
    padding: 0.8rem 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    box-shadow: none;
    letter-spacing: -0.4px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
    border: dotted 2px #fff;
}
.banner-caption a.theme-btn:hover {
    background: #123652;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    border: solid 4px transparent;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #fdba4f;
    box-shadow: 0px 0px 0px 0.1px #fdba4f;
}
.form-group {
    margin: 0;
    position: relative;
    padding: 0;
}
.form-control {
    height: 55px;
    padding: 0 2.5rem;
    border-radius: 0;
    border: none;
}
.form-group i {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translate(-50%,-50%);
    color: #0b7f00;
    z-index: 1;
}
input[type="submit"] {
    background: #0b7f00;
    color: white;
    text-transform: uppercase;
}
input[type="submit"]:hover {
    background: #0a213c;
	color:#fff;
}
.banner-right-col {
/*     background: #f2f2f2; */
	background:#fff;
    padding: 1.5rem;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    border-radius:  0 18px 0 0 ;
}
.banner-right-col .theme-heading-sec {
    text-align: left;
    margin-bottom: 1rem;
}
.banner-listing-item {
    padding: 12px;
}
.banner-listing-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.banner-listing-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
/*     background: linear-gradient(181deg, rgb(6 6 18 / 71%) 69%, rgb(8 15 33 / 69%) 101%); */
	background:transparent;
}
.banner-listing-wrapper:hover:after {
background: linear-gradient(181deg, rgb(6 6 18 / 58%) 53%, rgb(8 15 33 / 76%) 90%);
}
.banner-listing-wrapper img {
    max-height: 300px;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.banner-listing-wrapper .title-area {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    text-transform: uppercase;
    width: 86%;
    transform: translate(-50%, 0%);
    text-align: center;
	transition:0.5s ease;
}
.banner-listing-wrapper:hover .title-area{
	top:50%;
	transform: translate(-50%, -50%);
}
.banner-listing-wrapper h4 {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    border-bottom: solid 1px rgb(255 255 255 / 35%);
    padding: 0px 0px 13px 0px;
    line-height: 26px;
    letter-spacing: -0.1px;
}
.tour-days p {
    margin: 0;
    color: white;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
}
.tour-days p span {
    color: #ff84ae;
    font-weight: 600;
    font-size: 20px;
    display: block;
}
.banner-right-col a.theme-btn {
    width: 80%;
    margin: 2rem 0 0 auto;
    text-align: center;
}
.banner-right-col .owl-nav {
	position: absolute;
    top: -7%;
    right: 15px;
    transform: translateY(-100%);
    margin: 0;
	display: block!important;
}
@media screen and (max-width: 1440px) {
.banner-caption {
    padding: 3rem 3rem 0 3rem;
}
.banner-caption h1 {
    font-size: 50px;
    line-height: 56px;
    margin: 0rem auto 1rem;
}
}

@media screen and (max-width: 1200px) {
.banner-caption {
    width: 100%;
    padding: 3rem 2rem 0 3rem;
}
    .banner-caption h1 {
        width: 100%;
    }
    .banner-caption p {
        width: 90%;
    }
	.banner-listing-wrapper img {
    max-height: 410px;
}
}
@media screen and (max-width: 1024px){
	.banner-listing-wrapper img {
    max-height: 282px;
}
.banner-caption h1 {
    font-size: 42px;
    line-height: 52px;
}
	.banner-caption p {
    width: 100%;
}
.banner-listing-wrapper h4 {
    font-size: 22px;
    padding: 0px 0px 15px 0px;
    line-height: 27px;
}
.banner-caption {
    padding: 10rem 2rem 0 7rem;
}
}

@media screen and (max-width: 992px) {
.banner-container {
    overflow: unset;
	padding-right: 15px;
}
	.banner-caption {
    width: 65%;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    padding: 4rem 0;
    margin: auto;
    text-align: center;
}
.banner-caption h1 {
    font-size: 49px;
    line-height: 55px;
    text-align: center;
}
.banner-right-col {
    background: #fff;
    left: unset;
    width: 95%;
    position: relative;
    bottom: unset;
    margin: auto;
    border-radius: 18px 18px 0 0;
}
.banner-listing-item {
    padding: 0 4px;
}
}

@media screen and (max-width: 576px) {
	.banner-container {
    padding: 0 15px;
}
.banner-caption {
    width: 100%;
    padding: 4rem 0 2rem;
}
.banner-caption h1 {
    font-size: 38px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: -1px;
}
.banner-caption h5 {
    color: #fdbb51;
    letter-spacing: -1.5px;
    margin: 0 0 0rem;
    font-size: 26px;
}
.banner-caption p {
    font-size: 18px;
    width: 100%;
    line-height: 22px;
    letter-spacing: 0.5px;
}
    .carousel-control-prev {
        left: 0px;
        display: none;
    }
    .carousel-control-next {
        right: 0px;
        display: none;
    }
    .carousel-indicators {
        bottom: 40px;
    }
	.banner-container .form-group {
    margin-bottom: 0;
}
	.banner-listing-wrapper img {
    max-height: 305px;
}
.banner-right-col .owl-nav {
    position: relative;
    top: unset;
    right: 0;
    transform: translateY(0%);
    bottom: -25px;
}
.banner-right-col .theme-heading-sec {
    text-align: center;
    margin-bottom: 1.2rem;
    margin-top: 0.3rem;
}
.banner-caption	input[type="submit"] {
    padding: 0;
}
.banner-caption	.form-group i {
    left: 8%;
}
}







.detin-categ-sec .theme-heading-sec {
    margin-bottom: 7.5rem;
}

.detin-categ-sec .destin-catg-col {
    padding: 0 8px;
}
.category-wrapper {
    padding: 2rem 1rem 0.9rem;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 18%);
    border-radius: 10px;
    margin: 4.3rem 0 1rem;
    background: #0b7f00;
    position: relative;
    transition: 0.2s linear;
    top: 0;
}
.category-wrapper:hover {
    top: -20px;
}
.category-wrapper img {
    border-radius: 10px;
    margin-top: -10rem;
    max-height: 300px;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.category-wrapper h4 a {
    letter-spacing: -0.5px;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    margin: 1.2rem 0 0rem;
    text-align: center;
    display: block;
    font-family: 'Quicksand', sans-serif;
    color: white;
}
@media screen and (max-width: 1200px){
	.category-wrapper img {
    max-height: 275px;
}
}
@media screen and (max-width: 1150px){
	.category-wrapper img {
    max-height: 230px;
}
.category-wrapper h4 a {
    font-size: 18px;
}
}
@media screen and (max-width: 992px) {
section.detin-categ-sec {
    padding: 250px 0 60px;
}
.category-wrapper {
    margin: 9rem 0 1rem;
}
	.category-wrapper a {
    	width:100%
}
.category-wrapper img {
    max-height: 230px;
	width:100%;
}
.detin-categ-sec .theme-heading-sec {
    margin-bottom: 2.5rem;
}
	.category-wrapper h4 a {
    font-size: 20px;
}
}
@media screen and (max-width:767px) {
	.category-wrapper h4 a {
    font-size: 22px;
}
.detin-categ-sec .theme-heading-sec {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
}


section.cab-listing-sec:before {
    content: "";
    background-image: url(../images/cab-listing-bg.webp);
    width: 100%;
    max-height: 450px;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.15;
}
section.cab-listing-sec:after {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    max-height: 450px;
    height: 100vh;
    background: radial-gradient(circle, rgba(15,55,99,1) 0%, rgba(10,36,66,1) 100%);
}
section.cab-listing-sec .container {
    position: relative;
    z-index: 1;
}
section.cab-listing-sec .theme-heading-sec {
    margin-bottom: 0.4rem;
}
section.cab-listing-sec .theme-heading-sec h2 {
    color: white;
}
.cab-carousel {
    padding: 0 1.5rem;
}
.cab-listing-wrapper {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 3.7rem 0 0;
    background: #f2f2f2;
    border: solid 1px #d9d9d9;
    height: 50%;
    padding: 1rem 1rem 0;
}
.cab-img-wrap {
    position: relative;
}
.cab-listing-wrapper p.cab_seater {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #df004b;
    padding: 3px 13px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border: solid 1px #fff;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 0.1px;
}
.cab-listing-col {
    padding: 0.7rem;
}
.cab-listing-wrapper img {
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    max-height: 207px;
    height: 100vh;
}
.cab-listing-title {
    padding: 0.8rem 0rem 0;
    border-bottom: dashed 1px #c3c3c3;
}
.cab-listing-title h4 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0px;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: -0.5px;
}
.cab-features-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin: 0.7rem 0 0.7rem;
}
.cab-features-wrapper p {
    width: 50%;
    margin: 0;
    color: #0b7f00;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    letter-spacing: -0.2px;
    text-transform: capitalize;
    font-family: 'Quicksand', sans-serif;
}
.cab-features-wrapper p span {
    display: block;
    font-weight: 700;
    font-size: 19px;
    color: #012c5e;
    letter-spacing: -0.5px;
}
.cab-features-wrapper i.fa.fa-inr {
    font-size: 19px;
}
.cab-features-wrapper p:after {
    content: "";
    border-right: dashed 1px #adadad;
    height: 100%;
    width: 0px;
    position: absolute;
    right: 14px;
    top: 0;
}
.cab-features-wrapper p:last-child:after {
    border: none;
}

.cab-listing-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 0rem 0.8rem;
}
.cab-listing-footer p {
    margin: 0;
    color: #123652;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: -0.5px;
}
.cab-listing-footer p span {
    color: #df004b;
    font-weight: 700;
    font-size: 19px;
    padding-left: 5px;
}
.cab-listing-footer p span i.fa {
    font-size: 17px;
}
.cab-listing-footer a.theme-btn {
    margin: 0;
    padding: 0.6rem 0.9rem;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: -0.1px;
    background: #012c5e;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    line-height: 20px;
}
.cab-listing-footer a.theme-btn:hover {
    background: #0b7f00;
}
.cab-listing-sec .owl-nav{
    position: absolute;
    top: 44%;
    transform: translate(-50%, -50%);
    width: 100%;
    left: 50%;
    display: inline-block!important;
}
.cab-listing-sec .owl-prev, .cab-listing-sec .owl-next {
    position: absolute;
    border: solid 1px rgb(225 225 225 / 91%)!important;
    background: #fff!important;
}
.cab-listing-sec .owl-prev {
    left: -20px;
}
.cab-listing-sec .owl-next {
    right:-20px;
}
@media screen and (max-width:1200px) {
	.cab-listing-col {
    padding: 0.6rem;
}
.cab-listing-sec .owl-prev {
    left: 6px;
}
.cab-listing-sec .owl-next {
    right: 6px;
}
	.cab-listing-sec .owl-next {
    right: 10px;
}
.cab-listing-sec .owl-prev, .cab-listing-sec .owl-next {
    background: #fff!important;
}
}
@media screen and (max-width:1150px) {
	.cab-listing-col {
    padding: 0.3rem;
}
.cab-listing-footer p {
    font-size: 18px;
    letter-spacing: -0.5px;
    line-height: 25px;
}
.cab-listing-footer p span {
    font-size: 18px;
    display: block;
}
.cab-listing-wrapper {
   box-shadow: none;
}
}
@media screen and (max-width:767px) {
.cab-carousel {
    padding: 0 0.5rem;
}
.packages-listing-sec .theme-heading-sec {
    text-align: center;
    padding-left: 0rem;
}
.cab-listing-sec .owl-nav {
    position: relative;
    top: unset;
    transform: none;
    width: auto;
    left: unset;
    margin: 1rem auto 0;
    display: table!important;
}
.cab-listing-sec .owl-prev, .cab-listing-sec .owl-next {
    position: relative;
	left:unset;
	right:unset;
}
.cab-listing-wrapper {
    margin: 1.7rem 0 0;
}
}

/**/

.listing-item {
    padding: 5rem 0.8rem 0;
}
.packages-listing-sec .theme-heading-sec {
    text-align: left;
    padding-left: 1rem;
}
.pckg-listing-wrapper {
    padding: 2rem 2rem 1.2rem;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 18%);
    border-radius: 10px;
    margin: 4.3rem 0 1.5rem;
    background: #fff;
    position: relative;
    transition: 0.2s linear;
    top: 0;
}
.pckg-listing-wrapper:hover {
    top: -20px;
}
.pckg-listing-img-box {
    position: relative;
    background: #161616;
    border-radius: 10px;
    margin-bottom: 0.5rem;
}
.pckg-listing-img-box a {
    display: block;
    margin-top: -10rem;
}
.list-details-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
     opacity:0;
}
.list-details-wrapper .more-dtls {
    color: #fff;
    text-align: center;
    margin: 0 10px;
    font-size: 15px;
    font-weight: 400;
}
.list-details-wrapper .more-dtls i.fa {
    width: 40px;
    height: 40px;
    margin: 0 auto 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: solid 1px #fff;
}
.pckg-listing-wrapper img {
    border-radius: 10px;
    max-height: 230px;
    height: 100vh;
    object-fit: cover;
    transition:0.3s ease;
}
.pckg-listing-wrapper:hover img {
    opacity: 0.5;
}
.pckg-listing-wrapper:hover .list-details-wrapper {
    opacity:1;
}
.packages-listing-sec .owl-nav {
    text-align: center;
    margin-top: 0;
    top: -84px;
    right: 10px;
}
.listing-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #e5e5e5;
    padding: 0 0 3px;
    margin-bottom: 12px;
}
.listing-title h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0px;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: -0.5px;
    padding-right: 20px;
}
.listing-title p {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    color: #353f4a;
    font-weight: 600;
    line-height: 18px;
}
.listing-title-wrapper .rating span {
    display: block;
    background: #0b7f00;
    text-align: center;
    border-radius: 3px;
    color: #fff;
}
.listing-title-wrapper a.more-dtls {
    background: #179517;
    padding: 3px 10px;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    letter-spacing: 0.2px;
}
.listing-title-wrapper a.more-dtls i.fa {
    margin-right: 5px;
}
.pckg-listing-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pckg-listing-footer p {
    margin: 0;
    color: #123652;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: -0.5px;
}
.pckg-listing-footer a.theme-btn {
    margin: 0;
    padding: 9px 14px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: -0.1px;
    background: #012c5e;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    line-height: 20px;
}
.pckg-listing-footer a.theme-btn:hover {
    background: #0b7f00;
}

@media screen and (max-width:1150px) {
.pckg-listing-wrapper {
    padding: 2rem 1rem 1.2rem;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.listing-item {
    padding: 5rem 0.6rem 0;
}
}
@media screen and (max-width:767px) {
.packages-listing-sec .owl-nav {
    top: 0;
    right: unset;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.packages-listing-sec .theme-heading-sec {
    text-align: center;
    padding-left: 0;
    margin-bottom: 1rem;
}
}


/*-----------why section--------------
---------------------------------------*/


section.why-sec:before {
    content: "";
    background-image: url(../images/bg-01.png);
    width: 100%;
    height: 100%;
    opacity: 0.10;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 65%;
    background-position: center;
}
section.why-sec:after {
    content: "";
    background-image: url(https://a6e8z9v6.stackpathcdn.com/traveltour/main4/wp-content/uploads/2019/03/bgtravel.jpg);
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}
.why-sec .theme-heading-sec {
    text-align: left;
    margin-bottom: 1.1rem;
}
.why-col{
    display: flex;
    align-items: center;
}
.why-left-wrapper img {
    border-radius: 10px;
}
.why-right-wrapper {
    padding: 2rem 6rem 2rem 3rem;
}
.why-cont-wrapper {
    padding: 1rem;
}
.why-cont-wrapper h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.why-right-wrapper p {
    margin: 0;
}
.why-sec a.theme-btn{
    margin: 2rem 0 0;
}
@media screen and (max-width: 1200px) {
.why-right-wrapper {
    padding: 0rem 0 0 0rem;
}
}

@media screen and (max-width: 992px) {
.why-left-wrapper {
    max-height: unset;
    text-align: center;
    margin-bottom: 2rem;
}
}





.blog-img-sec img {
    max-height: 275px;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.blog-head-wrap {
    padding: 25px 18px;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.05);
}
.blog-img-sec {
    position: relative;
}
.blog-title h5 {
    font-family: 'Quicksand', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-title a:hover h5 {
    color: #0b7f00;
}
.blog-title p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-date {
    background: #012c5e;
    padding: 0.8rem 1.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.blog-date p {
    margin: 0;
    font-size: 35px;
    color: white;
    font-weight: 500;
    text-align: center;
}
.blog-date p span {
    display: block;
    font-size: 17px;
}


footer {
    background: #0a2442;
    padding: 120px 0 56px;
    position: relative;
}
footer:before {
    content: "";
    background-image: url(../images/footer-shape.png);
    position: absolute;
    top: -19px;
    left: 0;
    width: 100%;
    height: 193px;
    background-position: top;
    background-size: cover;
}
footer .container {
    position: relative;
    z-index: 1;
}
.copyright-col{
    text-align: center;
}
footer p {
    color: #ebebeb;
    font-weight: 300;
    letter-spacing: 0.1px;
    font-size: 16px;
    margin: 0;
    padding: 0 0 17px;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li {
    display: inline-block;
    color: #f2f2f2;
}
footer ul li a {
    color: #ebebeb;
    padding: 0 13px;
    font-weight: 300;
    letter-spacing: 0.1px;
    font-size: 16px;
    border-right: solid 1px gray;
}
footer ul li:last-child a {
    border: none;
}


@media screen and (max-width: 992px) {
footer {
    padding: 116px 0 100px;
}
}


.social-sec {
    margin-top: 1.5rem;
}
.social-sec a {
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    margin: 1px;
    border: solid 1px #7e7e7e;
}
.social-sec a:hover {
    background: white;
    color: #0b7f00;
}



/*Contact Us*/


.form-group {
    margin-bottom: 0.9rem;
}
textarea {
    height: auto!important;
}
.contact-page-right-col .quote-form-wrapper {
    padding: 1.5rem 1.5rem;
    border-radius: 0px;
    width: 90%;
    margin-left: auto;
    background: #ffffff;
    border: solid 1px #e9e9e9;
}
.contact-page-left-col .theme-heading-sec {
    text-align: left;
    margin-bottom: 1.5rem;
}
.contact-page-left-col .theme-heading-sec p{
    margin-top: 9px;
}
.contact-page-row {
    width: 90%;
    margin: auto;
}
textarea.form-control {
    height: auto;
    padding: 12px;
}
.contact-ic {
    background: #0a213c;
    padding: 12px;
}
.contact-ic img {
    filter: brightness(0)invert(1);
}
.contact-page-left-col .row {
    padding: 1.7rem 0;
    border-bottom: solid 1px #d9d9d9;
}
.contact-page-left-col p {
    margin: 0;
}
.contact-page-left-col h4 {
    font-size: 24px;
    letter-spacing: -0.3px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 13px;
}
.quote-form-wrapper h4 {
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: -1px;
}
 .contact-page-right-col form {
    background: #f2f2f2;
    padding: 1.5rem 1.5rem 1rem;
} 
.contact-page-right-col .quote-form-wrapper .form-control {
    height: 52px;
    border: solid 1px #e3e3e3;
}
.quote-form-wrapper p {
    margin-bottom: 21px;
}
.quote-form-wrapper .form-group p {
    margin-bottom: 0;
    padding: 0;
    line-height: 0;
}
section.map-sec, section.map-sec .col-lg-12 {
    padding: 20px 0 0;
}
section.map-sec iframe {
    filter: grayscale(1);
    border: 0;
    padding: 0;
    max-height: 510px;
    height: 100vh;
    width: 100%;
    margin: 0 0 -6px;
}
section.map-sec iframe:hover {
    filter: grayscale(0);
}
@media screen and (max-width: 1024px) {
	.contact-page-right-col .quote-form-wrapper {
    width: 100%;
}
}
@media screen and (max-width: 992px) {
.contact-page-left-col .row {
    width: 100%;
	margin:auto;
}
.contact-page-left-col .row:last-child {
    border: none;
}
.contact-page-right-col .quote-form-wrapper {
    margin-top: 1rem;
}
}
@media screen and (max-width: 576px) {
    
.contact-page-row {
    width: 100%;
}
.contact-page-right-col .quote-form-wrapper {
	padding: 1rem 1rem;
}
.contact-page-left-col {
    text-align: center;
}
.contact-ic {
    width: 65px;
    margin: 0 auto 18px;
}
.contact-page-left-col h4 {
    font-size: 22px;
}
}


/*Itinerary Page*/

.itinerary-left-col{
    padding: 0;
}
.itinerary-left-col img {
    object-position: center;
    max-height: 450px;
    object-fit: cover;
    height: 100vh;
}
.itin-box {
    background: #fff;
    padding: 0.3rem 1.5rem;
    margin: 10px 0;
    border: solid 1px #ededed;
}
.sidebar-col{
    position: sticky;
    top: 95px;
}
.sidebar {
    padding: 15px;
    background: white;
    margin-bottom: 12px;
    border-radius: 9px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    border: solid 1px #ededed;
}
.sidebar .theme-heading-sec h2 {
    font-size: 22px;
    letter-spacing: -0.6px;
    margin: 0;
    line-height: 32px;
    margin-bottom: 0.6rem;
}
.sidebar ul {
    list-style: none;
    padding: 8px 4px;
    margin: 0;
}
.sidebar ul li a {
    display: block;
    padding: 10px 0px;
    font-family: 'Nunito', sans-serif;
    text-transform: capitalize;
    font-size: 1.1rem;
    border-bottom: dotted 1px #e3e2e2;
}
.sidebar ul li:last-child a {
    border-bottom: none;
}
.Itin-heading h3 {
    background: #012c5e;
    color: white;
    padding: 10px 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 20px;
}
.card {
    margin: 9px 0;
    border: none;
	border: solid 1px #ededed!important;
}
.card-header {
    background: #fff;
    border-bottom: none;
}
.card-header h2 button {
    color: #012c5e;
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    letter-spacing: -0.2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
	text-align:left;
}
.card-header h2 button i.fa {
    font-size: 15px;
}
.card-body {
    padding: 0.2rem 1.25rem;
}
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}
.btn:focus {
    box-shadow: none;
}
.card-header h2 button:hover {
    text-decoration: none;
}
.itin-box ul {
    list-style: none;
    margin: 12px 0;
    padding: 0;
}
.itin-box ul li {
    padding: 3px 0 0 25px;
    position: relative;
}
.itin-box ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}
p.pckg-duration{
    font-size: 18px;
}
span.price-span {
    margin-left: 0.7rem;
    color: #0b7f00;
    font-weight: 500;
    border-left: dashed 1px #b7b4b4;
    padding-left: 15px;
}
.sidebar .theme-heading-sec {
    border-bottom: none;
    text-align: left;
    margin: 0;
}
.sidebar.sidebar-pckg-dtls a.theme-btn {
    background: #0b7f00;
    width: 100%;
    padding: 11px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 10px;
}
p.more-dtls {
    text-align: left;
    margin: 0;
}
p.more-dtls a {
    color: green;
    padding-left: 11px;
    font-weight: 500;
    font-size: 17px;
}

@media screen and (max-width: 1200px) {
    .itinerary-sec .col-pd{
        padding: 0 15px 0 0;
    }
    .sidebar .theme-heading-sec h2 {
    font-size: 32px;
}
}

@media screen and (max-width: 992px){
.itinerary-sec .col-pd {
    padding: 6px 15px 0 15px;
}
}


/*Booking*/

.booking-page-left-col {
    background: #fff;
    padding: 25px;
    border: solid 1px #e9e9e9;
    border-right:none;
}
.booking-page-left-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.booking-right-col {
    padding-left: 0;
}
.booking-sec .quote-form-wrapper {
    width: 100%;
    background: #ffffff;
    border: solid 1px #e9e9e9;
    padding: 0.2rem 1.5rem 0.5rem;
}
.booking-sec .form-group {
    margin-bottom: 0;
    padding: 7px;
    position:relative;
}
.booking-sec .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
.booking-sec .quote-form-wrapper h4 {
    font-size: 40px;
    font-family: 'Quicksand', sans-serif;
}
.booking-sec textarea.form-control {
    padding: 12px 16px!important;
}
.booking-sec .quote-form-wrapper .form-control {
    padding: 0 0rem 0 2.5rem;
}
fieldset {
    min-width: 0;
    padding: 1rem;
    margin: 1rem 0;
    background: #f2f2f2;
    border-radius: 5px;
}
legend {
    display: inline-block;
    width: auto;
    background: #ffffff;
    color: #012c5e;
    padding: 7px 20px;
    font-size: 25px;
    border-radius: 3px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
}
fieldset .row {
    padding: 0 1rem;
}
.booking-sec .form-group i {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(-50%,-50%);
    color: #0b7f00;
}
.error {
    color: #ffffff;
    padding: 0px 9px;
    position: absolute;
    z-index: 1;
    background: #0b7f00;
    font-size: 12px;
    bottom: -3px;
    left: 13px;
    border-radius: 3px;
}
.booking-sec .quote-form-wrapper input[type="submit"] {
    padding: 0;
}
@media screen and (max-width: 992px){
    .booking-page-left-col {
   display:none;
}
.booking-right-col {
    padding: 0 4rem;
}
}
@media screen and (max-width: 767px){
.booking-right-col {
    padding: 0 15px;
}
.booking-sec .quote-form-wrapper {
    padding: 0.2rem 1rem 0.5rem;
}
}

/*Video Section*/

.video-custom-col {
    padding: 0 7px;
}
.youtubeplayer {
    background: white;
    padding: 13px 13px 6px;
    border-radius: 25px;
    margin: 7px 0;
    border: solid 1px #ededed;
    transition: 0.3s ease;
}
.youtubeplayer iframe {
    border-radius: 20px;
    margin: 0!important;
    padding: 0;
}
.youtubeplayer:hover {
    box-shadow: 9px 13px 13px -5px rgb(0 0 0 / 8%);
}
@media screen and (max-width: 992px){
.video-gallery-page-sec .row{
	padding: 0 10px;
}
}

/*Photo Gallery*/

.dz-gal a.image-popup {
    background: #ffffff;
    padding: 13px 13px 13px;
    display: inline-flex;
    width: calc(100% / 4 - 14px);
    margin: 7px 4px;
    transition: 0.5s ease;
    position: relative;
    top: 0px;
    border-radius: 15px;
    border: solid 1px #ededed;
}
.dz-gal a.image-popup:hover {
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 18%);
	top: -10px;
}
.dz-gal a.image-popup img {
    max-height: 250px;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 10px;
}
@media screen and (max-width: 1024px){
.dz-gal a.image-popup img {
    max-height: 200px;
}
}
@media screen and (max-width: 992px){
.dz-gal a.image-popup {
    width: calc(100% / 3 - 11px);
    margin: 6px 4px;
}
.dz-gal {
    padding: 0 10px;
}
}
@media screen and (max-width: 767px){
.dz-gal a.image-popup {
    width: calc(100% / 1 - 0px);
    margin: 6px 0px;
}
.dz-gal {
    padding: 0 15px;
}
}

/*Single Blog*/
.sidebar span.blogdetails-date {
    color: #222;
    opacity: 0.6;
    letter-spacing: 0.8px;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.blog-meta-top {
    border-bottom: 2px dashed #ddd;
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif;
    padding-bottom: 10px;
}
.sidebar .recent-posts .post-item {
    display: flex;
    margin-top: 15px;
}
.sidebar .recent-posts img {
    width: 80px;
    margin-right: 15px;
}
.sidebar .recent-posts h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.sidebar .recent-posts h4 a:hover {
    color: #0b7f00;
}
.single-blog-content {
    background: #fff;
    padding: 2rem;
    margin: 10px 0;
}
.sidebar .recent-posts h4 a {
    font-family: 'Nunito', sans-serif;
    color: #25283a;
    font-weight: 500;
}

.full-width-content ul li {
    padding: 3px 0 0 25px;
    position: relative;
}
.full-width-content {
    background: #f2f2f2;
    border: 10px solid #f2f2f2;
    padding: 2rem;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 12%);
    margin: 10px 0;
}
.full-width-content h5 {
    background: #012c5e;
    color: white;
    margin: 15px 0;
    padding: 13px 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.full-width-content ul li {
    color: #666d81;
    margin: 6px 0;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: -0.2px;
    font-family: 'Nunito', sans-serif;
}
.full-width-content ul li:before{
        content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}
.full-width-content ul{
    list-style: none;
    margin: 12px 0;
    padding: 0;
}

/*Make Payment*/
.bank-details-sec {
    transition: 0.5s;
    cursor: pointer;
    padding: 8px;
    box-shadow: 1px 1px 13px 0px rgb(0 0 0 / 25%);
    border: 10px solid #ffffff;
    border-radius: 10px;
}
.bank-details-sec h4 {
    border-bottom: solid 1px rgba(191, 190, 188, 0.4);
    background: #012c5e;
    color: white;
    padding: 10px 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.bank-dtl-div {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dashed #ddd;
    padding: 7px 16px;
}

.Phonepe-sec {
    transition: 0.5s;
    cursor: pointer;
    text-align: center;
    box-shadow: 1px 1px 13px 0px rgb(0 0 0 / 25%);
    border: 10px solid #ffffff;
    border-radius: 10px;
}
.Phonepe-sec:hover {
    position: relative;
    transform: rotate(-8deg);
    z-index: 1;
}
.online-pay-sec .theme-btn {
    margin: 0;
    padding: 8px 15px;
    font-size: 13px;
    background: #012c5e;
    letter-spacing: 0.1px;
}
.online-pay-sec .theme-btn:hover {
    background: #0b7f00;
}
.online-pay-sec {
    display: flex;
    justify-content: space-between;
    transition: 0.5s;
    cursor: pointer;
    padding: 10px 15px;
    box-shadow: 1px 1px 13px 0px rgb(0 0 0 / 25%);
    border: 10px solid #ffffff;
    border-radius: 10px;
    margin-top: 6px;
    align-items: center;
}
.accepted {
    transition: 0.5s;
    cursor: pointer;
    text-align: center;
    margin: 30px 0px;
    box-shadow: 1px 1px 13px 0px rgb(0 0 0 / 25%);
    border: 10px solid #ffffff;
    border-radius: 10px;
}
.accepted:hover {
    position: relative;
    transform: rotate(-8deg);
    z-index: 1;
}

/*Error Page*/
.error-container {
  text-align: center;
      border: 4px dotted #0b7f00;
    margin: 0 auto;
    width: 66%;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 3px 7px 18px -1px rgba(0, 0, 0, 0.23);
    border-radius: 20px;
    padding: 22px 4px;
}
.error-container h2 {
    cursor: pointer;
    letter-spacing: 7px;
    text-shadow: -3px 1px 4px rgb(0 0 0 / 25%);
    font-size: 170px;
    line-height: 160px;
    margin: 0 0 10px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    transition: 0.5s;
}
.error-row h2:hover {
    position: relative;
    transform: rotate(-8deg);
    z-index: 1;
}

.error-container p {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    letter-spacing: 0.2px;
}
.error-container .para-button {
    margin-top: 4%;
}
.error-row {
    padding: 20px;
    margin: 0 auto;
    max-width: 96%;
    border: 2px dotted #012c5e;
    border-radius: 10px;
}
.error-container h2 span {
    color: #0b7f00;
}
/*Job*/
.form-control:focus {
    outline: none;
    box-shadow: unset;
}
.job-sec-row {
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
    padding: 16px;
    border-radius: 10px;
}
.job-sec-row .no-gutters {
    padding: 0px;
}
.job-form-sec {
    padding-left: 20px;
}
.job-img-thumb {
    height: 100%;
    padding: 17px;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 28%);
}
.job-img-thumb img{  height: 100%;
    object-fit: cover;
    object-position: center;
}
lable.only-pdf {
    position: absolute;
    right: 0;
    z-index: 9;
    color: red;
}
.job-form-sec h5 {
    font-family: 'Play', sans-serif;
    margin-bottom: 1%;
    font-size: 28px;
    margin-top: 2%;
}
.job-form-sec .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: unset;
    border-bottom: 2px dashed #DDD;
    padding-left: 7px;
    height: 37px;
}

/*Personalized Tour Form*/

.personalize-from {
    padding: 20px 12px;
}
.row.personalize-row {
    padding: 35px 20px;
    position: relative;
    text-align: center;
    background: #f2f2f2;
    border-radius: 35px;
    width: 95%;
    margin: auto;
}

.personalize-from .form-control {
    padding: 0 0rem 0 2.3rem;
}
.personalize-from .form-group p{
	margin:0;
	line-height:0;
	position: relative;
}
.personalize-from textarea.form-control {
    padding: 12px;
}
.personalize-from .form-group i {
    left: 17px;
}
.personalize-from .form-group input[type="submit"] {
    width: 100%;
    max-height: 55px;
    height: 100vh;
	border-radius: 0;
}
.prsn-trip-img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}
@media screen and (max-width: 1024px){
	.row.personalize-row {
    width: 100%;
}
.personalize-from {
    padding: 20px 0px;
}
}

@media screen and (max-width: 992px){
.personalize-from {
    padding: 35px 0px 0px;
}
}
@media screen and (max-width: 767px){
.row.personalize-row {
    padding: 20px 5px 0px;
    border-radius: 20px;
}
    border-radius: 20px;
}
.prsn-trip-img {
    border-radius: 20px;
}
}


/*Cab listing Page*/

.cab-listing-page-sec .cab-listing-col {
    padding: 0rem;
}
.cab-listing-page-sec .cab-listing-wrapper {
    margin: 1.7rem 0 0;
}
.cab-listing-page-sec .cab-listing-footer {
    padding: 1rem 0.5rem 1rem;
}


/*Offer Sec*/
section.offer-sec{
    padding:0;
}
section.offer-sec .offer-carousel a {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

/*About Us Sec*/

.about-sec .theme-heading-sec {
    text-align: left;
    margin-bottom: 1.5rem;
}

/*Video Testimonial-sec*/

section.testimonial-sec:after {
    content:"";
	background: radial-gradient(circle, rgba(15,55,99,1) 0%, rgba(10,36,66,1) 100%); 
    width: 100%;
    max-height: 450px;
    height: 100vh;
    position:absolute;
    top:0;
    left:0;
}
section.testimonial-sec:before {
    content: "";
    width: 100%;
    max-height: 450px;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    background-image: url(../images/singapore-page-header.jpg);
    z-index: 1;
    opacity: 0.18;
}
section.testimonial-sec .container {
    position:relative;
    z-index:1;
}
section.testimonial-sec .theme-heading-sec h2 {
    color: white;
}
.video-wrap {
    border: solid 1px #d9d9d9;
    padding: 0.7rem 0.7rem 0.3rem;
    width: 95%;
    margin: 2.5rem auto 0;
    background: rgb(242 242 242);
	border-radius: 14px;
}
.video-wrap iframe {
    width: 100%;
    max-height: 385px;
    height: 100vh;
	border-radius: 14px;
}
.video-carousel {
    width: 100%;
    margin: auto;
}
section.testimonial-sec .owl-nav {
    position: relative;
    top: unset;
    transform: translate(-50%, 0%);
    width: auto;
    left: 50%;
    display: inline-block!important;
}
@media screen and (max-width: 1600px){
.video-wrap iframe {
    max-height: 325px;
}
}
@media screen and (max-width: 767px){
section.testimonial-sec:before, section.testimonial-sec:after {
    max-height: 375px;
}
	
}

/*Taxonomy Tour Sec*/

.tax-tour-sec .pckg-listing-wrapper {
    padding: 2rem 1.7rem 1.2rem;
    margin: 9rem 0 1.3rem;
}

/*About Us Sec*/

.about-right-wrapper {
    padding-left: 16px;
    text-align: justify;
}
@media screen and (max-width: 992px){
.about-right-wrapper {
    padding: 2rem 0 0;
}
}

/*Search Page*/

.search-page form#advanced-searchform {
    background: #edecec;
    padding: 2rem;
    border: solid 1px #e9e7e7;
    border-radius: 10px;
    width: 96%;
    margin: 0 auto 4rem;
}
.adv-search-btn-col{
	padding-left:0;
}
.adv-search-btn-col input:hover {
    background: #012c5e;
    color: #fff;
}
.search-page .listing-item {
    padding: 4rem 0rem 0;
}
.row.search-error {
    justify-content: center;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #0a213c;
}
@media screen and (max-width: 767px){
	.adv-search-btn-col{
	padding-left:15px;
}
.search-page .form-control {
    padding: 0 0.5rem;
    margin: 3px 0 3px;
}
}

/*contact form 7*/

.wpcf7 form.sent .wpcf7-response-output {
    background: #27a766;
}
.wpcf7 form .wpcf7-response-output {
    padding: 0.4em 1em;
    width: 100%;
    margin: auto;
    border: solid 1px rgb(255 255 255 / 54%)!important;
    color: white;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output {
    background: #f1737a;
}
span.wpcf7-spinner {
    position: absolute;
}
.contact-page-sec .quote-form-wrapper .wpcf7 form .wpcf7-response-output {
    width: 97.5%;
} 
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.9em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -8px;
}
.cab-listing-title h4 span a {
    float: right;
    font-size: 14px;
    background: #012c5e;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    border: solid 1px #fff;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    letter-spacing: -1.5px;
    line-height: 16px;
}
.highlight-content {
    border: solid 2px #0b7f00;
    color: #0b7f00!important;
    padding: 25px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 15px;
    background: white;
    box-shadow: 6px 5px 10px rgb(0 0 0 / 7%);
    letter-spacing: 0.2px;
}



/*T & C Popup*/

#carpolicymodal .modal-dialog.modal-lg {
    height: 100%;
    display: flex;
    align-items: center;
}
#carpolicymodal .modal-header {
    position: relative;
}
#carpolicymodal button.close {
    background: #0b7f00;
    opacity: 1;
    color: #fff;
    float: none;
    top: 50%;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
}
#carpolicymodal button.close {
    background: #0b7f00;
    opacity: 1;
    color: #fff;
    top: 50%;
    position: absolute;
    right: 10px;
    transform: translateY(-66%);
    float: none;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#carpolicymodal button.close:hover {
    background: #012c5e;
}
#carpolicymodal .modal-header {
    position: relative;
    padding-bottom: 24px;
    padding-top: 11px;
}
#carpolicymodal .modal-header h5 {
    font-weight: 700;
    font-size: 26px;
    display: flex;
    align-items: center;
}
#carpolicymodal .modal-content {
    padding: 20px;
    border-radius: 14px;
}
#carpolicymodal .modal-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#carpolicymodal ul li {
    padding-left: 26px;
    position: relative;
    padding-bottom: 7px;
}
#carpolicymodal .modal-body ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #0b7f00;
}
@media screen and (max-width: 767px){
	div#carpolicymodal {
    padding-right: 0!important;
}
	#carpolicymodal .modal-dialog.modal-lg {
    height: auto;
}
	#carpolicymodal .modal-content {
    padding: 20px 10px;
}
}


section#sec-blg .blog-wrapper {
    margin-bottom: 30px;
}
.work-wrapper {
    text-align: center;
    padding: 1rem 2rem;
    border: solid 1px #dbdbdb;
    border-radius: 20px;
}


.row.discover-row {
    border-radius: 21px;
    overflow: hidden;
    position: relative;
    border: solid 1px #0a24423d;
}
.box-des {
    background: #f8f3ff;
    padding: 2rem;
}
.discover-text-sec img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
div#blog-single-sec h4 {
    font-size: 16px;
}
div#blog-single-sec h3 {
    font-size: 20px;
}
@media screen and (max-width: 576px) {
	.error-container{
		width:96%;
	}
}