iframe,
img{
	max-width: 100%;
}
svg {
    max-width: 100%;
    max-height: 100%;
}
a{
	text-decoration: none;
	color: inherit;
}
.container {
    max-width: 1140px;
}
a:hover{
	text-decoration: none;
	color: inherit;
}
body {
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #525252;
}
.form-control{
    border-radius: 0;
}
/*--------header--------*/
.navbar-nav > .dropdown > .nav-link::after {
    display: inline-block;
    margin-left: .5em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.top-menu {
    font-family: 'Poppins', sans-serif;
}
.top-menu .media svg {
    width: 34px;
    margin-right: 10px;
    color: #353535;
}
.top-menu .media-body h5 {
    font-size: 0.838rem;
    text-decoration: none;
    position: relative;
    line-height: 1.4;
    color: #90a1a9;
    margin: 0;
    font-weight: 600;
}
.top-menu .media-body b {
	font-weight: 600;
	font-size: 1rem;
	color: #353535;
}
.down-menu {
    background-color: #E74C3C;
    color: #fff;
    font-family: "Poppins", sans-serif;
    box-shadow: 0 -4px 4px -2px rgba(0, 0, 0, 0.15);
}
.down-menu nav ul > li.nav-item > .nav-link {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0rem;
    text-transform: uppercase;
    padding: 15px 15px;
    position:relative;
}
.mega-menu ul > li > ul > .nav-item.menu-item .nav-link:hover {
    text-decoration: underline;
}
nav.navbar .dropdown > .dropdown-menu.show {
    display: block;
}
.mega-menu .dropdown-menu .dropdown-menu{
    display:block !important;
}
nav.navbar .mega-menu.dropdown .dropdown-menu.show {
    display: flex;
    flex-wrap: wrap;
    left: -85px;
    border-bottom: 1px solid #E74C3C !important;
}
nav.navbar .nav-item .nav-link {
    color: #fff;
}
nav.navbar .navbar-nav > .nav-item.dropdown[aria-expanded="true"] > .nav-link {
    background-color: #600;
}
nav.navbar .dropdown .dropdown-menu > .nav-item > .nav-link {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    white-space: normal;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 14px;
}
.mega-menu .dropdown-menu .dropdown-menu{
    background:transparent !important;
}
nav.navbar .dropdown.mega-menu .dropdown-menu > .nav-item > .nav-link{
    padding: 15px 0;
}
nav.navbar .dropdown > .dropdown-menu {
    border-radius: 0;
    margin-top: -2px;
    background-color: rgba(255, 255, 255, 0.97);
    min-width: 275px;
}
nav.navbar .dropdown > .dropdown-menu::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #fff transparent;
    top: -7px;
    left: 40px;
}
nav.navbar .dropdown > .dropdown-menu .dropdown-menu::before{
    border-width: 7px 7px 7px 0;
    border-color: transparent #000 transparent transparent;
    left:-7px;
    top:5px;
    bottom: inherit;
}
nav.navbar .dropdown .dropdown-menu .dropdown-item:focus, nav.navbar .dropdown .dropdown-menu .dropdown-item:hover {
    text-decoration: underline;
    background-color: transparent;
}
.mega-menu {
    position: static;
}
nav.navbar .mega-menu > .dropdown-menu {
    border: 0 !important;
    padding: 0;
    width: 115%;
    padding: 20px;
}
nav.navbar .mega-menu > a[aria-expanded="true"]::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
    bottom: 0;
    left: 16%;
}
.nav-item.view_all > a {
    color: #E74C3C !important;
    font-weight: 600 !important;
}
nav.navbar .mega-menu > .dropdown-menu::before,
nav.navbar .mega-menu > .dropdown-menu > li > ul::before{
	content: none;
}
.mega-menu .nav-item.menu-item.menu-item-has-children.dropdown {
    border: 0;
    width: 25%;
    margin: 0;
    padding: 0 10px;
}
.mega-menu > ul > li > .dropdown-menu {
    border: 0 !important;
    padding: 0;
    margin: 0;
    width: 100%;
}
.mega-menu > ul > li > a {
    margin-bottom: -15px;
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
}
.mega-menu ul > li > ul > li > .nav-link {
    font-size: 13px;
    padding: 2px;
}
.mega-menu ul > li > ul > .nav-item {
    border: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 100%;
    position: relative;
}
.mega-menu ul > li > ul > .nav-item:last-child::before{
	border-bottom: 0;
}
.mega-menu ul > li > ul > .nav-item .nav-link {
    text-transform: none;
    font-size: 15px;
    font-weight: 300;
    padding: 11px 0 !important;
    position: relative;
}
.mega-menu .dropdown-menu .dropdown-menu {
    position: static !important;
}
.dropdown:not(.mega-menu) .dropdown-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
}
.dropdown:not(.mega-menu) .dropdown-menu .nav-item .nav-link{
    text-transform: none;
    padding: 11px 20px;
}
.dropdown:not(.mega-menu) .dropdown-menu{
    padding: 15px 0;
}

