@import url(https://fonts.googleapis.com/css?family=Kalam:300,400,700|Quicksand:300,400,500,600,700|Roboto:300,400,500&display=swap);
body {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Lora', serif;
}

img {
    width: 100%;
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bree Serif', serif;
}

::selection {
    background-color: #03bd85;
    color: #fff
}

a:focus,
a:hover {
    color: #ff837d;
    text-decoration: none;
    outline: 0
}

.active .nav-link {
    color: #03bd85 !important
}

a {
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
    color: #2d4c85;
}

li,
ul {
    padding: 0
}

.section-padding {
    padding: 60px 0
}

.btn.focus,
.btn:focus {
    box-shadow: none !important
}

.top-colum {
    padding: 0 22px
}
.top-colum  .left-box {
	text-align: left;
}
.top-colum .left-box ul li {
    display: inline-block;
    line-height: 4.2
}

.top-colum .left-box ul .divaider {
    margin: 0 10px
}

.top-colum .left-box ul p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500
}

.call-text {
    margin: 0 5px 0 9px
}

.top-colum .right-box ul {
    margin-bottom: 0;
    text-align: right;
    line-height: 4.0;
    padding-top: 4px
}

.top-colum .head-social-icon.nav {
    display: block
}

.top-colum .right-box ul li {
    display: inline-block;
    margin: 0 4px;
    line-height: 3.3
}

.top-colum .right-box li a {
    padding: 0 3px;
    color: #03bd85;
    border-radius: 50%;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    position: relative;
    transition: all .4s ease-in-out;
    font-size: 14px;
    border: 1px solid #03bd85
}

.top-colum .right-box li a:hover {
    background: #03bd85;
    color: #fff !important;
    border-color: #03bd85 !important
}
#header {
	position: absolute;
	z-index: 1000;
	width: 100%;
	transition: all .4s;
	border-top: 1px solid #eee;
	box-shadow: 0 15px 18px -30px;
}
#header.fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    box-shadow: 0 15px 18px -25px;
}

#header.fixed .navbar {
	padding: 5px 0;
	transition: all 0.4s ease-in-out;
}
#header .navbar {
    background: #fff;
    transition: all 0.4s ease-in-out;
    padding: 0;
}


#header .navbar .navbar-brand img {
    width: 290px
}

#header .navbar .navbar-nav .nav-item {
    line-height: 2
}
#header .navbar .navbar-nav li:first-child a {
	margin-left: 15px;
}
#header .navbar .navbar-nav .nav-link {
	font-size: 18px;
	padding: 10px 0;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
	color: #2d4c85;
	font-family: 'Bree Serif', serif;
	margin: 0 !important;
}

#header .navbar .navbar-nav .nav-link:hover {
    color: #03bd85 !important
}

#header .navbar .nav-item .nav-child {
    border-top: 3px solid #03bd85;
    background: rgba(0, 0, 0, .8) none repeat scroll 0 0 !important;
    border-radius: 0;
    max-width: 45em !important;
    min-width: 24em !important;
    padding: 0 !important
}

#header .navbar .navbar-nav .nav-child li a {
    color: #fff !important
}

#header .navbar .navbar-nav .sub-menu {
    left: 0 !important;
    top: 41px !important;
    max-width: 50em !important;
    min-width: 29em !important
}

.nav-child .nav-item {
    line-height: 2.5 !important;
    border-bottom: 1px solid grey
}

.nav-child .nav-item:last-child {
    border-bottom: 0
}

.nav-child .nav-item .nav-link {
    padding: 0 10px !important;
    border: 0 !important
}

.nav-child .nav-item .nav-link:hover {
    color: #fff !important
}

.vertical-menu {
    padding: 25px 0;
    position: absolute;
    top: 76px;
    z-index: 9999;
    width: 25em
}

.vertical-menu .menu {
    padding: 0 15px
}

.vertical-menu .menu .nav-item .nav-child {
    border-top: 3px solid #03bd85;
    background: rgba(0, 0, 0, .6) !important;
    border-radius: 0;
    max-width: 75em !important;
    min-width: 36em !important;
    padding: 0 !important;
    left: 335px !important;
    top: 0 !important
}

.vertical-menu .menu .nav-item .sub-menu {
    left: 0 !important;
    top: 60px !important
}

.vertical-menu .menu .nav-item .nav-link {
    font-size: 25px;
    padding: 0 8px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Bree Serif', serif;
    font-weight: 400
}

.sm-blue ul a .sub-arrow {
    border-color: transparent transparent transparent #fff !important;
    right: 4px !important
}

.sm-blue ul a:hover .sub-arrow {
    border-color: transparent transparent transparent #2d4c85 !important
}

.vertical-menu .menu .nav-item .nav-link:hover {
    color: #03bd85
}

.vertical-menu .menu .nav-child a {
    font-size: 22px !important
}

.vertical-menu .menu .nav-child a:hover {
    color: #2d4c85 !important
}

.vertical-menu .menu .nav-item {
    line-height: 2.5;
    list-style: none;
    display: block;
    width: 100%
}

