/* ===================header Start */
body {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Lobster", sans-serif;

}

.container {
    /* width: 1300px; */
    /* margin: 0 auto;
    padding: 0; */
}

.container-fluid {
    width: 1320px;

}

img {
    width: 100%;
}
h2, h3, h4, h5, h6{
    /* font-family: LC Sac Trial !important; */
    font-family: "Lobster", sans-serif;
}
header {
    /* position: absolute; */
    top: 0;
    z-index: 111;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 0 0;
}
header .navbar-brand {
    width: 20%;
}
header .navbar-brand .logo {
    width: 70%;
}

header .navbar {
    padding: 0;
}

header .navbar .nav-item {}
header .navbar .nav-item.dropdown{}
header .navbar .nav-item.dropdown .dropdown-menu{
    background: #000;
    width: 170px;
    border-radius: 0;
    padding: 0;
    top: 27px;
    left: 21px;
}
header .navbar .nav-item.dropdown .dropdown-menu li{}
header .navbar .nav-item.dropdown .dropdown-menu li a{}
header .navbar .nav-item.dropdown .dropdown-menu li a.dropdown-item{
    color: #fff;
    font-size: 17px;
}
header .navbar .nav-item.dropdown .dropdown-menu li a.dropdown-item:hover{
    color: #000;
	font-weight:bold;
}
header .navbar .nav-item .phone {}

header .navbar .nav-item .phone .phone-num {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #5d5d5d;
    font-weight: 500;
}

header .navbar .nav-item .phone img {
    width: 22px;
    margin-right: 6px;
}

header .navbar .nav-item .phone .p-icon {}

header .navbar .nav-item .my-account {}

header .navbar .nav-item .nav-link {
    padding: 0px 22px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}

header .navbar .nav-item .nav-link img {
    width: 22px;
    margin-right: 6px;
}
.navbar-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