/*-------image-slider--------*/
#HomeBanner img{
    opacity: 0.8;
}
#HomeBanner{
    background-color: #000;
}
#image-slider .carousel-caption {
    bottom: 50%;
    transform: translate(0, 50%);
}
#image-slider .carousel-caption h5 {
    font-size: 3.65rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
}
#image-slider .carousel-caption p {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}
#image-slider .carousel-caption span {
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-shadow: 0 0 20px #000;
    text-transform: uppercase;
}
#image-slider .prev, #image-slider .next {
    position: absolute;
    bottom: 50%;
    width: 60px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translate(0, 50%);
}
#image-slider .prev{
	left: 8%;
    transform: rotate(180deg) translate(0, -50%);
}
#image-slider .next {
    right: 8%;
}
#image-slider:hover .prev,
#image-slider:hover .next{
	opacity: 1;
}
#image-slider:hover .prev{
	left: 5%;
}
#image-slider:hover .next{
	right: 5%;
}
/*---------------welcome-text-------------*/
#welcome-text {
    padding: 80px 0 60px;
}
#welcome-text h1 {
    font-size: 2.25rem;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    color: #000;
    position: relative;
    text-align: center;
    display:inline-block;
}
#welcome-text h1::before {
    position: absolute;
    content: "";
    border-bottom: 5px solid #ED8B00;
    width: 80px;
    top: 50%;
    right: calc( 100% + 20px );
}
#welcome-text h1::after {
    position: absolute;
    content: "";
    border-bottom: 5px solid #ED8B00;
    left: calc( 100% + 20px );
    width: 80px;
    top: 50%;
}
#welcome-text h1 > span {
    font-weight: 300;
}
.welcome-text-content p {
    font-size: 1rem;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    line-height: 1.75;
    text-align: center;
}
#welcome-text-here {
    padding: 30px 0;
}
.welcome-text-head {
    position: relative;
}
.welcome-text-head::before {
    position: absolute;
    content: "Welcome";
    text-transform: uppercase;
    font-size: 10.5rem;
    font-weight: 900;
    top: 50%;
    left: 50%;
    opacity: 0.06;
    transform: translate(-50%, -50%);
}
/*---------package-----------*/
#packages {
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
    background-color: #F2F2F2;
}
.package-menu-item {
    display: block;
    box-shadow: 0 0 20px -9px rgba(0, 0, 0 ,0.3);
    background-color: #fff;
}
.package-menu-item-img {
    position: relative;
    min-height: 175px;
}
.package-menu-item-img img {
    min-height: 250px;
}
.trip-detail {
    position: absolute;
    bottom: 20px;
    background-color: #1C67AD;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    left: -5px;
    font-size: 14px;
    letter-spacing: 0.7px;
}
.duration {
    position: absolute;
    right: 10px;
    bottom: -15px;
    background-color: #FD7B37;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    letter-spacing: 0.7px;
}
.package-menu-item-body {
    padding: 30px 15px 10px;
}
.package-menu-item-body h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.package-menu-item-body ul {
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    padding: 10px 0 !important;
}
.package-menu-item-body ul li {
    border-right: 1px solid #cbced0;
    padding-right: 20px;
}
.package-menu-item-body ul li:last-child{
	border-right: 0;
}
.head-main {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.head-main h3 {
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0.7px;
    position: relative;
    color: #ED8B00;
    margin: 0;
    display: inline-block;
}
.head-main h3::before {
    position: absolute;
    content: "";
    border-bottom: 3px solid #ED8B00;
    width: 80px;
    top: 50%;
    right: 105%;
}
.head-main h3::after {
    position: absolute;
    content: "";
    border-bottom: 3px solid #ED8B00;
    left: 105%;
    width: 80px;
    top: 50%;
}
.head-main h3 > span {
    font-weight: 300;
}
.head-main p {
    font-size: 1.025rem;
    line-height: 1.4;
}
/*-------------footer-----------*/
#footer-menu{
    background-color: #E74C3C;
    overflow: hidden;
    color: #f4e4e4;
    position: relative;
    z-index: 1;
    padding: 40px 0 30px;
}
.top-foot {
    padding: 30px 0;
    position: relative;
}
.top-foot::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #cfd1d380;
    width: 122%;
    bottom: 0;
    left: -11%;
}
.top-foot .media i {
    font-size: 40px;
    margin-right: 15px !important;
}
.top-foot .media .media-body h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.mid-foot {
    padding-top: 30px;
}
.middle-footer-container {
    padding: 25px 30px;
    background-color: #fff;
    border-radius: 3px;
    margin-top: 30px;
    box-shadow: 2px 2px 7px -2px rgba(0, 0, 0, 0.5);
}
.mid-foot .foot-content h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #660000;
}
.mid-foot .foot-content .media .media-body p {
    font-size: 14px;
    margin: 0;
}
.mid-foot .foot-content .media .media-body h5 {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}
.mid-foot .foot-content .media i {
    font-size: 24px;
}
.nav-foot-menu {
    padding: 30px 0;
}
.nav-foot-menu ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.down-foot {
    padding: 25px 0;
    background-color: #660000;
}
.down-foot  .media-icon ul li i {
    font-size: 20px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    color: #660000;
}
.down-foot p {
    margin: 0;
    color: #fff;
    font-weight: 300;
}
.down-foot p:first-child{
	line-height: 1.9;
}
.down-foot p > a {
    text-decoration: underline;
}
.nav-foot-menu ul li .nav-link {
    padding: 5px 10px;
    position: relative;
}
.nav-foot-menu ul li .nav-link::before {
    position: absolute;
    content: "";
    border-right: 1px solid #fff;
    height: 15px;
    right: 0;
    top: 30%;
}
.nav-foot-menu ul li:last-child .nav-link::before {
	border-right: 0;
}
.nav-foot-menu ul li .nav-link:active,
.nav-foot-menu ul li .nav-link:focus,
.nav-foot-menu ul li .nav-link:hover{
	color: #FD7B37;
}