.offer_box .offer-img {
    position: relative
}

.offer_box .offer-img img {
    width: 100%;
    object-fit: cover;
    height: 260px
}

.offer_box .offer-img::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2)
}

.offer_box .offer-text {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    color: #fff;
    width: 100%;
    padding: 10px 10px 0 0
}

.offer_box .offer-text h5 {
    margin-bottom: 0;
    font-weight: 700
}

.offer_box .offer-text p span {
    color: #2d4c85;
    font-weight: 600
}

.offer_box .offer-text p {
    font-size: 15px
}

.main-slider {
    margin-bottom: 0 !important;
    z-index: 100
}

.main-slider::before {
    background: rgba(0, 0, 0, 0) url(../images/transparent.png) no-repeat scroll center top/cover;
    bottom: 0;
    content: "";
    height: 91px;
    left: 0;
    position: absolute;
    transform: rotate(180deg);
    width: 100%;
    z-index: 99
}

.main-slider.home-slider .slide {
    background-size: cover;
    position: relative;
    height: 650px;
    display: table;
    background-position: bottom
}

.main-slider .box {
    width: 100%;
    text-align: center;
    margin-top: 65px
}

.main-slider.home-slider .slide .inner-box {
    display: table-cell;
    vertical-align: middle
}

.main-slider.home-slider .slide .inner-box .top-title {
    overflow: hidden
}

.main-slider.home-slider .box h2 span {
    font-weight: 700
}

.main-slider.home-slider .slide .activate {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.main-slider.home-slider .slide .animated {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0
}

.main-slider .box h1 {
    font-size: 82px;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: 0 5px 5px rgba(50, 50, 50, .65);
    text-transform: uppercase;
    color: #fff
}

.main-slider .box h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    text-transform: uppercase
}

.main-slider .slick-next.slick-arrow,
.main-slider .slick-prev.slick-arrow {
    color: #fff
}

.slick-next.slick-arrow:hover,
.slick-prev.slick-arrow:hover {
    opacity: .5
}

.main-slider .slick-arrow {
    width: 65px;
    height: auto;
    text-align: center
}

.main-slider .slick-prev.slick-arrow {
    left: 5%
}

.main-slider .slick-next.slick-arrow {
    right: 5%
}

.main-slider .slick-prev::before {
    content: "";
    font-family: fontawesome;
    font-size: 67px;
    opacity: 1
}

.main-slider .slick-next::before {
    content: "";
    font-family: fontawesome;
    font-size: 67px;
    opacity: 1
}

.section-heading {
    margin-bottom: 45px
}

.section-heading h2 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #2d4c85
}

.section-heading h2 span {
    color: #03bd85
}

.section-heading .border-icon::before {
    background: #bcbcbc none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -192.5px;
    position: absolute;
    text-align: center;
    width: 160px
}

.section-heading .border-icon::after {
    background: #bcbcbc none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 1px;
    right: 50%;
    margin-right: -192.5px;
    position: absolute;
    text-align: center;
    width: 160px
}

.section-heading .border-icon::after,
.section-heading .border-icon::before {
    background: #54555d
}

.section-heading .border-icon {
    background: url(../images/heading-border.png) no-repeat rgba(0, 0, 0, 0);
    height: 16px;
    width: 67px;
    margin: auto;
    position: relative
}

.shape-bg .about::before {
    background: rgba(0, 0, 0, 0) url(../images/transparent.png) no-repeat scroll center top/cover;
    top: -90px;
    content: "";
    height: 91px;
    left: 0;
    position: absolute;
    transform: rotate(180deg);
    width: 100%;
    z-index: 99
}

.section-padding {
    padding: 30px 0 !important
}

.about {
    padding: 60px 0;
    background: #fff;
    z-index: 999;
    position: relative
}

.about .content p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-rendering: optimizeLegibility
}

.about .content h3 {
    text-align: left;
    color: #2d4c85;
    font-family: 'Bree Serif', serif;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: 1.6rem
}

.about .content h5 {
    text-align: left;
}

.item-image {
    margin-bottom: 35px
}

.popular-destination {
    background: #f9f9f9;
    padding-bottom: 140px
}

.popular-destination .box {
    margin-bottom: 30px;
    transition: all .4s
}

.popular-destination .box:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.popular-destination .box .destination-img {
    position: relative;
    overflow: hidden
}

.popular-destination .box .destination-img img {
    width: 100%;
    object-fit: cover;
    height: 220px;
    object-position: top;
    position: relative;
    transition: all .5s ease-in-out
}

.popular-destination .box:hover .destination-img img {
    transform: scale(1.3)
}

.popular-destination .box .destination-img .title-box {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 35em
}

.popular-destination .box .text-box {
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 10px -8px;
    text-align: left;
    max-height: 240px;
    min-height: 206px;
    display: grid;
    align-items: end
}

.popular-destination .destination-img h4 a {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff
}

.popular-destination .destination-img h4 a:hover {
    color: #fff
}

