@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;900&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 26px;
    overflow-x: hidden !important;
    width: 100%;
}

h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
}

.nav-bg {
    background: #fefffe;
}

.navbar>.container-fluid {
    display: block;
}

.navbar-brand {
    display: flex !important;
    position: relative !important;
    /* position: absolute;
    padding: 0;
    z-index: 2; */
}

.navbar {
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.phone-no {
    padding: 1.4rem 1rem;
    display: inline-block;
}

.contact-top-wrapper {
    background-color: #a3da21;
    height: 100%;
    /* width: 55% !important */
}

.nav-link {
    /* padding: 1.4rem 0.7rem !important; */
    color: rgb(34, 105, 67) !important;
    font-weight: 600;
    text-transform: uppercase;
}

.phone-no {
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    margin-top: 29px;
}

.no-padding-right {
    padding-right: 0;
}

.single-exp {
    position: relative;
}

.exp-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.exp-days {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 5px;
}

.exp-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
    margin: 5px 0px 0px 0px;
    text-transform: uppercase;
    border-top: 2px solid #fff;
    padding-top: 5px;
}

.single-exp .btn {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    right: 30px;
}

.single-exp:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}


/* Slider */

#slide-show {
    height: calc(100% - 69px);
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.slide-text {
    font-size: 20px;
    color: #fff;
}

.slide-text b {
    font-weight: 400;
}

.slide-text h2 {
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 51px;
    letter-spacing: -0.1px;
    margin-bottom: 15px;
}

.sly-text {
    padding-bottom: 70%;
}

.slide-txt2-upside {
    margin-top: -20px;
}

.slidex {
    opacity: 0;
    transition: opacity 1.3s;
    z-index: -1;
}

.activx {
    opacity: 1;
}

.slideshow-nav {
    position: absolute;
    width: 100%;
    font-size: 30px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
}

.previousx {
    float: left;
}

.nextx {
    float: right;
}

.bg1,
.bg2,
.bg3,
.bg4,
.bg5,
.bg6 {
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 75%;
}

.bg1 {
    background-image: linear-gradient(180deg, #00401bc9, hsla(0, 0%, 100%, 0)), url("../img/slider/bg1.jpg");
}

.bg2 {
    background-image: linear-gradient(180deg, #00401bc9, hsla(0, 0%, 100%, 0)), url("../img/slider/bg2.jpg");
}

.bg3 {
    background-image: linear-gradient(180deg, #00401bc9, hsla(0, 0%, 100%, 0)), url("../img/slider/bg3.jpg");
}

.bg4 {
    background-image: linear-gradient(180deg, #00401bc9, hsla(0, 0%, 100%, 0)), url("../img/slider/bg4.jpg");
}

.bg5 {
    background-image: linear-gradient(180deg, #00401bc9, hsla(0, 0%, 100%, 0)), url("../img/slider/bg5.jpg");
}

.bg6 {
    background-image: linear-gradient(180deg, #00401bc9, hsla(0, 0%, 100%, 0)), url("../img/slider/bg8.jpg");
}

.slider-center {
    position: absolute;
    width: auto;
    left: 5%;
    background-color: transparent;
    top: 53%;
    transform: translateY(-50%);
    text-align: left;
    letter-spacing: 2px;
    width: 660px;
}

#slide-show .nav-link {
    transition: all 0.4s;
    padding: 15px;
    color: #fff;
    opacity: 0.2;
    font-size: 40px;
}

#slide-show .nav-link:hover {
    opacity: 1;
}

#slide-show .arrow a {
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #fff;
    transition: all 0.4s;
    cursor: pointer;
    font-size: 80px;
    padding: 0 0 20px 0;
    opacity: 0.2;
}

#slide-show .arrow a:hover {
    color: #999;
    font-size: 100px;
    opacity: 0.8;
}

.slide-txt1 {
    font-weight: 100;
    font-size: 4vw;
    opacity: 0.5;
    line-height: 2rem;
    padding-left: 12px;
}

.slide-txt2 {
    padding-left: 9px;
    font-weight: 700;
    opacity: 0.5;
    font-size: 2vw;
}

.btn-common {
    width: 80%;
    display: block;
    background: #a3da21;
    color: white;
    padding: 10px 0;
    border-radius: 2px;
    font-weight: 600;
}


/* Hamburger menu */

.right-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 45px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
    background: white;
}


/* .body-wrapper{
  margin-right: 44px;
} */

.button_container {
    position: relative;
    height: 70px;
    width: 45px;
}

.button_container:after {
    content: '';
    position: absolute;
    height: 70px;
    background-color: #2f3640;
    width: 46px;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sidebar-menu {
    padding-top: 5px;
    text-align: center;
}

.right-img {
    padding: 6px 0;
    border-bottom: 1px solid #431e5d;
}

.no-border {
    border: 0;
}

.exp-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 60px;
    background: #056325;
    color: white;
}

.slide-text .btn-common {
    display: none;
}

.bg-black {
    background-color: black;
}

.no-padding {
    padding: 0;
}

.exp-wrapper p {
    margin-bottom: 0;
    font-size: 14px;
}

.sr-right {
    padding: 77px 72px;
    background: #e8f8f9;
}

.button_container.active .top {
    transform: translateY(3px) translateX(0) rotate(45deg);
    background: #FFF;
}

.button_container.active .middle {
    opacity: 0;
    background: #FFF;
}

.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #FFF;
}