/*------------connection-----------*/
.page-home #connection-menu{
    background-color: #F2F2F2;    
}
#connection-menu {
    padding: 40px 0;
    box-shadow: inset 0px 2px 9px rgba(0, 0, 0, 0.13);
    background-color: #fff;
}
.title-con h4 {
    font-size: 1.125rem;
    padding-left: 100px;
    position: relative;
    color: #ED8B00;
}
.title-con h4::before {
    position: absolute;
    content: "";
    border-bottom: 3px solid #ED8B00;
    width: 85px;
    top: 50%;
    left: 0;
}
#connection-menu .media-body {
    border-left: 1px solid #babcbf;
    padding-left: 15px;
}
#connection-menu .media img {
    margin-right: 10px;
    max-height: 60px;
    max-width: none;
    width: 50px;
    align-self: center;
}
#connection-menu .media-body p {
    font-size: .85rem;
    margin: 0;
}

/*----------blog----------*/

#blog {
    padding: 70px 0 30px;
    font-family: 'Poppins', sans-serif;
}
.blog-item {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}
.blog-item .blog-item-img {
    width: 50%;
    height: 100%;
    position: relative;
    min-height: 200px;
}
.blog-item-body {
    position: absolute;
    left: calc(40% - 30px);
    background-color: #fff;
    top: 50%;
    padding: 20px;
    width: 60%;
    box-shadow: 0 0 20px -9px rgba(0, 0, 0, 0.5);
    transform: translate(0, -50%);
}
.blog-item-body h4 {
    font-size: 1.2rem;
    color: #1C67AD;
}
.blog-item-body span {
    background-color: #1C67AD;
    color: #fff;
    padding: 5px;
    display: inline-block;
}
.date {
    position: absolute;
    right: 100%;
    background-color: #FD7B37;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    top: 0;
}
/*---------testimonial=============*/
#testimonial {
    background-color: #000;
    color: #fff;
    padding: 100px 0;
    position: relative;
}
#testimonial::before {
    position: absolute;
    content: "";
    background-image: url('../img/slider3.jpg');
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.3;
}
#testimonial .testimonial-menu {
    position: relative;
    z-index: 1;
    text-align: center;
}
#testimonial .testimonial-menu::before {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 60px;
    z-index: -1;
    opacity: 0.2;
    top: -20px;
    left: -70px;
}
#testimonial .lSSlideOuter .lSPager.lSGallery{
	width: 100% !important;
	padding: 0 80px;
}
#testimonial .lSSlideOuter .lSPager.lSGallery li {
    border-radius: 50%;
    transform: scale(0.8);
}
#testimonial .lSSlideOuter .lSPager.lSGallery li > a > img {
    width: 100%;
    height: 110px;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 50%;
    transform: scale(1) !important;
    box-shadow: 0 0 18px -5px #000;
}
#testimonial .testimonial-menu p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 58px;
}
#testimonial .testimonial-menu h5 {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.7px;
}
/*--------------destination---------------*/
#destination {
    background-color: #f2f2f2;
    padding: 60px 0;
    color: #000;
}
.destination-card {
    position: relative;
    display: block;
    box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.31);
    height: 100%;
    background-color: #fff;
}
.destination-card-img {
    position: relative;
    min-height: 200px;
}
.destination-card-body {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
}
.destination-card-body h4 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 10px #000;
    margin-bottom: 0;
    line-height: 1;
}
/*-----------region--------------*/
#region {
    padding: 50px 0;
}
.region-menu .row {
    margin-left: -10px;
    margin-right: -10px;
}
.region-menu .row > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}
.region-menu-item {
    background-image: url('../img/slider1.jpg');
    background-size: cover;
    background-position: center;
    height: 400px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}