.popular-destination .text-box p {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 23px;
    font-size: 15px;
    color: #969696;
    text-align: justify
}

.popular-destination .text-box .btn {
    color: #aaa;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 30px
}

.popular-destination .text-box .btn-box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.popular-destination .text-box .more-link {
    background: #2d4c85;
    color: #fff;
    border: 1px solid #2d4c85;
    border-radius: 0
}

.popular-destination .text-box .more-link:hover {
    background: #03bd85;
    color: #fff;
    border-color: #03bd85
}

.popular-destination .text-box .book-btn {
    background: #03bd85;
    color: #fff;
    border: 1px solid #03bd85;
    border-radius: 0
}

.popular-destination .text-box .book-btn:hover {
    background: #2d4c85;
    color: #fff;
    border-color: #2d4c85
}

.popular-destination .text-box .item-price .price {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #03bd85
}

.popular-destination .text-box .item-price .day-night {
    font-size: 14px;
    margin-left: 0;
    font-weight: 600
}

.explore-destination {
    position: relative;
    padding-bottom: 140px;
    background: #fff
}

.shape-bg .explore-destination::after {
    background: rgba(0, 0, 0, 0) url(../images/transparent.png) no-repeat scroll center top/cover;
    top: -65px;
    content: "";
    height: 91px;
    left: 0;
    position: absolute;
    transform: rotate(180deg);
    width: 100%;
    z-index: 99
}

.explore-destination .box {
    background: #fff !important;
    box-shadow: 0 0 12px -8px;
    margin-bottom: 30px;
    transition: all .4s;
    padding: 10px
}

.explore-destination .box:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.explore-destination .box .img-box {
    position: relative;
    overflow: hidden
}

.explore-destination .box .img-box img {
    transition: all .5s ease-in-out;
    max-height: 220px;
    min-height: 220px;
    object-fit: cover
}

.explore-destination .box .img-box .hover-box {
    position: relative;
    display: block
}

.explore-destination .box .img-box:hover .hover-box::after {
    bottom: 10px;
    left: 10px;
    opacity: 1;
    right: 10px;
    top: 10px
}

.explore-destination .box .img-box .hover-box::after {
    background: rgba(255, 255, 255, .2) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, .5);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-in 0s
}

.explore-destination .box .img-box:hover img {
    transform: scale(1.5)
}

.explore-destination .box .img-box .explore-btn {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: all .4s
}

.explore-destination .box .img-box:hover .explore-btn {
    top: 50%;
    opacity: 1
}

.explore-destination .box .img-box .explore-btn a {
    color: #fff;
    background: #2d4c85;
    padding: 5px 30px;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 1px
}

.explore-destination .box .img-box .explore-btn a:hover {
    background: #03bd85;
    color: #fff
}

.explore-destination .box .text-box {
    padding: 15px 0;
    min-height: 11em;
    max-height: 13em
}

.explore-destination .box .text-box h4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

.explore-destination .box .text-box h4 a:hover {
    color: #03bd85
}

.explore-destination .box .text-box h4 a {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #2d4c85
}

.explore-destination .box .text-box p {
    margin-bottom: 0;
    text-transform: none;
    color: #333;
    text-align: left
}

.explore-destination .box .text-box p a {
    color: #2d4c85
}

.explore-destination .box .text-box p a:hover {
    color: #03bd85
}

.testimonial {
    background: #f9f9f9;
    padding-bottom: 100px;
    position: relative
}

.testimonial .row {
    margin-left: auto
}

.shape-bg .testimonial::before {
    background: rgba(0, 0, 0, 0) url(../images/transparent-gray.png) no-repeat scroll center top/cover;
    top: -87px;
    content: "";
    height: 91px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99
}

.testimonialslider {
    width: 100% !important
}

.testimonial .item .text-box {
    background: #fff none repeat scroll 0 0;
    border-bottom: 4px solid #bcbcbc;
    margin: 24px 0;
    padding: 15px 0 13px 14px;
    position: relative
}

.testimonial .item .margin-left {
    margin-left: -50px
}

.testimonial .box:hover .box-hover>a::after {
    bottom: 20px;
    left: 20px;
    opacity: 1;
    right: 20px;
    top: 20px
}

.testimonial .box-hover>a::after {
    background: rgba(255, 255, 255, .2) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, .5);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-in 0s
}

.testimonial .item .client-image {
    position: relative
}

.testimonial .item .text-box::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: -20px;
    top: 0;
    transform: skewX(-6deg);
    width: 30px;
    z-index: -1
}

.testimonial .item .text-box h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #2d4c85
}

.testimonial .item .text-box p {
    text-transform: capitalize;
    color: #969696
}

.testimonial .item .text-box .btn:hover {
    background: #03bd85;
    color: #fff;
    border-color: #03bd85
}

.testimonial .item .text-box .btn {
    background: #2d4c85;
    padding: 2px 15px;
    color: #fff;
    border: 1px solid #2d4c85;
    border-radius: 0
}

.travel-guide {
    background: #fff
}