.button_container span {
    background: #fff;
    border: none;
    height: 2px;
    width: 70%;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    transition: all 0.35s ease;
    cursor: pointer;
    margin: 0 auto;
}

.button_container span:nth-of-type(2) {
    top: 35px;
}

.button_container span:nth-of-type(3) {
    top: 42px;
}

.btn-common-red {
    background: #ffa92d;
}

.overlay {
    position: fixed;
    background: #2f3640;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 3;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
}

.overlay.open li:nth-of-type(5) {
    animation-delay: 0.55s;
}

.overlay.open li:nth-of-type(6) {
    animation-delay: 0.6s;
}

.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: 400;
    text-align: center;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    padding: 30px 0;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.exp-wrapper span {
    font-size: 25px;
}

.exp-wrapper h3 {
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 16px;
    font-weight: 600;
}


/* .navbar-brand img {
    transition: width 0.4s ease-in-out;
    width: 100%;
} */


/* .nav-link-wrapper.out .navbar-brand img {
    width: 150px;
} */

.exp-slider a {
    display: block;
    position: relative;
}

.exp-slider a:hover h3 {
    opacity: 1;
}

.exp-slider h3 {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
    color: #fff;
    z-index: 1;
    font-size: 24px;
    text-transform: uppercase;
}

.exp-slider a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: all 0.3s ease;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
}

.exp-slider a:hover:after {
    visibility: visible;
    opacity: 0.6;
}