/* ===================header end */
/* ============banner start */
.banner-area {
    position: relative;
}
.banner-area .content{
    width: 40%;
    margin-right: auto;
    position:relative;
    display: block;
}
.banner-area .content:before{
	content:'';
	position:absolute;
	background-color: #0000004f;
	width: 100%;
	height: 100%;
	z-index: -1;
	backdrop-filter: blur(3px);
}
.banner-area .content h2{
    padding: 20px 20px 10px;
    color: #fff;
    font-size: 72px;
    font-family: sans-serif;
    font-weight: bold;
}
.banner-area .content p{
    color: #fff;
    font-size: 19px;
    width: 100%;
    padding: 0 20px 20px;
}
.single-banner-slide {
    height: 80vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.banner-area .single-text {
    /* position: absolute;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; */
}

.banner-area .single-text span {
    /* color: #fff; */
    text-transform: uppercase;
    font-weight: 600;
}

.banner-area .single-text h2 {
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 60px;
    font-weight: 900;
    /* font-family: 'Raleway', sans-serif; */
    padding-bottom: 10px;
}

/* .banner-area .single-text::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: -1;
	width: 100%;
	height: 100%;
} */
.banner-area .single-text p {
    color: #fff;
    font-size: 15px;
    /* max-width: 50%; */
    /* margin: 0 auto; */
    text-align: center;
}

.banner-area .single-text a {
    color: #000;
    /* background: #fff; */
    /* padding: 10px 45px; */
    /* border-radius: 100px; */
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    margin-top: 30px;
    transition: 0.3s;
}
::placeholder {
    color: red;
    opacity: 1; /* Firefox */
  }

.input-box .area_list ul li:hover {
    /* color: #fff; */
    background: #d6d6d6;
}

.owl-dots {
    display: none !important;
}

.single-text-cover {
    position: relative;
    width: 65%;
    line-height: 1.7;
    /* text-align: center; */
}

/* .single-text{}
.single-text span{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;

} */
 .top-header{
    background: #201f1f;
    padding: 10px 0;
}
 .top-header .top-rt-wrap{
    display: flex;
    align-items: center;
}
 .top-header .social-icons{}
 .top-header .social-icons{
    margin: 0 5px;
}
 .top-header .social-icons a{
    padding: 0 4px;
}
 .top-header .social-icons a i{
    color: #fff;
    font-size: 17px;
}
 .top-header .contact-number{}
 .top-header .contact-number a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
 .top-header .top-left-email{
    display: flex;
    justify-content: right;
    align-items: center;
}
 .top-header .top-left-email a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.input-wrap {
    position: absolute;
    top: 35%;
    width: 100%;
    right: 35px;
    z-index: 10;
    height: 48px;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
    display: flex;
    margin: 0 auto;
    z-index: 999;
}
.input-wrap .container{
position: relative;
}

.input-box {
    position: absolute;
    right: 0;
    width: 55%;
    display: flex;
    height: 50px;
    align-items: center;
}

.input-box i,
.input-box .button {
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.input-box i {
    left: 11px;
    font-size: 22px;
    color: #000000;
    position: absolute;
    top: 15px;
}

.input-box input {
    height: 100%;
    width: 100%;
    outline: none;
    font-size: 16px;
    background: #ffffffdb;
    font-weight: 400;
    color: #000000;
    border: none;
    padding-left: 40px;
    border: 1px solid white;
    /* margin-right: 12px; */
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.input-box input::placeholder{
	color:#606060;
}
.input-box .area_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    color: white;
    position: absolute;
    top: 47px;
    background: #fff;
    width: 81.2%;
}

.input-box .area_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
    max-height: 160px;
    height: 160px;
}

.input-box .area_list ul>.area_list_title {
    font-weight: 500;
    font-size: 15px;
    color: #b90000;
    padding: 3px 3px 5px 10px;
    background: #f4f4f4;
}

.input-box .area_list ul li {
    display: block;
    text-align: left;
    cursor: pointer;
    color: #565656;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 12px 3px 30px;
}
.input-box .area_list ul li a {text-decoration: none;color: #484848;}

ul.area_list li {
    cursor: pointer;
    overflow: hidden;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    border-bottom: #d0d0d0 1px solid;
    color: #000;
    font-size: 13px;
    padding: 4px 0px;
    font-size: 11px;
}

.input-box .button {
    /* right: 20px; */
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: none;
    padding: 15px 32px;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #f70505;
    cursor: pointer;
    margin-left: -8px;
}

.input-box .button.clicked {
    transform: translateY(-50%) scale(0.98);
}

::placeholder {
    color: #ffffff;
}

/* Responsive */
@media screen and (max-width: 500px) {
    .input-box {
        height: 50px;
        margin: 0 0;
    }

    .input-box i {
        left: 12px;
        font-size: 25px;
    }

    .input-box input {
        padding: 0 112px 0 50px;
    }

    .input-box .button {
        right: 12px;
        font-size: 14px;
        padding: 8px 18px;
    }
}


/* ============banner end */
/* about section start==========*/

.home-about {
    position: relative;
    padding: 70px 0 0px;

}

.home-about .info-block {
    margin-bottom: 12px;
    width: 30%;
}

.home-about .info-block .inner {}

.home-about .info-block .inner h5 {
    color: #0e9325;
    font-size: 14px;
}

.home-about .info-block .inner img {
    width: 55px;
}

.home-about .info-block .inner .title {
    font-size: 15px;
    margin-top: 14px;
}

/* @media(max-width: 575.98px) {
    .home-about {
        padding-top:80px
    }
} */

.home-about .content-column {
    position: relative;
    margin-bottom: 50px;
    z-index: 1
}

.home-about .content-column .inner-column {
    position: relative;
    margin-right: 13px;
}

.home-about .content-column .inner-column .sec-title {
    margin-bottom: 38px
}

.home-about .content-column .inner-column .sec-title .sub-title {
    color: red;
    font-size: 32px;
    font-family: 'Dancing Script', cursive;
    font-weight: 600;
}


.home-about .content-column .inner-column .sec-title .sub-title::before {
    display: none
}

.home-about .content-column .inner-column .sec-title h2 {
    font-weight: 700;
}


.inner_bg{
    width: 100%;
    position: relative;
}
.inner_bg img{
    object-fit: cover;
    height: 350px;
}
.inner_content{
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
    background: #fff;
    display: block;
    height: 270px;
    top: 0;
    left: 0;
    right: 0;
}
.inner_content .about_content{
   width: 70%;
   padding: 50px 40px;
   margin: 0 auto;
   position: absolute;
   background: #fff;
   display: block;
   top: -100px;
   left: 0;
   right: 0;
   z-index: 1000;
}
.inner_content .about_content .inner_title{
    text-align: center;
    padding: 20px 0;
}
.inner_content .about_content .inner_title h2{
    font-size: 46px;
}
.inner_content .about_content p{}

@media(max-width: 1199.98px) {
    .home-about .content-column .inner-column .sec-title h2 {
        font-size: 40px;
        line-height: 50px
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {

    .owl-carousel .owl-stage-outer {
        padding-top: 20px;
    }

    .offer-section .offer-entry {
        padding-top: 20px;
    }
}

.home-about .content-column .inner-column .sec-title .text {
    margin-top: 40px;
    font-size: 12px;
    font-weight: 500;
    /* color:#aa8453; */
    line-height: 1.8;
    margin-right: 50px;
}

.home-about .image-column {
    position: relative;
    margin-bottom: 0;
}

.home-about .image-column .inner-column {
    position: relative;
    padding-left: 20px;
    padding-bottom: 117px;
    text-align: right;
}

@media(max-width: 991.98px) {
    .home-about .image-column .inner-column {
        text-align: center
    }
}


.home-about .image-column .image-1 {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 0
}

.home-about .image-column .image-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 30px;
    height: 250px;
}

.home-about .image-column .image-1 img {
    width: 100%
}

.home-about .image-column .image-2 {
    position: absolute;
    left: -25px;
    bottom: 54px;
    margin-bottom: 0;
}


.home-about .outer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: space-between; */
    /* margin-right: 80px; */
}

/* about section end==========*/

.ind-dest {
    padding-bottom: 50px;
}
.ind-dest.international-tour-package {
position: relative;
background: #ffffff;
padding: 50px 0;
}



.ind-dest .owl-carousel .owl-nav {
    position: absolute;
    top: -60px;
    width: 90px;
	right:0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ind-dest .owl-carousel .owl-nav .owl-prev{     
    width: 40px;
    height: 30px;
    background: #0000004f;
    color: #ffffff;
}

.ind-dest .owl-carousel .owl-nav .owl-prev i {
    display: block;
    line-height: 0;
}

.ind-dest .owl-carousel .owl-nav .owl-next{     
    width: 40px;
    height: 30px;
    background: #0000004f;
    color: #ffffff;
}

.ind-dest .owl-carousel .owl-nav .owl-next i {
    display: block;
    line-height: 0;
}


.ind-dest .title-head {
    /* text-align: center; */
    margin: 20px 0px;
}

.ind-dest .title-head h3 {
    font-weight: bold;
    position: relative;
    color: #000000;
    font-family: sans-serif;
    font-size: 30px;
}

.ind-dest .title-hea h3 {
    font-weight: 700;
    position: relative;
    color: #000000;
}
.ind-dest .title-head.head-white h3 {
    font-weight: 700;
    position: relative;
    color: #000000;
}

.ind-dest .title-head h3::after {
    content: "";
    width: 110px;
    height: 2px;
    background: #00719b;
    position: absolute;
    bottom: -10px;
    left: 55px;
    transform: translateX(-50%);
}

.ind-dest .title-head h3 span {
    color: #f70505;
}


.box-b {
    text-align: center;
    padding: 10px;
    cursor: pointer;
    height: auto;
    position: absolute;
    /* box-shadow: 0 0px 15px #9c9c9c; */
    background: #000000;
    background: linear-gradient(0deg, rgb(15 118 115) 27%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    height: 40%;
    padding-top: 22%;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 7px;
}

.international-package-price-box {
    padding: 10px 10px;
    cursor: pointer;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px 10px;
    z-index: 99;
    text-align: center;
    background: none;
}
.international-package-price-box h3{
    font-size:  25px !important;
    color: #fff !important;
    margin: 0;
}
.international-package-price-box p{
    color: #fff;
}
.international-package-price-box .img-item{
    position: relative;
    overflow: hidden;
}
.international-package-price-box a{
    text-decoration: none;
}
.opacity{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #00000047;
    background: #000000;
    background: linear-gradient(0deg, rgb(0 0 0 / 77%) 8%, rgba(0, 0, 0, 0) 30%);
    z-index: 99;
}
.img-item{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.img-item img{
height: 375px;
min-height: 375px;
}
.box-b p.duration{}
.box-b p .price{
    color: #ffffff;
}
.box-b p.amenities{
    color: #ffffff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 11px;
}
.box-b p.amenities span{
    margin: 0 5px;
    display: flex;
    justify-content: space-between;
    width: 25%;
    align-items: baseline;
    font-size: 11px;
}
.box-b p.amenities i{
    color: #ffffff;
    margin-right: 4px;
}

.box-b .box-img {
    margin-bottom: 15px;
}
.best-selling-tag{

position: absolute;

top: 15px;

right: -7px;

color: #fff;

background: #e51919;

font-size: 11px;

padding: 5px 21px;

border-radius: 17px;
}

.staff .box-img img {
    height: 145px;
    width: 145px;
    margin: auto;
    border-radius: 90px;
}

.box-b h3 {
    margin-bottom: 5px;
    font-size: 17px;
    color: #ffffff;
    text-shadow: 0 1px #000;
    font-family: sans-serif;
    font-weight: 700;
}

.box-b p {
    line-height: 1.4;
    font-size: 15px;
    color: #ffffff;
    /* text-align: center; */
    margin-bottom: 0px;
}

.owl-carousel .owl-item img {
    border-radius: 5px;
    object-fit: cover;
}


/* -=====offer section */
.offer-entry .opacity {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000004a;
}

.offer-section {
    /* padding: 54px 0; */
}

.offer-section .offer-entry {
    position: relative;
    border-radius: 23px;
    overflow: hidden;
    margin: 5px 0;
}

.offer-section .offer-entry img {

    object-fit: cover;

    height: 250px;

    width: 100%;
}

.offer-section .offer-entry .offer-entry-content {
    position: absolute;
    left: 5px;
    top: 52%;
    z-index: 999;
}

.offer-section .offer-entry .offer-entry-content h3 {
    color: white;
    font-size: 28px;
    font-weight: 800;
    margin: 0;
}

.offer-section .offer-entry .offer-entry-content p {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

/* .offer-section .offer-entry .offer-entry-content button{
	color: #004ab4;
	width: 122px;
	height: 35px;
	padding: 5px 10px;
	left: 0;

	border-radius: 5px;
	border: none;
	font-weight: 600;
} */

/* -=====offer section */

.ind-nxt-trip {
    position: relative;
    height: 900px;
    margin: 20px 0;
}
.ind-nxt-trip .container{
height: 100%;
}

/* .ind-nxt-trip .title-head {
    margin: 30px 0;
}

.ind-nxt-trip .title-head h3 {
    font-weight: 700;
    position: relative;
}

.ind-nxt-trip .title-head h3::after {
    content: "";
    width: 110px;
    height: 5px;
    background: rgb(255, 0, 0);
    position: absolute;
    bottom: -17px;
    left: 55px;
    transform: translateX(-50%);
}

.ind-nxt-trip .title-head h3 span {
    color: #f70505;
}

.ind-nxt-trip .next-trip {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.ind-nxt-trip .next-trip .opacity {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000063;
}

.ind-nxt-trip .next-trip-content {
    position: absolute;
    left: 15px;
    bottom: 20px;
}

.ind-nxt-trip .next-trip-content h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
}

.ind-nxt-trip .next-trip-content p {
    color: #fff;
}

.ind-nxt-trip .owl-nav {}

.ind-nxt-trip .owl-nav .owl-prev i {
    font-size: 16px;
    left: 6px;
    border-radius: 20px;
    height: 35px;
    width: 35px;
    background: #d1c9c9ad;
}

.ind-nxt-trip .owl-nav .owl-prev i:hover {
    border: 3px solid #a7f9e9;
    background: transparent;
    box-shadow: 1px 0px 6px #a7f9e9;
}

.ind-nxt-trip .owl-nav .owl-next i {
    font-size: 16px;
    left: 0px;
    border-radius: 20px;
    height: 35px;
    width: 35px;
    background: #d1c9c9ad;
}

.ind-nxt-trip .owl-nav .owl-next i:hover {
    border: 3px solid #a7f9e9;
    background: transparent;
    box-shadow: 1px 0px 6px #a7f9e9;
}

.ind-nxt-trip .owl-stage-outer .owl-stage {}

.ind-nxt-trip .owl-stage-outer .owl-stage .owl-item {}

.ind-nxt-trip .owl-stage-outer .owl-stage .owl-item .item .opacity {
    position: absolute;
    background: #0000002e;
    width: 100%;
    height: 300px;
    border-radius: 5px;
}

.ind-nxt-trip .owl-stage-outer .owl-stage .owl-item .item img {

}

.ind-nxt-trip .owl-stage-outer .owl-stage .owl-item .item .ind-nexttrip {
    padding: 16px 5px;
}

.ind-nxt-trip .owl-stage-outer .owl-stage .owl-item .item .ind-nexttrip h3 {
    font-size: 18px;
    font-weight: 900;
}

.ind-nxt-trip .owl-stage-outer .owl-stage .owl-item .item .ind-nexttrip p {
    font-size: 16px;
    font-weight: 400;
} */


.ind-nxt-trip .page-title {
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: start;
    padding: 35px 0;
    top: 15%;
    left: 3%;
}

.ind-nxt-trip .page-title .hearFrom{
    font-size: 57px;
    color: #4a4a4a;
    display: block;
    text-align: left;
    line-height: 35px;
}
.ind-nxt-trip .page-title .hearFrom .hear1{
    position: relative;
    color: #000;
}

.ind-nxt-trip .page-title .hearFrom .h3{
    font-size: 90px;
    line-height: 59px;
    color: #000000;
    text-align: right;
    margin: 18px 0 25px 0;
    display: block;
    position: relative;
}


.ind-nxt-trip .page-title .hearFrom .hearFromm{color: #00719b;}
.ind-nxt-trip .testi-block{

height: 100%;

width: 100%;

position: relative;

top: 0;
}
.ind-nxt-trip .testi-block .testi-content{

position: relative;

top: 54%;
}
.ind-nxt-trip .testi-block .testi-content .ratings{

}
.ind-nxt-trip .testi-block .testi-content .ratings i{

color: #ffa500;

padding: 10px 0;
}
.ind-nxt-trip .testi-block .testi-content h5{

margin: 0;

font-size: 45px;

color: #000000;
}
.ind-nxt-trip .testi-block .testi-content p{

margin: 0;

font-size: 16px;

padding: 0px 0;

color: #7e7e7e;
}
.ind-nxt-trip .testi-block .test-img{

width: 100%;

display: flex;

justify-content: end;

align-items: center;
}
.ind-nxt-trip .testimonial-carousel{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.ind-nxt-trip .testi-block .test-img img{
    padding: 15px;
    border: 1px solid #ccc;
    /* border-radius: 300px; */
    height: 600px;
    width: 433px;
}
.ind-nxt-trip .owl-nav{
display: none;
}



/* ====testimonial section */
.testimonial-owl {
    padding: 22px 0;
    margin: 25px 0px;
    /* background-image: url(../images/banner/banner-2.jpg); */
    background: #e4caca7a;
}

.testimonial-carousel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.testimonials-wrapper {
    width: 95%;
    max-width: 500px;
    margin: 0 auto
}

.testimonials-wrapper h4 {
    font-size: 12px;
    font-weight: 400;
    height: 130px;
    min-height: 150px;
    position: relative;
    padding: 37px 1px 4px 25px;
    color: #000;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 1px 10px 0 rgb(23 23 25 / 21%);
}

.testimonials-wrapper h4::before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 32px;
    color: #ff00002e;
    position: absolute;
    /* top: -15px; */
    /* left: -35px; */
    left: 15px;
    top: 2px;
}

.testimonials-blob,
.testimonials-img {
    border-radius: 100%
}

.testimonials-img {
    position: relative;
    left: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin-bottom: 14px;
    margin-left: -50px;
    box-shadow: 0 0 0 2px #ed9090;
    transition: all ease-out .5s;
    transform: translateY(-30%);
    filter: drop-shadow(2px 4px 6px black);
}

.testimonial-carousel .active .testimonials-img {
    transform: translateY(0);
    filter: brightness(1)
}

.testimonials-person-info {
    text-align: center;
    color: #000;
}

.testimonials-blob {
    position: relative;
    left: 80%;
    width: 3px;
    height: 3px;
    transform: rotate(45deg);
}

@keyframes anim {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff
    }

    50% {
        box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff
    }

    100% {
        opacity: 1;
        background: #fff;
        box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff
    }
}

.testimonial-carousel .active .testimonials-blob {
    transform-origin: 50% 50%;
    animation: anim linear .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.testimonial-carousel {
    overflow: hidden;
    cursor: grab;
}

.testimonial-carousel:active {
    cursor: grabbing
}

.testimonial-carousel .owl-item {
    overflow: hidden;
    transition: all ease-out .3s;
    transform: scale(.7);
    opacity: 0
}

.testimonial-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
    font-size: 13px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    padding: 0 10px;
    transition: all ease-out .25s;
    transform: translateY(-100%);
    opacity: 1;
    color: #fff;
    border-radius: 3px;
    background: #171719
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
    color: #fff;
    background: #615e6b
}

.testimonial-carousel .owl-prev {
    left: 0
}

.testimonial-carousel .owl-next {
    right: 0
}

/* .testimonial-carousel .owl-next.disabled,
  .testimonial-carousel .owl-prev.disabled {
	opacity: 0
  } */

.ind-nxt-rate {}

.ind-nxt-rate .rating {
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    padding: 0 18px;
}

.ind-nxt-rate .rating img {
    width: 20px;
    margin-right: 7px;
    margin-left: 4px;
}

/* .ind-nxt-rate .rating span{
    font-size: 20px;
} */
.ind-footer-top {
    padding: 30px 0;
}
.ind-footer .package-deals {

border-top: 1px solid #6f6d6d82;

border-bottom: 1px solid #515d76;

padding: 15px 0;
}
.ind-footer .package-deals h2{
	color: #ffffff;
	font-size: 24px;
	font-family: sans-serif;
}
.ind-footer .package-deals .package-deal{
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.ind-footer .package-deals .package-deal li{
	margin-right: 13px;
	padding: 11px 0;
	list-style: none;
}
.ind-footer .package-deals .package-deal li a{
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.ind-footer .package-deals .package-deal li a:hover{
	color: #55ff00;
	font-weight:400;
}
.ind-footer-top .inx-office {}

.ind-footer-top .inx-office span {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ind-footer-top .inx-office img {
    width: 25px;
    margin-right: 8px;
}

.ind-footer-top .inx-office h1 {
    font-size: 20px;
    font-weight: 900;
    margin: 0;
}

.ind-footer-top .inx-office p {
    font-size: 13px;
}

.ind-footer-top .inx-office a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #2d469b;
}

.ind-footer-top .inx-office .inx-off-icon {
    display: flex;
    width: 100%;
}

.ind-footer-top .inx-office .inx-off-icon img {
    width: 27px;
    margin-right: 15px;
}

/* ====testimonial section */

/* -==========group expert section */
.group-expert {}

.group-expert .group-title {}

.group-expert ul {
    list-style: none;
    line-height: 2;
    font-size: 13px;
    padding: 0;
}

.group-expert ul li {}

.group-expert .group-title h3 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 900;

}

.group-expert .group-title p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* -==========group expert section */

/* =============footer */
.ind-footer {
    background: #000000;
    padding: 30px 0 0 0;
}

.ind-footer img {
    width: 90%;
    padding-bottom: 13px;
}

.ind-footer h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.ind-footer p {
    font-size: 15px;
    padding: 19px 0;
    color: #ffffff;
}

.ind-footer .form-group {
    position: relative;
    width: 49%;
    display: inline-flex;
    margin-bottom: 0;
}

.ind-footer .btn {
    background: #b90000;
    padding: 8px 38px;
    color: #fff;
    font-weight: 500;
}

.ind-footer .btn:hover {
    background-color: #f4a543;
    /* color: white; */
}

.ind-footer .mob-phone {
    color: red;
    margin-top: -15px;
}

.ind-footer .form-group label {
    position: absolute;
    top: -9px;
    background: #ffffff;
    left: 0px;
    color: #b90000;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    border-radius: 3px;
}

.ind-footer .form-group input {
    padding: 14px 12px;
    margin-bottom: 18px;
    border-color: #b1b1b1;
    border-radius: 4px;
    font-size: 14px;
    background: #ffffff;
    color: #fff;
}

.ind-footer .form-group ::placeholder {
    color: #fff;
}

.ind-footer .footer-tab {
    margin-top: 20px;
}

.ind-footer .footer-tab h2 {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 18px;
    font-family: sans-serif;
}

.ind-footer .footer-tab ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    line-height: 1.8;
    display: flex;
}

.ind-footer .footer-tab ul span {
    color: #eedf0f;
}

.ind-footer .footer-tab ul li {
    margin-right: 18px;
}

.ind-footer .footer-tab ul li a {
    font-size: 15px;
    /* padding: 19px 0; */
    color: #ffffff;
    text-decoration: none;
    margin: 0;
}

.ind-footer .footer-tab ul li a:hover {
    color: #f9a749;
}

.ind-footer-mid {
    background: #000000;
    padding: 15px 0;
}

.ind-footer-mid .title-head {
    border-top: 1px solid #6f6d6d82;
    border-bottom: 1px solid #515d76;
    padding: 15px 0;
}

.ind-footer-mid .title-head h3 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 900;
    margin-bottom: 12px;
    font-family: sans-serif;
}

.ind-footer-mid .title-head p {
    font-size: 15px;
    padding: 12px 0;
    color: #ffffff;
    text-decoration: none;
}

.ind-footer-mid .title-head p span {
    font-size: 15px;
    font-weight: 700;
}

.ind-footer-bottom {
    background: #000000;
    padding: 6px 0;
}

.ind-footer-bottom .title-head {
}

.ind-footer-bottom .title-head p {
    font-size: 15px;
    padding: 19px 0;
    color: #ffffff;
    text-decoration: none;
    margin: 0;
}

.ind-footer-bottom .title-head ul {
    display: flex;
    list-style: none;
    font-size: 13px;
    margin: 0;
}

.ind-footer-bottom .title-head ul li {
    margin-right: 22px;
}

.ind-footer-bottom .title-head ul li a {
    text-decoration: none;
    font-size: 15px;
    /* padding: 19px 0; */
    color: #ffffff;
    text-decoration: none;
}

.ind-footer-bottom .title-head ul li a:hover {
    color: #f9a749;
    ;
}
.ind-footer .footer-logo {/* display: flex; *//* justify-content: end; *//* align-items: center; */width: 100%;}

/* =============footer */

.gallery-slider_wrapper {
    width: 100%;
    max-width: 768px;
    margin: auto;
}

.gallery-slider_wrapper .owl-theme .owl-nav {
    margin: 0;
}

.gallery-slider_wrapper .owl-theme .owl-nav [class*=owl-] {
    width: 30px;
    height: 120px;
    background: #ffb808;
    font-size: 20px;
    color: #000;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before,
.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
    font-family: 'LineAwesome';
    position: absolute;
    line-height: 120px;
    width: 30px;
    text-align: center;
    top: 0;
    left: 0;
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev:before {
    content: "\f111";
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: -25px;
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next:before {
    content: "\f112";
}

.gallery-slider_wrapper .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: -24px;
}

.gallery-slider_wrapper .owl-theme .owl-nav [class*=owl-]:hover {
    background: #202020;
    color: #fff;
}

.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
    position: relative;
    margin: 0 5px;
    height: 120px;
}

.gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item img {
    height: 100%;
    cursor: pointer;
}


.user_counter {width: 100%;padding: 50px 0;margin: 0 auto;}
.user_counter .counter_main{}
.user_counter .counter_main h3{
    font-size: 46px;
    font-weight: 600;
    font-family: sans-serif;
}
.user_counter .counter_main p{}
.user_counter ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    /* position: absolute; */
    right: 0;
    left: 0;
    bottom: 30px;
    z-index: 999;
}

.user_counter ul li {
    list-style: none;
    width: 38%;
    margin: 8px auto;
}

.user_counter ul li .counter_box {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    padding: 23px 20px;
    background: #000000;
    margin: 0 6px;
    width: 100%;
}

.user_counter ul li .counter_box .box_icon {
    width: 45%;
    margin-right: 12px;
}

.user_counter ul li .counter_box .box_icon img {}

.user_counter ul li .counter_box .box_txt {
    color: #ffffff;
    line-height: 22px;
}

.user_counter ul li .counter_box .box_txt .box_head {
    font-size: 26px;
    font-weight: 600;
}

.user_counter ul li .counter_box .box_txt .box_info {
    font-size: 14px;
    font-weight: 400;
}

.popular_desti {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
}

.popular_desti .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: -50px;
    right: 0;
}

.popular_desti .owl-theme .owl-nav .owl-next,
.popular_desti .owl-theme .owl-nav .owl-prev {
    margin-top: 10px;
}
.how-we-work{
    padding: 50px 0;
}
.how-we-work .how-we-work-wrap{
    text-align: center;
    padding: 18px 0;
}
.how-we-work .how-we-work-wrap .page-header{}
.how-we-work .how-we-work-wrap .page-header h2{
    font-size: 35px;
    font-weight: bold;
    font-family: sans-serif;
}
.how-we-work .how-we-work-wrap .page-header p{
    font-size: 16px;
    color: #5e5e5e;
}
.how-we-work .how-we-work-wrap .work-features{
    padding: 35px 0;
}
.how-we-work .how-we-work-wrap .work-features .feature-box{border: 1px #ccc solid;padding: 4px 4px;border-radius: 7px;box-shadow: 0px 2px 4px #ccc;}
.how-we-work .how-we-work-wrap .work-features .feature-box .feature-icon{
    padding: 12px 0;
}
.how-we-work .how-we-work-wrap .work-features .feature-box .feature-icon i{
    color: #00719b;
    font-size: 40px;
}
.how-we-work .how-we-work-wrap .work-features .feature-box .text-content{
    margin-bottom: 10px;
}
.how-we-work .how-we-work-wrap .work-features .feature-box .text-content h5{
    font-size: 19px;
    color: #000;
}
.how-we-work .how-we-work-wrap .work-features .feature-box .text-content p{
    margin: 0;
    font-size: 14px;
}

/*.contact_layout{*/
/*    width: 100%;*/
/*    padding: 20px 0;*/
/*}*/
/*.contact_layout .address_sec{}*/
/*.contact_layout .address_sec .address_wrapper{*/
/*    display: flex;*/
/*    justify-content: start;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.contact_layout .address_sec .address_wrapper .address_location{*/
/*    width: 8%;*/
/*    margin-right: 10px;*/
/*}*/
/*.contact_layout .address_sec .address_wrapper .address_location .flag_icon{*/
/*    width: 100%;*/
/*}*/
/*.contact_layout .address_sec .address_wrapper .address_location .flag_icon img{}*/
/*.contact_layout .address_sec .address_wrapper .address_location .location_title{}*/
/*.contact_layout .address_sec .address_wrapper p{*/
/*    margin: 0;*/
/*    font-size: 20px;*/
/*    color: #000;*/
/*}*/
/*.contact_layout .address_sec .address_wrapper p strong{*/
/*    color: #ef0305;*/
/*}*/
/*.contact_layout .address_sec .address_wrapper p a{*/
/*    text-decoration: none;*/
/*    color: #000;*/
/*    cursor: pointer;*/
/*}*/

/*.contact_layout .form_sec{}*/
/*.contact_layout .form_sec .main_form{}*/
/*.contact_layout .form_sec .main_form .form-group{}*/
/*.contact_layout .form_sec .main_form .form-group .form-control{}*/
.about_section{
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}
.about_section .content-section-in{}
.about_section .content-section-in h2{}
.about_section .content-section-in h3{
    font-family: inherit;
}
.about_section .content-section-in p{}
.whowe_section{
    background-color: #161616;
    padding-top: 15px;
}
.whowe_section .whowe_title{}
.whowe_section .whowe_title h2{
    color: #fff;
    font-size: 70px;
    margin-bottom: 40px;
    text-align: center;
}
.whowe_section .whowe_inn{}
.whowe_section .whowe_inn .whowe_img{}
.whowe_section .whowe_inn .whowe_img img{}
.whowe_section .whowe_inn .whowe_info{}
.whowe_section .whowe_inn .whowe_info h3{
    font-size: 26px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
.whowe_section .whowe_inn .whowe_info p{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    min-height: 120px;
    text-align: center;
}

.vin_whatsapp{
   position: fixed;
   bottom: 7%;
   z-index: 1000;
   width: 60px;
   padding-top: 10px;
   padding-bottom: 10px;
   text-align: center;
   background-color: #008705;
   border: 3px solid #329300;
   border-radius: 50px;
   -webkit-transition: all .15s ease-in-out;
   transition: all .15s ease-in-out;
   color: #329300;
   margin-right: 5px;
   margin-bottom: 0px;
   cursor: pointer;
   display: inline-block;
   right: 20px;
}
.vin_whatsapp:hover{
  box-shadow: 0 0 10px 0 #46c504 inset, 0 0 20px 2px #46c504;
  border: 3px solid #46c504;
}
.vin_whatsapp a{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  top: 0px;
  display: flex;
  padding: 1px 14px;
}

.vin_whatsapp a i{
    color: #fff;
    font-size: 28px;
    padding-right: 7px;
}


.contact_inn {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

.contact_inn .address_bar {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}

.contact_inn .address_bar .social_info {
  width: 10%;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .07);
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 80px 0px 80px 0px;
  display: flex;
  flex-wrap: wrap;
  height: 500px;
}

.contact_inn .address_bar .social_info ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact_inn .address_bar .social_info ul li {
  margin-bottom: 30px;
}

.contact_inn .address_bar .social_info ul li a {
  text-decoration: none;
  color: #000;
}
.contact_inn .address_bar .social_info ul li a:hover{
  color: #00678c;
}
.contact_inn .address_bar .social_info ul li a i {
  font-size: 19px;
}

.contact_inn .address_bar .contact_info {
  background: #00678c;
  padding: 70px 20px;
  margin: 0;
  width: 35%;
  border-radius: 4px;
}

.contact_inn .address_bar .contact_info h2 {
  color: #fff;
  font-size: 28px;
}

.contact_inn .address_bar .contact_info h2:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  margin-top: 10px;
  margin-bottom: 40px;
}

.contact_inn .address_bar .contact_info .get_address {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.contact_inn .address_bar .contact_info .get_address .address_icon {
  width: 18%;
  margin-right: 30px;
  background: #fff;
  border-radius: 50px;
}

.contact_inn .address_bar .contact_info .get_address .address_icon img {}

.contact_inn .address_bar .contact_info .get_address .address_detail {
  width: 70%;
}

.contact_inn .address_bar .contact_info .get_address .address_detail h3 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 25px;
  padding: 0;
}

.contact_inn .address_bar .contact_info .get_address .address_detail p {
  color: #ffffff;
}

.contact_inn .address_bar .contact_info .get_nmbr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
}

.contact_inn .address_bar .contact_info .get_nmbr .nmbr_icon {
  width: 18%;
  height: 70px;
  margin-right: 30px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 6px;
}

.contact_inn .address_bar .contact_info .get_nmbr .nmbr_icon i {
  font-size: 36px;
  color: #05678b;
}

.contact_inn .address_bar .contact_info .get_nmbr .nmbr_detail {
  width: 70%;
}

.contact_inn .address_bar .contact_info .get_nmbr .nmbr_detail h3 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 25px;
  padding: 0;
}

.contact_inn .address_bar .contact_info .get_nmbr .nmbr_detail a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.contact_inn .address_bar .maps {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .07);
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  margin: 80px 0px 80px 0px;
  display: flex;
  flex-wrap: wrap;
  height: 500px;
  width: 800px;
}

.contact_inn .address_bar .maps .map_inn {
  width: 100%;
  padding: 10px 0 0;
}

.contact_inn .address_bar .maps .map_inn iframe {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


.why-choose{width: 100%;margin: 0 auto;padding: 50px 0;}
.why-choose .how-we-work-wrap{
    padding-bottom: 80px;
}
.why-choose .how-we-work-wrap .work-feature{}
.why-choose .how-we-work-wrap .work-feature .page-header{
    text-align: center;
    padding: 0px 0px 9px;
}
.why-choose .how-we-work-wrap .work-feature .page-header h2{
    font-size: 40px;
}
.why-choose .how-we-work-wrap .work-feature .page-header p{}
.why-choose .image-content {
  border: 1px solid #ccc;
  margin-bottom: 11px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  width: 100%;
  max-height: 140px;  
  height:120px;
  overflow: hidden;
}

.why-choose .image-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  max-height: 300px;   
  height:max-content;
  background:#fbf2ff;
}


.why-choose .image-content h2{
   font-size: 18px;
   text-align: center;
   font-family: sans-serif;
}
.why-choose .image-content p{
   text-align: center;
   margin: 0;
   font-size: 15px;
}