.travel-guide .box {
    background: #fff !important;
    box-shadow: 0 0 12px -8px;
    margin-bottom: 30px;
    transition: all .4s;
    padding: 10px;
    overflow: hidden
}

.travel-guide .box:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.travel-guide .box .img-box {
    position: relative
}

.travel-guide .box:hover .img-box::after {
    bottom: 10px;
    left: 10px;
    opacity: 1;
    right: 10px;
    top: 10px
}

.travel-guide .box .img-box::after {
    background: rgba(255, 255, 255, .2) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, .5);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-in 0s
}

.travel-guide .box .text-box {
    padding: 15px 0 0
}

.travel-guide .box .text-box h4 a {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2d4c85
}

.travel-guide .box .text-box h4 a:hover {
    color: #03bd85
}

.travel-guide .box .text-box p {
    margin-bottom: 0
}

.travel-guide .box .text-box p a {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #333;
    border-top: 1px solid #eee;
    padding: 10px 0;
    transition: all .4s;
    display: block
}

.travel-guide .box .text-box p a:hover {
    background: #eee;
    color: #03bd85;
    padding-left: 15px
}

#footer {
    background: #2a363b;
    color: #fff;
    padding-bottom: 0;
    padding-top: 80px;
    background-position: bottom;
    background-repeat: no-repeat
}

#footer .box-2 {
    padding-right: 35px
}

#footer .box h2 {
    font-size: 20px;
    margin-bottom: 35px;
    letter-spacing: 1px;
    text-transform: uppercase
}

#footer .box h4 {
    text-transform: uppercase;
    font-size: 17px
}

#footer .box p {
    color: #bbb;
    font-size: 14px
}

#footer .box ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 15px
}

#footer .box a {
    color: #bbb;
    font-size: 14px;
    position: relative;
    transition: all .4s
}

#footer .box .nav {
    display: block
}

#footer .navigation .nav .nav-link {
    padding: 0 !important;
    display: inline-block
}

#footer .navigation .nav .dropdown-toggle::after {
    display: none
}

#footer .box a:hover {
    color: #fff;
    transition: all .4s
}

#footer .social-box a {
    text-transform: capitalize
}

#footer .box ul li .fa::before {
    color: #03bd85;
    font-size: 16px;
    width: 28px;
    display: inline-block
}

#footer .box.navigation a::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #03bd85;
    width: 25px;
    top: 20px;
    transition: all .8s
}

#footer .box.navigation a:hover::before {
    content: "";
    width: 100%;
    transition: all .4s
}

.copy-right {
    border-top: 1px solid #5f5f5f;
    padding: 35px 0;
    position: relative;
    margin-top: 30px
}

.copy-right p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #bbb;
    font-size: 13px;
    padding-top: 4px;
    text-align: left
}

.copy-right p a {
    color: #fff;
    margin: 0 5px;
    text-transform: uppercase
}

.copy-right p a:hover {
    color: #03bd85
}

#back2Top:hover {
    opacity: .8;
    transition: all .4s
}

#back2Top {
    height: 49px;
    width: 49px;
    background: #2d4c85;
    color: #fff;
    text-align: center;
    line-height: 46px;
    float: right;
    bottom: 30px;
    right: 20px;
    position: fixed;
    z-index: 9999;
    font-size: 25px;
    transition: all .4s
}

.offer-popup {
    position: fixed;
    width: 350px;
    z-index: 99999999;
    top: 490px !important
}

.offer-opener {
    border-radius: 5px 5px 0 0;
    font-family: 'Bree Serif', serif;
    font-size: 18px;
    right: -102px;
    padding: 5px 20px;
    position: absolute;
    top: 120px;
    transform: rotate(-270deg)
}
.offer-opener:hover {
	background: #03bd85;
}

.offer-opener,
.offer-popup input[type=button],
.offer-popup input[type=submit] {
    background: #2d4c85 none repeat scroll 0 0;
    border: 1px solid #2d4c85;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none
}

.offer-popup label {
    display: block;
    margin: 0 0 15px 0
}

#submit_btn {
    border-radius: 2px;
    padding: 8px 22px;
    margin-left: 78px
}

.vm-box img {
    width: 55px
}

.vm-box {
    position: absolute;
    left: 12px;
    top: 9px
}

.logo-box img {
    width: 280px;
    margin-top: 6px;
    height: 50px
}

.g-box img {
    width: 36px
}

.g-box {
    position: absolute;
    right: 12px;
    top: 11px
}

.contact .form-group {
    margin-bottom: 20px
}

.contact .form-group .form-control {
    padding: 6px 12px;
    height: 50px;
    border-radius: 0;
    font-size: 13px
}

.contact .form-control:focus {
    border-color: #a3a3a3;
    box-shadow: none
}

.contact .massage-box .form-control {
    padding: 6px 12px;
    border-radius: 0;
    font-size: 13px
}

.contact .btn-box .btn:hover {
    background: #03bd85;
    border: 1px solid #03bd85;
    color: #fff
}