.region-menu-list .region-menu-item {
    height: 250px;
}
.region-menu-item-content h4 {
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 20px #000;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.1;
}
/*-----------extra-place------*/
#asking-place {
    background-image: url('../img/ne-top.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 10% 0;
    text-align: center;
}
#asking-place h2 {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 7px #000;
    margin-bottom: 30px;
}
#asking-place form button, #asking-place form input {
    height: 50px;
    border-radius: 0;
    line-height: 50px;
    padding: 0 15px;
}
#asking-place form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
#asking-place form button i {
    font-size: 20px;
    color: #fff;
    padding: 10px;
}

/*-------------page-----------------*/

#page {
    background-image: url('../img/ne-top.jpg');
    background-position: center;
    background-size: cover;
    height: 450px;
}
#page h1 {
    font-size: 4rem;
    font-weight: 900;
    color: #000;
}

/*-----------category-page-----------*/

.page-head {
    padding: 30px 0 10px;
}
.page-head h1 {
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    font-family: "Domine", serif;
    color: #E74C3C;
}
.page-head p {
    position: relative;
    display: inline-block;
}
.page-head span {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    font-family: "Poppins";
}
.main-facts li i {
    color: #E74C3C;
}
.page-head p::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #9a9b9b;
    width: 100%;
    bottom: -5px;
}
.page-content p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.75;
}
.crap {
    background-color: #055293;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 20px 10px;
    margin-bottom: 30px;
}
.crap h3 {
    font-size: 1.5rem;
    font-weight: 900;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
.crap h3::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ffffff80;
    width: 85%;
    bottom: -5px;
    left: 0;
}
.crap input {
    border-radius: 0;
    box-shadow: inset 0 0 9px -5px #000;
}
.crap select {
    border-radius: 0;
    box-shadow: inset 0 0 9px -5px #000;
}
.btn-style {
    background-color: #fff;
    border: 0;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 15px;
    color: #055293;
    transition: all 0.4s ease-in-out;
}
.btn-style:hover {
	background-color: #ED8B00;
	color: #fff;
}
.travel-style {
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 12px -8px rgba(0, 0, 0, 0.4);
}
.travel-style .btn {
    width: 100%;
    text-align: left;
    color: #000000b3;
    font-size: 1.1rem;
    padding: 15px 15px;
    font-weight: 600;
}
.travel-style .card-body{
	padding: 0;
}
.travel-style .card{
	background-color: transparent;
	border: 0;
}
.travel-style .card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
}
.travel-style .card-body ul {
    padding: 10px 10px 10px 50px;
    list-style: none;
}
.travel-style .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}
.travel-style .card-body ul li a {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 0 15px;
    position: relative;
}
.travel-style .card-body ul li a::before {
    position: absolute;
    content: "\f45c";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    font-size: 5px;
    left: 0;
    bottom: 3px;
}
.travel-style h2 > .btn {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 5px 15px 5px 40px;
}
.travel-style .btn::before {
    position: absolute;
    content: "\f107";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    right: 30px;
}
.travel-style h2 > .btn::before{
	right: 15px;
}
.travel-style .card:last-child{
	padding-bottom: 10px;
}