.sl-map {
    padding: 85px 0 95px;
    background-image: url('../img/lanka-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.popular-tours-wrapper {
    background-image: url('../img/main-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 115px 0;
    position: relative;
}

.popular-tours-wrapper:before {
    position: absolute;
    content: '';
    background: #00000087;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.popular-places a {
    display: block;
    background-color: white;
    padding: 15px;
    text-decoration: none;
    color: inherit;
    margin-bottom: 25px;
}

.sl-map-content p {
    line-height: 26px;
    margin-bottom: 12px;
}

.sl-map-content h3 {
    font-size: 5rem;
    font-weight: 700;
}

.sl-map-content h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 27px;
}

.btn-read-more {
    background-color: #056325;
    color: white;
    padding: 7px 26px;
    border-radius: 0;
}

.btn-read-more:hover {
    color: white;
}

.exp-slider img {
    height: 230px;
    object-fit: cover;
}

.popular-tours {
    text-align: center;
    position: relative;
    z-index: 2;
}

.services {
    padding: 100px 0;
}

.service-b-left {
    width: 40%;
}

.service-b-right {
    width: 60%;
    padding: 35px;
}

.service-b-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.service-b-right h4 {
    margin-bottom: 20px;
    font-size: 1.45rem;
    border-bottom: 2px solid #a3da21;
    display: inline-block;
}

.service-b-right p {
    margin-bottom: 15px;
}

.btn-readmore {
    background: #056325;
    color: white;
    border-radius: 0;
}

.services h3 {
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.service-box {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.popular-tours-wrapper h3 {
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    margin-bottom: 45px;
}

.service-box-mb {
    margin-bottom: 25px;
}

.popular-tours p {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    color: white;
    margin-bottom: 40px;
}

.popular-tours h4 {
    font-size: 17px;
    margin: 14px 0 0;
    font-weight: 700;
}

.popular-tours .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 34%;
    left: -27px;
    display: block !important;
    border: 0px solid black;
    color: white !important;
    font-size: 34px !important;
}

.popular-tours .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 34%;
    right: -24px;
    display: block !important;
    border: 0px solid black;
    color: white !important;
    font-size: 34px !important;
}

.popular-tours .owl-prev span,
.popular-tours .owl-next span {
    font-size: 62px;
    color: #ccc;
}

.exp-wrapper-main {
    text-align: center;
    padding: 100px 0;
}

.exp-wrapper-main h3 {
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 72px;
}

.exp-wrapper-icons h4 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 45px;
    font-weight: 700;
    line-height: 27px;
}

.icon-wrapper-exp img {
    width: 240px !important;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block !important;
}

.testimonials-main {
    padding: 85px 0;
    background: #2f3640;
    color: white;
}

.testimonials-main h3 {
    font-size: 2.8rem;
    font-weight: 700;
    text-transform: uppercase;
    /* margin-bottom: 72px; */
}


/* .single-testimonial{
  width: 80%;
  margin: 0 auto;
} */

.single-testimonial img {
    border-bottom-right-radius: 16px;
    width: 100% !important;
}

.all-testimonials .owl-dots {
    text-align: left;
}

.all-testimonials .owl-dots .owl-dot.active span,
.all-testimonials .owl-dots .owl-dot:hover span {
    background: #a3da21;
}

.single-testimonial h4 {
    margin-bottom: 2px;
}

.single-testimonial span {
    font-size: 14px;
}

.footer-contact p {
    margin-bottom: 18px;
    margin-right: 38px;
    display: flex;
    align-items: center;
}

.social-icons {
    margin-top: 15px;
}

.contact-box {
    padding-right: 30px;
}

.footer-contact {
    margin-top: 32px;
    font-size: 18px;
    flex-direction: column;
}

.footer-contact p i {
    font-size: 25px;
    padding-right: 10px;
    color: #3cacde;
}

.footer-bg h3 {
    margin-bottom: 24px;
    font-weight: 800;
}

.copyright {
    padding: 25px 0 0;
    margin-top: 55px;
    border-top: 1px solid #ddd;
    font-size: 15px;
    font-weight: 500;
}

.copyright a {
    color: #a3da21;
    padding-right: 21%;
}

.social-icons img {
    height: 47px;
    padding-right: 13px;
}