.contact .btn-box .btn {
    background: 0 0;
    color: #03bd85;
    padding: 6px 25px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all .4s ease-in-out;
    border: 1px solid #03bd85;
    letter-spacing: 1.33px;
    border-radius: 0;
    margin: 15px 0 30px
}

.inner-slide {
    position: relative;
    width: 100%;
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: repeat-x;
    animation: animatedBackground 20s linear infinite;
    background-size: cover;
    color: #fff;
    text-align: center
}

.inner-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.inner-slide .text-content {
    padding: 0;
    height: 50vh
}

.inner-slide .text-content-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%
}

.inner-slide .text-content-inner h1 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 50px 0 20px
}

.inner-slide .text-content-inner p {
    font-size: 15px
}

#nav-tabContent p strong {
    font-weight: 500;
    text-decoration: underline
}

.breadcrumb {
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, .1);
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 10px 40px;
    margin-bottom: 0
}

.breadcrumb ul li {
    display: inline-block
}

.breadcrumb ul {
    margin-bottom: 0
}

.breadcrumb .section {
    display: inline-block;
    margin: 0;
    padding: 0
}

.breadcrumb a {
    color: rgba(255, 255, 255, .6)
}

.breadcrumb a:hover {
    color: #fff
}

.breadcrumb .divider {
    display: inline-block;
    opacity: .7;
    margin: 0 .21428571rem 0;
    font-size: .92857143em;
    color: #fff;
    vertical-align: baseline
}

.inner-page #header {
    position: inherit;
    background: #000
}

.tours-section {
    background: #f9f9f9
}

.tours-section a {
color:#2d4c85;
text-decoration:underline
}

.tours-section .box .row {
    align-items: center
}

.tours-section .box {
    background: #fff !important;
    box-shadow: 0 0 12px -8px;
    margin-bottom: 30px;
    transition: all .4s;
    padding: 10px;
    overflow: hidden
}

.tours-section .box .text-box {
    color: #757575;
    font-weight: 400;
    color: #333
}

.tours-section .box .text-box .title-box {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px
}

.tours-section .box .text-box .title-box span {
    font-size: 15px;
    color: #03bd85;
    margin-left: 5px;
    display: block;
    margin-top: 7px
}

.tours-section .box .text-box .highlight-box li {
    list-style: inside
}

.tours-section .box .text-box .btn-group .price {
    pointer-events: none;
    margin-left: 0 !important
}

.tours-section .box .text-box .btn-group .btn:hover {
    background: #2d4c85;
    color: #fff;
    border-color: #2d4c85
}

.tours-section .box .text-box .btn-group .btn {
    background: #03bd85;
    padding: 2px 25px;
    color: #fff;
    border: 1px solid #03bd85;
    border-radius: 0;
    margin-left: 15px;
    font-family: 'Bree Serif', serif;
}

.tours-section .book_form h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0
}

.tours-section .book_form .btn-box .btn:hover {
    background: #03bd85;
    border: 1px solid #03bd85;
    color: #fff
}

.tours-section .book_form .btn-box .btn {
    background: 0 0;
    color: #03bd85;
    padding: 10px 25px !important;
    text-transform: uppercase;
    font-size: 15px !important;
    transition: all .4s ease-in-out;
    border: 1px solid #03bd85;
    letter-spacing: 1.33px;
    border-radius: 0
}

.book_form .file_upload label {
    height: 45px;
    width: 100%;
    padding: 6px 12px;
    text-align: center;
    margin-bottom: 0;
    line-height: 33px;
    cursor: pointer;
    color: #495057;
    border: 1px solid #ced4da;
    overflow: hidden
}

.book_form .file_upload svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: #495057;
    margin-top: -.25em;
    margin-right: .25em
}

.book_form .inputfile {
    display: none
}

.tours-section .book_form .cpcha-code {
    height: 45px;
    line-height: 39px
}

.tours-section .book_form {
    border: 1px solid #d3d3d3;
    background: #fff;
    margin-top: 30px;
    padding: 0 10px
}

.tours-section .book_form label.error {
    right: 13px
}

.book_form .button-section {
    padding-left: 40px
}

.book_form .button-section .controls .btn {
    font-size: 14px;
    border-radius: 0
}

nav>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #03bd85;
    border-radius: 0
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 16px 10px;
    color: #fff;
    background: #2d4c85;
    border-radius: 0;
    text-transform: uppercase;
    border-right: 1px solid #505050;
    font-family: 'Bree Serif', serif;
    font-size: 16px;
    position: relative
}

nav>div a.nav-item.nav-link:focus,
nav>div a.nav-item.nav-link:hover {
    background: #03bd85;
    transition: background .4s linear
}

nav>div a.nav-item.nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 35%;
    border: 15px solid transparent;
    border-top-color: #03bd85
}

.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #03bd85;
    border-bottom: 5px solid #03bd85;
    padding: 30px 25px !important
}

.tab-content .btn-group .btn {
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    background: #03bd85;
    border: 1px solid #03bd85;
    margin-right: 10px;
    border-radius: 0;
    font-family: 'Bree Serif', serif;
}