.reated-travel-item {
    background-image: url('../img/ne-top.jpg');
    background-position: center;
    background-size: cover;
    text-align: center;
    margin-bottom: 30px;
    height: 270px;
}
.reated-travel-item h4 {
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 5px #000;
    font-family: 'Poppins', sans-serif;
    padding-top: 20%;
}
.page-head-here {
    padding: 30px 0;
}
.page-head-here h3 {
    font-size: 2.3rem;
    font-weight: 600;
    margin: 0;
    position: relative;
}
.page-head-here h3::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ED8B00;
    width: 200px;
    bottom: -5px;
}


/*-------------package-detail------------*/

.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.package-detail-page {
    background-color: #F8F8F8;
    padding-bottom: 40px;
}
.menu-here nav {
    background-color: #fff;
}
.menu-here nav ul {
    width: 100%;
    text-align: center;
}
.menu-here nav ul > li > .nav-link {
    font-size: 1.1rem;
    padding: 20px 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-right: 1px solid #0000001a;
    border-radius: 0;
    color: #333 !important;
    position: relative;
}
.menu-here nav ul > li > .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #055293 transparent transparent transparent;
    left: 20px;
    bottom: -10px;
    opacity: 0;
    visibility: hidden;
}
.menu-here .nav-pills .nav-link.active::before {
	opacity: 1;
	visibility: visible;
}
.menu-here .nav-pills .nav-link.active,.menu-here .nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #055293;
}
.package-section-content {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}
.package-section-content p {
    line-height: 1.6rem;
}
.main-facts li::after {
    content: "|";
    margin-left: 10px;
    color: #333;
}
.main-facts li:last-child::after{
    content: none;
    display: none;
}
#itinerary .media span {
    font-size: 1.1rem;
    font-weight: 600;
    background-color: #055293;
    color: #fff;
    padding: 5px;
}
.price-here {
    background-color: #A01507;
    color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    border-radius: 2px;
}
.price-here h4 {
    font-size: 1.4rem;
    position: relative;
    z-index: 1;
    background-color: orange;
    display: inline-block;
    left: -30px;
    padding: 0 30px;
    font-family: "Domine";
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    height: 50px;
    line-height: 50px;
}
.price-here h4::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 30px 0 0;
    border-color: orange transparent transparent transparent;
    top: 0;
    left: 100%;
}
.price-here ul {
    padding: 0;
    list-style: none;
}
.package-section-content h4 {
    font-size: 1.3rem;
    font-weight: 700;
    font-family: 'Domine', sans-serif;
    color: #E74C3C;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.package-section-content .package-section-header h4{
    border-bottom: 0;
    margin-bottom: 0;
}
.itinerary-expand-collapse li:first-child::after {
    content: "/";
    padding-left: 10px;
}
.package-section-content .package-section-header{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
.price-here ul li {
    background-color: #fff;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    padding: 5px;
    margin-bottom: 10px;
	border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}
.price-here ul li a {
    color: #055293;
    transition: all 0.4s ease-in-out;
}
.price-here h5 {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
.price-here p {
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.price-here ul li:hover{
	background-color: #055293;
	border: 1px solid #fff;
}
.price-here ul li:hover a{
	color: #fff;
}






















.collapsible{
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    margin:.5rem 0 1rem;
}
.collapsible-header button {
    color: rgba(0,0,0,.87);
    font-size: 18px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-family: "Poppins";
    font-weight: 500;
    font-size: 16px;
    padding-right: 25px;
}
.collapsible-header {
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    text-align: left;
}
.collapsible-body{
    border-bottom:1px solid #ccc;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:2rem;
    box-shadow: inset 0px 4px 4px -5px rgba(0, 0, 0, 0.4), inset 0px -4px 4px -5px rgba(0, 0, 0, 0.4);
}
.collapsible-header button::after {
    content: "-";
    float: right;
    font-weight: 500;
    font-family: "poppins";
    font-size: 20px;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.collapsible-header button.collapsed::after {
    content: "+";
}

.sidebar-content{
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin-bottom: 30px;
}
.sidebar-content h4{
    font-family: "Domine", serif;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: 'Domine', sans-serif;
    color: #E74C3C;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.package-book-now-btn, .package-quick-enquiry-btn {
    width: 100%;
    padding: 10px 5px;
    display: inline-block;
    background-color: #FFA500;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins";
    border-radius: 1px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}
.package-price {
    font-family: "Domine";
    font-size: 72px;
    font-weight: 900;
    right: 0;
    bottom: 0;
    line-height: 1;
}
.trip-menu h5 {
    font-family: "Domine";
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}
.trip-menu .media {
    margin-bottom: 15px;
}
.package-detail-page h3 {
    font-family: "Domine";
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
#cost ul {
    list-style: none;
    padding-left: 30px;
}
#cost ul li {
    position: relative;
    margin-bottom: 8px;
}
#cost ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: -30px;
    top: 2px;
    font-weight: 600;
    color: #006738;
    font-size: 18px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
}
#cost .exclude ul li::before{
    content: "\f057";
    color: #E74C3C;
}
.slider-left-icon, .slider-right-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #E74C3C;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}
.slider-left-icon svg, .slider-right-icon svg{
    padding: 7px;
}
.middle-section{
    background-color: #A01507;
    color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    border-radius: 2px;
}
.middle-section h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}
.middle-section a{
    padding: 10px 15px;
    display: inline-block;
    background-color: #FFA500;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins";
    border-radius: 1px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}