.footer-bg {
    background-image: url(../img/01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 85px 0 85px;
}

.days-count {
    width: 50%;
    background: #ffa92d;
    padding: 8px 18px;
    text-align: center;
    border-bottom: 4px solid #e59624;
}

.single-tour-wrapper {
    padding: 85px 0 25px;
}

.day-block-header h3 {
    font-size: 2.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.day-block-header p {
    font-size: 2.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
    border-bottom: 4px solid #ffa92d;
    display: inline-block;
    line-height: 36px;
}

.day-block-desc p {
    margin-bottom: 8px;
}

.day-block-desc p:last-child {
    margin-bottom: 0;
}

.day-block-img img {
    width: 100%;
}

.plr-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.day-block-img .row {
    margin-left: -2px;
    margin-right: -2px;
}

.day-block-img {
    margin-top: 35px;
}

.day-block {
    margin-bottom: 85px;
}


/* .footer-bg:before {
  position: absolute;
  content: '';
  background: #00000087;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
} */

.footer-lg {
    background: white;
    padding: 24px 16px;
}

#sub-page {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.sub-1 {
    background-image: url(../img/sub.jpg);
}

.sub-2 {
    background-image: url(../img/sub-1.jpg);
}

.sub-3 {
    background-image: url(../img/sub-2.jpg);
}

.sub-4 {
    background-image: url(../img/tours.jpg);
}

.sub-5 {
    background-image: url(../img/tours5.jpg);
}

.sub-6 {
    background-image: url(../img/m4.jpg);
}

.sub-7 {
    background-image: url(../img/bg5.jpg);
}

.sub-8 {
    background-image: url(../img/s2.jpg);
}

.sub-9 {
    background-image: url(../img/Taior-Made.jpg);
}

.masonry {
    columns: 2;
    column-gap: 0;
}

.before-grid {
    position: absolute;
}

.masonry .grid {
    display: inline-block;
    position: relative;
    /* padding: 20px; */
}

.masonry .grid:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.masonry .grid img {
    width: 100%;
    /* border-radius: 15px; */
}

.masonry .grid__tag img {
    width: auto;
}

.masonry .grid__title {
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
    margin: 5px 0px 0px 0px;
    text-transform: uppercase;
    border-top: 2px solid #fff !important;
    padding-top: 5px;
}

.masonry .grid__author {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 5px;
}

.masonry .grid__link {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.masonry .grid__body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 30px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.masonry .grid__body img {
    height: 27px;
    filter: brightness(0) invert(1);
    width: auto;
}

.about-wrapper {
    padding: 62px;
}

.about-header {
    text-transform: uppercase;
}

.about-header span {
    font-size: 22px;
    font-weight: 600;
    color: #dc3626;
}

.about-header h3 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 16px;
}

.about-right {
    color: white;
    flex-direction: column;
    justify-content: center;
    padding: 62px;
    background-image: url('../img/about-bg.jpg');
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 2;
}

.stat-wrap-right p {
    font-weight: 300;
    font-size: 16px;
}

.stat-wrap-right h4 {
    margin-bottom: 15px;
}

.our-team {
    padding: 100px 0;
}

.team div {
    border: 1px solid #eee;
    padding: 21px;
}

.stat-div {
    margin-bottom: 62px;
}

.team {
    text-align: center;
}

.team p {
    margin-bottom: 0;
    margin-top: 15px;
}

.team span {
    color: #9ca3a3;
}

.stat-sec {
    /* background-image: url('../img/beach.jpg'); */
    background-size: cover;
    padding: 115px 0 80px;
    position: relative;
    z-index: 2;
}

.about-right:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2f3640;
    z-index: -1;
}

.stat-left {
    padding-right: 15px;
    width: 70px;
}

.stat-left img {
    width: 100%;
}

.stat-single {
    color: #fff;
    background: #3cacde;
    padding: 25px;
}

.stat-right p:first-child {
    color: #ffffff;
    display: block;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    margin: 0;
}

.stat-right {
    border-left: 1px solid #fff;
    padding-left: 15px;
}

.stat h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.stat-wrap-left {
    padding-right: 30px;
}

.stat-box-main {
    display: flex;
}

.stat-box-main {
    padding-bottom: 30px;
}

.stat-wrap-left img {
    filter: invert(71%) sepia(13%) saturate(7499%) hue-rotate(167deg) brightness(93%) contrast(86%);
}

.contact {
    height: auto !important;
    padding-top: 71px;
}