.tab-content .btn-group .btn:hover {
    color: #fff;
    background: #2d4c85;
    border-color: #2d4c85
}

.form-group {
    position: relative
}

.form-group .form-control {
    padding: 6px 12px;
    height: 45px;
    border-radius: 0;
    font-size: 15px;
    position: relative
}

.form-group .form-control:focus {
    border-color: #03bd85;
    box-shadow: none
}

select.form-control {
    cursor: pointer
}

select {
    -webkit-appearance: none;
    -moz-appearance: none
}

select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat
}

.form-group textarea {
    height: 150px !important
}

.carrental-form .submit-btn .btn:hover {
    background: #03bd85;
    border: 1px solid #03bd85;
    color: #fff
}

.carrental-form .submit-btn .btn {
    background: 0 0;
    color: #03bd85;
    padding: 8px 60px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all .4s ease-in-out;
    border: 1px solid #03bd85;
    letter-spacing: 1.33px;
    border-radius: 0;
    margin-top: 10px
}

.form-control.error {
    border-color: red
}

label.error {
    display: none !important
}

.reservation-form h3 {
    font-size: 22px;
    font-weight: 600;
    color: #03bd85;
    text-transform: uppercase;
    margin-bottom: 15px
}

.reservation-form .submit-btn .btn:hover {
    background: #03bd85;
    border: 1px solid #03bd85;
    color: #fff
}

.reservation-form .submit-btn .btn {
    background: 0 0;
    color: #03bd85;
    padding: 8px 60px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all .4s ease-in-out;
    border: 1px solid #03bd85;
    letter-spacing: 1.33px;
    border-radius: 0;
    margin-top: 22px
}

.contact .get-touch strong {
    font-weight: 500;
    color: #000
}

.contact .get-touch p {
    color: #6c757d
}

.contact-telephone {
    color: #6c757d
}

.contact-mobile {
    color: #6c757d
}

.offer-marquee .box .box-inner .marquee {
    display: inline-block;
    white-space: nowrap;
    padding-left: 101%
}

.marquee:hover,
.offer-marquee .box .box-inner .box:hover {
    animation-play-state: paused
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

.offer-marquee {
    position: fixed;
    right: 65px;
    bottom: 30px;
    z-index: 9999
}

.offer-marquee .box {
    float: right;
    overflow: hidden;
    background: #c7c7c7
}

.offer-marquee .box .box-inner {
    width: 400px;
    padding: 9.5px;
    border: 2px solid #03bd85;
    color: #2a363b
}

.offer-marquee .marquee-btn {
    float: right;
    background: #2d4c85 none repeat scroll 0 0;
    border: 1px solid #2d4c85;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 10.5px 10px 10.5px 10px;
    outline: 0
}

.offer-marquee .marquee-btn:hover {
    opacity: .9
}

.offer-marquee .marquee-btn .rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.offer-marquee .marquee-btn .rotate.left {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#nav-home h3 {
    font-size: 20px;
    margin-top: 35px !important
}

#nav-addon h3 {
    font-size: 22px;
    margin-top: 35px !important
}

#footer.section-padding {
    padding: 30px 0 0 !important
}

.field-calendar .input-append {
    display: flex
}

#date_btn {
    background: #fff;
    border: 1px solid #ced4da;
    height: 45px;
    padding: 0;
    width: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0
}

#date {
    padding: 6px 12px;
    height: 45px;
    border-radius: 0;
    font-size: 15px;
    position: relative;
    border: 1px solid #ced4da;
    color: #495057;
    width: 100%;
    margin-right: 5px
}

.icon-calendar {
    background-image: url(../images/calendar.png);
    width: 25px;
    height: 26px;
    display: block;
    background-size: cover
}

#system-message-container .alert {
    display: none;
}

/**IMAGE ZOOM ON CLICK**/    

.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(1.4);    
-moz-transform: scale(1.4);  
-webkit-transform: scale(1.4);  
-o-transform: scale(1.4);  
transform: scale(1.4);    
position:relative;      
z-index:100;  
}

@media screen and (min-width:1600px) {
    .main-slider.home-slider .slide {
        height: 830px
    }
    .main-slider .box {
        margin-top: -65px
    }
    .top-colum {
        padding: 0 150px 0 12px;
    }
    #header .navbar .navbar-nav .sub-menu {
        top: 50px !important
    }
}

@media screen and (min-width:1200px) {
    .top-colum .left-box {
        text-align: right;
    }
    #header .navbar .navbar-nav .nav-link {
        margin: 0 20px !important;
    }

}