#imageGallery{
    overflow: hidden;
}
.extra-reviews a {
    display: inline-block;
    padding: 15px 30px;
    background-color: #00AA82;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 2px;
    font-family: "Poppins", sans-serif;
}
.extra-reviews a.tourradar {
    background-color: #439CD1;
}
.extra-reviews a.bookmundi {
    background-color: #3DAE67;
}
.extra-reviews a img, .extra-reviews a svg {
    height: 20px;
    border-right: 1px solid #e5e5e5;
    padding-right: 10px;
    margin-right: 10px !important;
    display: inline-block;
}
#review textarea.form-control {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
    padding: 10px 20px;
    border: 1px solid #c7d0d9;
    border-radius: 0;
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    font-size: 14px;
    resize: none;
}
#review input.form-control {
    width: 100%;
    height: 43px;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
    border: 1px solid #c7d0d9;
    border-radius: 0;
    font-family: "Poppins";
    font-weight: 300;
    font-size: 14px;
}
#review .form-group {
    margin-bottom: 0;
}
.review-rating i {
    color: #FFA500;
    font-size: 18px;
    margin-right: 2px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.star-cb-group > input {
    display: none;
}
.star-cb-group > input + label::before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    color: #888;
}
.star-cb-group > input + label {
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 27px;
    height: 30px;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    font-size: 22px;
}
.star-cb-group {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 210px;
    height: 22px;
    line-height: 27px;
}
.star-cb-group:hover > input + label:hover::before, .star-cb-group:hover > input + label:hover ~ label::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    color: #e52;
    font-weight: 900;
}
.star-cb-group:hover > input + label::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    color: #888;
    text-shadow: none;
}
.star-cb-group > input + label:hover::before, .star-cb-group > input + label:hover ~ label::before,
 .star-cb-group > input:checked ~ label::before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    color: #e52;
    font-weight: 900;
}
#blog-detail {
    background-color: #F8F8F8;
}
#blog-detail h1 {
    font-family: "Domine", serif;
    color: #E74C3C;
    font-weight: 600;
    font-size: 32px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#blog-detail h2 {
    font-family: "Domine", serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}