.contact iframe {
    margin-top: -103px;
    margin-bottom: -8px;
}

.stat-sec:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e8f8f9;
    z-index: -1;
}

.logo-sec img {
    width: 65%;
}

.logos {
    padding: 50px 0;
}

.contact-left {
    padding: 75px;
}

.contact-left h3,
.contact-right h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.contact-right {
    padding: 75px 25px;
}

.contact-left .form-control {
    border-radius: 0
}

.contact-box p span {
    display: block;
}

.contact-box p span:first-child {
    font-weight: 700;
}

.popular-places img {
    width: 100%;
}

.mb-30 {
    margin-bottom: 85px;
}

.single-feature {
    text-align: center;
}

.single-feature p.sub-d {
    margin-bottom: 2px;
    margin-top: 25px;
    font-size: 1.2rem;
    font-weight: 700;
}

.single-feature img {
    width: 80px;
}

.exp-slider .owl-prev,
.exp-slider .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

.exp-slider .owl-prev span,
.exp-slider .owl-next span {
    font-size: 59px;
    color: #fff;
}

.exp-slider .owl-prev {
    left: 6px;
}

.exp-slider .owl-next {
    right: 6px;
}

.exp-slider .owl-prev i,
.exp-slider .owl-next i {
    color: #fff;
}

.attraction-wrap {
    padding: 100px 0 50px;
}

.attr1 p {
    margin-bottom: 30px;
}

.attr1 h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.attr1 {
    padding-bottom: 75px;
}

.services-wrap h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.services-wrap {
    padding: 65px 0 0;
}

.sr-header p {
    width: 56%;
    margin: 0 auto;
}

.services-content {
    display: flex;
}

.sr-left,
.sr-right {
    width: 50%;
}

.sr-header {
    padding-bottom: 65px;
}

.sr-left {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.sr-1 {
    background-image: url(../img/s1.jpg);
}

.sr-2 {
    background-image: url(../img/s2.jpg);
}

.sr-3 {
    background-image: url(../img/s3.jpg);
}

.sr-4 {
    background-image: url(../img/s4.jpg);
}

.sr-5 {
    background-image: url(../img/u-1.jpg);
}


/* -----------new---------------------- */

.tour-header {
    color: #ffffff !important;
}

.tour-header2 {
    color: #ffffff !important;
    font-size: 25px !important;
}

.a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.ptext {
    text-align: justify;
}


/* ------------nav bar---------------------------------------------------- */


/* Style the navigation menu */

.mnav {
    margin-left: 0;
}

.mnav.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}


/* Hide the links inside the navigation menu (except for logo/home) */

.mnav.topnav #myLinks {
    display: none;
}


/* Style navigation menu links */

.mnav .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}


/* Style the hamburger menu */

.mnav.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}


/* Add a grey background color on mouse-over */

.mnav.topnav a:hover {
    background-color: #ddd;
    color: black;
}


/* Style the active link (or home/logo) */