@media screen and (max-width:1599px) {
    #header .navbar .menu-logo-bg {
        padding: 0 20px
    }
    #header .navbar .navbar-brand img {
        width: 220px
    }
    .offer-popup {
        top: 380px !important
    }
    .vertical-menu .menu .nav-item {
        line-height: 2
    }
    .vertical-menu .menu .nav-item .nav-link {
        font-size: 22px
    }
    .offer_box .offer-img img {
        height: 220px
    }
    .offer-opener {
        font-size: 16px;
        right: -94px;
        top: 93px
    }
    .vertical-menu .menu .nav-child a {
        font-size: 20px !important
    }
    .nav-child .nav-item {
        line-height: 2 !important
    }
    .top-colum {
        padding: 0 135px 0 10px;
    }
    .vertical-menu .menu .nav-item .sub-menu {
        top: 45px !important
    }
}

@media screen and (max-width:1199px) {
    #header .navbar .navbar-nav .nav-link {
        padding: 2px 0;
    }
    .top-colum {
        padding: 0 135px
    }
    .logo {
        display: none
    }
    #header .navbar .navbar-nav .dropdown-toggle::after {
        display: none
    }
    #header .navbar .menu-logo-bg {
        background: rgba(6, 12, 24, .9) none repeat scroll 0 0;
        padding: 10px 20px
    }
    .vertical-menu {
        display: none
    }
    #header .navbar.d-none {
        display: block !important
    }
    #header .navbar .navbar-toggler {
        background: #2d4c85;
        border-radius: 0
    }
    #header .navbar .navbar-toggler .fa {
        outline: 0;
        color: #fff;
        font-size: 25px
    }
    #header .navbar .navbar-collapse ul {
        border-top: 1px solid #fff;
        margin-top: 2px
    }
    #header .navbar .navbar-nav .nav-item {
        line-height: 2
    }
    .popular-destination .box .text-box {
        padding: 15px;
        padding-top: 20px;
        height: 210px !important
    }
    .popular-destination .box .destination-img .title-box {
        width: 30em
    }
    .popular-destination .text-box h4 a {
        font-size: 18px
    }
    .popular-destination .text-box p {
        font-size: 14px
    }
    .popular-destination .text-box .btn {
        font-size: 14px
    }
    .popular-destination .text-box .book-btn {
        margin-left: 5px
    }
    .explore-destination .box .text-box h4 a,
    .travel-guide .box .text-box h4 a {
        font-size: 18px
    }
    .testimonial .item .text-box {
        margin: 20px 0
    }
    .testimonial .item .text-box h4 {
        font-size: 15px;
        font-weight: 700
    }
    .testimonial .item .text-box p {
        font-size: 13px
    }
    .testimonial .item .text-box .btn {
        font-size: 13px
    }
    #footer .box-2 {
        padding-right: 0
    }
    .offer-popup {
        top: 370px !important
    }
    #header .navbar .nav-item .nav-child {
        border-top: 0;
        border-radius: 0;
        max-width: 100% !important;
        min-width: 100% !important
    }
    #header .navbar li.parent .nav-child .nav-item a {
        margin-right: 0;
        font-size: 15px;
        padding: 8px 10px !important;
    }
    .nav-child .nav-item {
        border-bottom: 1px solid #2e2e2e
    }
    .copy-right p {
        font-size: 12px
    }
    .copy-right {
        padding: 20px 0;
        margin-top: 0
    }
}

@media screen and (max-width:991px) {
    .top-colum .left-box {
        text-align: center;
    }
    .top-colum .left-box ul {
        margin-bottom: 0;
    }
    .top-colum .left-box ul li {
        padding-top: 5px !important;
    }
    .section-heading h2 {
        font-size: 30px
    }
    .main-slider .box h1 {
        font-size: 65px
    }
    .main-slider .box h2 {
        font-size: 30px
    }
    .about {
        padding: 0 0 30px
    }
    .section-heading .border-icon::after,
    .section-heading .border-icon::before {
        width: 130px
    }
    .section-heading .border-icon::before {
        margin-left: -165.5px
    }
    .section-heading .border-icon::after {
        margin-right: -165.5px
    }
    .popular-destination .box .destination-img img {
        width: 100%
    }
    .popular-destination .box .text-box {
        width: 100%;
        padding: 25px 15px;
        height: auto !important
    }
    .popular-destination .text-box .btn {
        font-size: 15px;
        padding: 2px 15px
    }
    .testimonial .item .box {
        margin-left: 16.666667%
    }
    .left-box,
    .right-box {
        text-align: center
    }
    .top-colum .left-box ul li {
        line-height: 3
    }
    .top-colum .right-box ul {
        line-height: 3;
        text-align: center
    }
    .inner-slide .text-content-inner {
        width: 100%;
        padding: 0 130px
    }
    .popular-destination .box .destination-img .title-box {
        width: 22em
    }
    .popular-destination .destination-img h4 a {
        font-size: 18px
    }
    .copy-right p {
        text-align: center
    }
    .tours-section .box .text-box .btn-group .btn {
        font-size: 13px
    }
    .PassportDetails-section .controls table td.form-group {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 0
    }
    .PassportDetails-section .controls table td.form-group:nth-child(1) {
        width: 10%;
        margin-bottom: 0
    }
    .inner-slide .text-content {
        height: 70vh
    }
}