#CategoryDetail {
    background-color: #f2f2f2;
    padding-top: 40px;
}
#CategoryDetail h1{
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    font-family: "Domine", serif;
    color: #E74C3C;
}
.package-detail-page h2,
#CategoryDetail h2 {
    font-family: "Domine", serif;
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
}
#SidebarAccordion > .card .card-header {
    background-color: #fff;
    border-radius: 0;
}
#SidebarAccordion > .card{
    border-radius:0;
}
#SidebarAccordion > .card .card-header button {
    color: #333;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding: 15px 30px;
    font-family: "Domine";
}
#SidebarAccordion h5 .btn.btn-link::after {
    content: " - ";
    float: right;
}
#SidebarAccordion h5 .btn.btn-link.collapsed::after {
    content: " + ";
    float: right;
}
#SidebarAccordion > .card  .card-body {
    box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.3), inset 0 -4px 4px -4px rgba(0, 0, 0, 0.3);
}
#SidebarAccordion > .card .card-body ul {
    margin-bottom: 0;
    padding-left: 20px;
}
#SidebarAccordion > .card .card-body ul li {
    margin-bottom: 10px;
    line-height: 1.4;
}
#PageDetail h1 {
    font-family: "Domine", serif;
    font-weight: 600;
    color: #E74C3C;
}
#PageDetail h2 {
    font-family: "Domine", serif;
    color: #000;
    font-weight: 600;
    font-size: 1.8rem;
}
#PageDetail h3 {
    font-family: "Domine", serif;
    color: #000;
    font-weight: 600;
    font-size: 1.6rem;
}
.team-page{
    background-color: #F8F8F8;
}
.team-item{
    padding: 35px;
    background-color: #fff;
}
.team-image img{
    border-radius: 50%;
}
.footer-excellence-award{
    display: inline-block;
    width: 100%;
    color: #000 !important;
    padding: 10px 15px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.5);
    background-color: #fff;
}
.rpackage-item img {
    width: 75px;
    margin-right: 15px;
}
.rpackage-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.rpackage-item li:first-child {
    border-right: 1px solid #ccc;
    padding-right: 15px;
}
.rpackage-item h6 {
    font-weight: 400;
    font-size: 14px;
    color: #E74C3C;
    margin-bottom: 0;
    margin-top: 0;
}
@media(max-width: 560px){
    .carousel-inside-item{
        display:flex;
        justify-content:center;
        overflow: hidden;
    }
    .carousel-inside-item img {
        max-width: inherit;
        position: relative;
        height: 275px;
        margin-left: auto;
        text-align: center;
        flex: none;    
    }
    .navbar-brand {
        display: block;
        text-align: center;
    }
    .header-contact {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .welcome-text-head::before {
        font-size: 4rem;
    }
    #welcome-text h1{
        font-size: 1.75rem;
        line-height:1;
    }
    .head-main h3 {
        font-size: 1.4rem;
    }
    #welcome-text {
        padding: 40px 0;
    }
    #asking-place h2 {
        font-size: 1.75rem;
        line-height: 1;
        margin-bottom: 20px;
    }
    .page-head h1 {
        font-size: 1.5rem;
    }
    .page-head span {
        font-size: 0.75rem;
    }
    .package-section-content h4 {
        font-size: 1.15rem;
    }
    .package-detail-page h2, #CategoryDetail h2 {
        font-size: 1.2rem;
    }
    #welcome-text h1::before,
    .head-main h3::before,
    #welcome-text h1::after,
    .head-main h3::after{        
        content:inherit !important;
        display: none !important;
    }
    .package-section-content{
        padding: 30px 15px;
    }
    .collapsible-body{
        padding: 1rem;
    }
    .collapsible-header button {
        padding: 0;
    }
}
@media(min-width:700px){
    .down-menu nav ul > li.nav-item:first-child > .nav-link {
        padding-left: 0;
    }
    .down-menu nav ul > li.nav-item:last-child > .nav-link {
        padding-right: 0;
    }
}
@media(max-width:700px){
    nav.navbar .dropdown > .dropdown-menu,
    .mega-menu .nav-item.menu-item.menu-item-has-children.dropdown,
    .site-main-nav ul.dropdown-menu,
    .site-main-nav li,
    .site-main-nav li a{
        position:static !important;
        list-style:none;
        display:inline-block;
        width: 100%;
        left:0 !important;
        top:0 !important;
        opacity:1;
    }
    .site-main-nav li.menu-item-has-children > a::after {
        content: "" !important;
        margin-left: 0;
    }
    .navbar-nav {
        margin: 0;
    }
    .site-main-nav > li.menu-item-has-children ul.dropdown-menu {
        white-space: normal !important;
        max-width:100%;
        padding-left:15px;
    }
    .site-main-nav .button-open{
        float:right;
    }
    .dropdown-menu::before,
    .dropdown-menu::after,
    .navbar-nav .nav-link::after,
    .navbar-nav .nav-link::before{
        content:inherit !important;
        display: none !important;
    }
    .down-menu nav ul > li.nav-item > .nav-link{
        padding: 10px 15px;
    }
    .collapsible-header button{
        font-size: 14px;
    }
    #connection-menu .media {
        margin-bottom: 15px;
    }
}