.mnav .active {
    background-color: #04AA6D;
    color: white;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (min-width: 375px) and (max-width: 768px) {
    .navbar-brand {
        position: relative !important;
    }
    .navbar-brand img {
        transition: width 0.4s ease-in-out;
        width: unset !important;
    }
    .mobtext {
        font-size: 15px !important;
    }
    .contact-top-mob {
        padding-left: 0% !important;
    }
    .moblogo {
        visibility: visible;
    }
    .deslogo {
        display: none !important;
        visibility: hidden !important;
    }
    .phone-no-mob {
        margin-top: 0% !important;
    }
}

.grid-1:hover {
    cursor: pointer;
}

.grid-5:hover {
    cursor: pointer;
}

.grid-9:hover {
    cursor: pointer;
}

.grid-6:hover {
    cursor: pointer;
}


/* ----------mobile------------------------------- */

.service-ml {
    padding-left: 50px !important;
    padding-right: 80px !important;
    padding-bottom: 10px !important;
    font-size: 13px !important;
}

@media only screen and (min-width: 375px) and (max-width: 575px) {
    #m-grid {
        visibility: visible;
    }
    #d-grid {
        display: none;
        visibility: hidden;
    }
    #m-tour-packages {
        visibility: visible;
    }
    #d-tour-packages {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (min-width: 575px) and (max-width: 767px) {
    #m-grid {
        visibility: visible;
    }
    #d-grid {
        display: none;
        visibility: hidden;
    }
    #m-tour-packages {
        visibility: visible;
    }
    #d-tour-packages {
        display: none;
        visibility: hidden;
    }
    #mservice {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #m-grid {
        display: none;
        visibility: hidden;
    }
    #d-grid {
        visibility: visible;
    }
    #m-tour-packages {
        visibility: visible;
    }
    #d-tour-packages {
        display: none;
        visibility: hidden;
    }
    .m-tour-pack {
        /* padding-left: 100px !important; */
        padding-right: 50% !important;
    }
    .m-tour-pack2 {
        /* padding-left: 100px !important; */
        padding-left: 10% !important;
    }
    .m-tour-pack3 {
        padding-right: 10%;
    }
    .navbar-brand {
        position: relative !important;
    }
    .navbar-brand img {
        transition: width 0.4s ease-in-out;
        width: unset !important;
    }
    .contact-top-mob {
        padding-left: 0% !important;
    }
    .moblogo {
        visibility: visible;
    }
    .deslogo {
        display: none !important;
        visibility: hidden !important;
    }
    #mservice {
        display: none;
        visibility: hidden;
    }
    .tableft {
        padding-left: 80% !important;
    }
    .phone-no-mob {
        margin-top: 0% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #m-grid {
        display: none;
        visibility: hidden;
    }
    #d-grid {
        visibility: visible;
    }
    #m-tour-packages {
        display: none;
        visibility: hidden;
    }
    #d-tour-packages {
        visibility: visible;
    }
    .moblogo {
        display: none !important;
        visibility: hidden !important;
    }
    .deslogo {
        visibility: visible;
    }
    #mservice {
        display: none;
        visibility: hidden;
    }
    .fsize {
        font-size: 10px !important;
    }
    .gtranslate {
        margin-top: 3%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 2000px) {
    #m-grid {
        display: none;
        visibility: hidden;
    }
    #d-grid {
        visibility: visible;
    }
    #m-tour-packages {
        display: none;
        visibility: hidden;
    }
    #d-tour-packages {
        visibility: visible;
    }
    .moblogo {
        display: none !important;
        visibility: hidden !important;
    }
    .deslogo {
        visibility: visible;
    }
    #mservice {
        display: none;
        visibility: hidden;
    }
    .gtranslate {
        margin-top: 3%;
    }
}

.text-deco {
    text-decoration: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .navbar-brand {
        position: relative !important;
    }
    .navbar-brand img {
        transition: width 0.4s ease-in-out;
        width: unset !important;
    }
    .tableft {
        padding-left: 80% !important;
    }
}

.foot {
    font-size: 12px !important;
    color: #000 !important;
}

@media only screen and (min-width: 275px) and (max-width: 540px) {
    #mservice {
        visibility: visible;
    }
    #dservice {
        display: none;
        visibility: hidden;
    }
    #d-tour-packages {
        display: none;
        visibility: hidden;
    }
    .moblogo {
        visibility: visible;
    }
    .deslogo {
        display: none !important;
        visibility: hidden !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1249px) {
    .fsize-2 {
        font-size: 9px !important;
    }
}

.pl {
    padding-left: 48% !important;
}

div::-webkit-scrollbar {
    display: none;
}

html,
body {
    overflow-x: hidden;
}

body {
    position: relative
}

.navbar {
    position: sticky;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.scrolled {
    position: relative !important;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}