@media screen and (max-width:767px) {
    .section-heading {
        margin-bottom: 30px
    }
    .section-heading h2 {
        font-size: 26px
    }
    .main-slider.home-slider .slide {
        height: 600px
    }
    .main-slider .box h1 {
        font-size: 50px
    }
    .main-slider .box h2 {
        font-size: 22px
    }
    .slick-next::before,
    .slick-prev::before {
        font-size: 50px !important
    }
    .popular-destination .box .destination-img {
        float: none
    }
    .explore-destination {
        padding-top: 25px
    }
    #footer .box {
        margin-bottom: 39px
    }
    .testimonial .item .box {
        margin-left: 8.666667%
    }
    .popular-destination {
        padding-bottom: 100px
    }
    .testimonial {
        padding-bottom: 80px;
        padding-top: 0
    }
    .travel-guide {
        padding-bottom: 40px
    }
    nav>div a.nav-item.nav-link.active::after {
        bottom: -50px
    }
    .tours-section .box .text-box .btn-group .btn {
        font-size: 14px !important;
        padding: 10px 25px 14px !important
    }
    .PassportDetails-section .controls table td.form-group {
        width: 100%
    }
    .inner_form h5 {
        margin-top: 15px
    }
    .book_form .button-section {
        padding-left: 0
    }
    .tours-section .text-box ul {
        padding-left: 15px
    }
    .tab-content {
        padding: 15px 10px !important
    }
}

@media screen and (max-width:575px) {
    .section-heading h2 {
        font-size: 22px
    }
    .top-colum {
        padding: 0
    }
    .g-box {
        right: 14px;
        top: 50px;
    }
    .g-box img {
        width: 25px
    }
    #header .navbar {
        padding: 0 15px !important;
    }
    #header .navbar .menu-logo-bg {
        padding: 8px 15px
    }
    .top-colum .left-box {
        text-align: center
    }
    .top-colum .right-box ul {
        text-align: center;
        margin-bottom: 8px
    }
    #header .navbar .navbar-brand img {
        width: 165px
    }
    #header .navbar .navbar-toggler .fa {
        font-size: 20px
    }
    .main-slider .slick-arrow {
        display: none !important
    }
    .about {
        padding: 0 0
    }
    .testimonial .item .box {
        margin-left: 0
    }
    .testimonial .item .margin-left {
        margin-left: 0
    }
    .testimonial .item .text-box::after {
        background: 0 0
    }
    .section-heading .border-icon::after,
    .section-heading .border-icon::before {
        width: 80px
    }
    .section-heading .border-icon::before {
        margin-left: -115.5px
    }
    .section-heading .border-icon::after {
        margin-right: -115.5px
    }
    #footer {
        padding-top: 60px
    }
    #footer .box h2 {
        font-size: 19px;
        margin-bottom: 18px
    }
    .testimonial .row {
        margin-left: -13px
    }
    .testimonial .item .text-box h4 {
        font-size: 18px
    }
    .testimonial .item .text-box p {
        font-size: 14px;
        text-align: justify
    }
    .testimonial .item .text-box .btn {
        font-size: 15px
    }
    .inner-slide .text-content-inner {
        padding: 0 10px
    }
    .offer-marquee .box .box-inner {
        width: 260px
    }
    .offer-marquee {
        right: 0
    }
    .tours-section .box .text-box .btn-group .btn {
        font-size: 14px !important;
        padding: 10px 25px 14px !important
    }
    .inner-slide .text-content {
        height: 60vh
    }
}

@media screen and (max-width:480px) {
    .top-colum .left-box ul p {
        font-size: 13px
    }
    .main-slider.home-slider .slide {
        height: 580px
    }
    .main-slider .box {
        margin-top: 0
    }
    .main-slider .box h1 {
        font-size: 35px
    }
    .main-slider .box h2 {
        font-size: 18px
    }
    .testimonial .item .client-image {
        width: 100%
    }
    .offer-popup {
        display: none
    }
    .inner-slide .text-content-inner h1 {
        font-size: 30px
    }
    .inner-slide .text-content-inner p {
        font-size: 14px
    }
    .tours-section .box .text-box .btn-group .btn {
        font-size: 13px
    }
    .offer-marquee .box .box-inner {
        width: 205px
    }
    .offer-marquee {
        right: 0
    }
    .tours-section .box .text-box .btn-group .btn {
        font-size: 14px !important;
        padding: 10px 17px !important
    }
    .book_form .button-section .controls .btn {
        width: 100%;
        text-align: center !important
    }
}

@media screen and (max-width:374px) {
    .offer-marquee .box .box-inner {
        width: 150px
    }
    .tab-content .btn-group .btn {
        padding: 10px 10px
    }
    .top-colum .left-box ul li {
        font-size: 15px !important;
    }
}

@media screen and (min-width:320px) {
    .tours-section .box .text-box .btn-group .btn {
        font-size: 14px;
        padding: 10px 15px;
        margin-left: 4px
    }
    .tours-section .box .text-box .title-box {
        margin-bottom: 0;
        margin-top: 14px
    }
}