
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Squada+One&display=swap');
body {
    margin: 0 auto;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.2px;
    overflow-x: hidden;
}

.PackSlider .action-button {
    margin-top: 20px;
}   
.pckdetl .hero-banner .owl-carousel .owl-item img {
    max-height: 440px;
}

.pckdetl .hero-banner .owl-stage {
    height: 440px;
}

section.description {
    padding: 15px 0 0 0;
}

.hero-banner .item {
    height: 550px !important;
}
.hero-banner{ min-height:auto !important}
.eventImage {
    height: auto;
    overflow-y: hidden;
    position: relative;
}

.eventImage img {
    max-width: 100%;
    display: block;
    height: 280px;
}

.eventImage img {
    max-width: 100%;
    display: block;
    height: 280px;
    width: 100%;
    object-fit: cover;
}

video {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: ABSOLUTE;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    object-fit: fill;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

.flex-row {
    display: flex;
    align-items: center;
}

.container {
    width: 1170px;
    max-width: 96%;
    margin: 0 auto;
    padding: 0;
}

.text--center {
    text-align: center !important;
}

.text--left {
    text-align: left !important;
}

.mt--10 {
    margin-top: 10px !important;
}

header.header-hide {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}


.fixed-header .top-head {
    display: none;
}

.fixed-header .menu-item.active,
.fixed-header .menu-item:hover {
    border-bottom: 2px solid #ffffff;
    color: #fff;
}

.top-head {
    padding: 15px 0;
    background: #fece3e;
}

.top-head .flex-row {
    justify-content: space-between;
}

.top-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.top-list li {
    color: white;
    margin-right: 10px;
    font-size: 13px;
}

.top-list li:last-child {
    margin-right: 0;
}

.top-list a {
    color: #000;
}

.top-list a:hover {
    color: #222;
}


.mobile-menu {
    display: none;
}

.logoBar {
    left: 0;
    right: 0;
    z-index: 11;
    padding: 10px 0;
}

.logoBar .flex-row {
    justify-content: space-between;
}

.logo {
    max-width: 350px;
}

.top-headlinks {
    display: flex;
    align-items: center;
}

.top-menu {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 12px;
    align-items: center;
}

.modal button.close {
    position: absolute;
    z-index: 99;
    opacity: 1;
    right: 6px;
    font-size: 30px;
}

.top-menu li {
    margin-left: 20px;
    color: #3f3f3f;
}

.top-menu li a {
    color: #5c5c5c;
}

.top-menu li i {
    margin-right: 5px;
    color: #f6a172
}

.top-menu li:hover a {
    color: #f6a172;
} 

.button1 {
    width: 180px;
    height: 42px;
    border: 0;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    background: #fff;
    display: block;
    border-radius: 5px;
    border: 1px solid transparent;
}

.button {
    width: 110px;
    height: 42px;
    border: 0;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    background: #fff;
    display: block;
    border-radius: 5px;
    border: 1px solid transparent;
}

.button:hover,
.red--button {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    background: transparent;
    border: 1px solid #fff;
}

.red--button:hover {
    color: #000000;
    background: #fff;
}

.headbutton {
    margin-left: 15px;
}

.top-head .blue--button {
    font-size: 14px;
    width: 110px;
    height: 40px;
}

.logoBar .container {
    position: relative;
}

.main-menu {
    background: #e0ded682;
    padding: 0px 0;
    position: relative;
}

.menu {
    margin: 0;
    padding: 20px 0 0;
    display: flex;
    list-style-type: none;
    align-items: center;
}

.menu-item {
    position: relative;
    font-size: 14px;
    margin-left: 30px;
    transition: all 200ms;
}

.mailing .menu-link + .menu-link{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;background:#000;padding:10px 20px; border-radisu:45px;    text-transform: uppercase;
} 

.menu-item--link {
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    padding: 8px 0;
}

.menu-item.active,
.menu-item:hover {
    border-bottom: 2px solid #ff7a32;
    color: #ff7a32;
}

.menu-item.active .menu-link,
.menu-item:hover .menu-link {
    color: #ff7a32;
}

.menu-link:hover {
    color: #ff7a32;
}

.hero-banner .item {
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.bannerImage {
    height: 100%;
    width: 100%;
    position: ABSOLUTE;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    object-fit: fill;
}

.banner_category {
    color: #feb563;
    margin-bottom: 2px; 
    font-weight: 600;

    font-size: 60px;
    position: relative;
    z-index: 11;
}

.banner__heading {
    color: #fff;
    font-size: 50px;
    margin: 0 auto 10px;
    text-transform: inherit;
    font-weight: 700;
    position: relative;
    z-index: 11;
    text-align: left;
}

.banner__content {
    font-size: 20px;
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    line-height: 1.6;
    font-weight: 300;
    position: relative;
    z-index: 11;
}

.item-inner {
    width: 100%;
}

.item .blue--button {
    font-size: 14px;
    font-weight: 400;
    width: auto;
    color: white;
    margin-top: 50px;
    padding: 0 15px;
    width: 150px;
    background-color: #3b58a3;
}

.hero-banner .owl-nav {
    display: none;
}

.owl-dots {
    position: ABSOLUTE;
    z-index: 11;
    flex-direction: row;
    display: flex;
    bottom: 20px;
    left: 0;
    justify-content: center;
    right: 0;
}

button.owl-dot {
    width: 15px;
    height: 15px;
    background: #ffffffc7 !important;
    display: block;
    margin: 0 5px 0;
    border-radius: 50%;
}

button.owl-dot.active {
    background: #feb563 !important
}

.section__heading {
    font-size: 40px;
    text-align: center;
    line-height: 1;
    margin: 0 0 10px;
    color: #222222;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
}

.section__heading--center {
    text-align: center;
}

.section__heading span {
    font-weight: normal; 
    font-weight: 600;
}

.section__content {
    margin: 0 auto;
    max-width: 980px;
    text-align: center;
    font-size: 20px;
}

.whiteColor {
    color: white !important;
}

.section__caption {
    font-size: 30px;
    margin: 0;
    font-weight: normal; 
    font-weight: 600;
}

.red {
    color: #f20f3f;
}

.OurStory {
    padding: 60px 0;
    background-position: right;
    background-repeat: no-repeat;
}

.OurStory .flex-row {
    justify-content: space-between;
}

.story,
.storyImage {
    max-width: 48%;
}

.story .section__heading,
.story .section__content {
    text-align: left;
}

.story__detail {
    font-size: 14px;
    color: #222;
    margin-top: 30px;
    line-height: 22px;
}

.subHeading {
    font-weight: normal; 
    font-weight: 600;
    font-size: 40px;
    color: #f20f3f;
    margin: 20px 0;
}


.wheretoNext {
    background-image: url(../images/wheretoBG.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 70px 0 50px;
}

.wheretoNext .flex-row {
    justify-content: space-between;
}

.leftBox {
    width: 460px;
    min-width: 460px;
}

.nextImage {
    width: 240px;
    margin: 0 40px;
    align-self: center;
}

.tripItem {
    display: flex;
    background: white;
    margin-bottom: 20px;
    height: 240px;
}

.trip-image {
    width: 200px;
    min-width: 200px;
    height: 240px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.trip-image:hover {
    width: 100%
}

.trip-image img {
    display: block;
    display: block;
    height: 100%;
    object-fit: cover;
}

.trip-image:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: -11%;
    height: 100%;
    width: 20%;
    -webkit-transform: skew(-6deg);
    -moz-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    -o-transform: skew(-6deg);
    transform: skew(-6deg);
    background: #ffffff;
}

.trip-image:hover+.trip-data {
    display: none;
}

.trip-image:hover:before {
    display: none;
}

.trip-data {
    padding: 20px;
    padding-left: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.trip-name {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px;
}

.trip-amount {
    font-size: 20px;
    color: #ff7a32;
    font-weight: 600;
    margin-bottom: 10px;
}

.trip-description {
    font-size: 13px;
    color: #5c5c5c;
    line-height: 1.4;
    margin-bottom: 20px;
}

.trip-description * {
    font-size: 13px !important;
    /*color: #5c5c5c !important;*/
    font-weight: 400 !important;
}

.bookNow {
    display: inline-block;
    width: 100px;
    background: #ff7a32;
    color: white;
    padding: 5px 10px;
    text-align: CENTER;
    font-size: 12px;
    border-radius: 2px;
}

.bookNow:hover {
    cursor: pointer;
    background: #003480;
    color: white;
}

.one-half {
    width: 50%;
}

.Newtrips .flex-row {
    align-items: inherit;
}

.Newtrips-content {
    background: #fece3e;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 80px 60px;
}

.Newtrips-content .section__heading {
    font-size: 50px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.Newtrips-content .section__caption {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: white;
}

.Newtrips-content .content {
    font-size: 16px;
    color: white;
    line-height: 26px;
    margin-top: 25px;
    margin-bottom: 55px;
}

.Newtrips-image img {
    height: 100%;
    object-fit: cover;
    max-height: 450px
}


.Gallery {
    padding: 80px 0 60px;
    margin-top: 0px;
    background: #f8f9fb;
}

.photGrid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.photGrid img {
    display: block;
}

.grid-image {
    width: 24%;
    margin-bottom: 20px;

}

.grid-image a {
    position: relative;
    display: block;
}

.grid-image a:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fece3e;
    opacity: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    bottom: 0;
    right: 0;
}

.grid-image:hover a:before {
    opacity: 0.7;
}

.photGrid .half {
    width: 49%
}

.travelPackage {
    padding: 60px 0;
}

.Dream {
    padding: 60px 0;
    text-align: center;
}

.Dream .section__heading,
.travelPackage .section__heading {
    text-align: left;
    margin-bottom: 30px;
}

.products,
.travelPackage {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
}

.product {
    width: 32%;
}

.NewTrip-link {
    display: block;
    position: relative;
}

.NewTrip-link .product-image:after {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.NewTrip-link:hover .product-image:after {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.travel--Package {
    padding: 60px 0 60px;
}

.travelPackageItem {
    width: 24%;
}

.travelPackageItem .product-image {
    position: relative;
}

.tour-info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    justify-content: center;
}

.tour-info .date {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1;
}

.tour-info .location {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.travelPackageItem .red--button {
    background: white;
    border-radius: 20px;
    color: #f20f3f;
    position: relative;
    top: -34px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid white;
}

.travelPackageItem .red--button:hover {
    border: 0;
    background-color: #f20f3f;
    border: 1px solid #f20f3f;
    color: white
}

.shop-link {
    display: block;
    position: relative;
}

.shop-link .product-image {
    overflow: hidden;
}

.shop-link img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.shop-link:hover img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform: scale(1.1);
}

.product-image img {
    display: block;
}

.product__name {
    font-size: 25px;
    color: #222222;
    line-height: 43px;
    font-weight: 700;
    margin: 15px 0;
    padding: 0 5px;
}

.action-button {
    display: flex;
    justify-content: center;
}

.shop-link .action-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    bottom: 0;
}

.trips {
    text-align: center;
    padding: 0px 0;
}

.date {
    font-size: 16px;
    color: #222;
    margin-bottom: 15px;
    line-height: 1;
}

.location {
    font-size: 20px;
    color: #fece3e;
    margin: 15px 0; 
    font-weight: 600;
}

.explore {
    margin-top: 80px;
}

.explore .button {
    width: 300px;
    color: #000000;
    transition: all 0.3s ease-in-out;
    background: #fff;
    border: 1px solid #000000;
    font-size: 16px;
}

.explore .button:hover {
    color: #000000;
    transition: all 0.3s ease-in-out;
    background: #fece3e;
    border: 1px solid #fece3e;
}


.partner {
    padding: 70px 0;
    background: url(../images/partnerBg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.partners-list {
    margin-top: 90px;
}

.partner .section__heading {
    color: white;
    text-align: center;
}

.partners-list .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.testimonials {
    padding: 80px 0;
    background: #f8f9fb;
}

.testimonials .owl-dots {
    bottom: -40px
}

.testmonial-inner {
    display: flex;
}

.client-data {
    background: white;
    padding: 25px 25px 30px;
    position: relative;
    margin-left: 50px;
    flex: 1;
}

.client-data:before {
    position: absolute;
    left: -50px;
    top: 0px;
    content: '';
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 50px solid #fff;
}

.client__name {
    font-weight: 600;
    margin-top: 20px;
}

.client__view {
    font-size: 14px;
    margin-bottom: 10px;
}

.clinetImage {
    min-width: 100px;
    border-radius: 50%;
    overflow: hidden;
    height: 100px;
    max-width: 100px;
}

.clinetImage img {
    height: 100px;
    width: 100px;
}

.newsLetter {
    padding: 20px 0;
    background: #feb563;
    float: left;
    width: 100%;    
}

.newsLetter .flex-row {
    justify-content: space-between;
}

.newsLetter .section__heading {
    margin-bottom: 0;
    font-weight: normal; 
    font-weight: 600;
}

.news_text {
    flex: 1;
    text-align: center;
    color: #000000;
}

.newsLetter form {
    width: 400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.newsLetter form .newsLetter__element {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 0;
    padding: 10px 30px;
    outline: none;
}

.newsLetter form .newsLetter__button {
    position: absolute;
    right: 5px;
    width: 140px;
    background: #000000;
    height: 40px;
    border-radius: 50px;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    outline: none;
}

.newsLetter form .newsLetter__button:hover {
    background-color: #feb563;
}

.footer-linksrow {
    background: #121921;
    padding: 60px 0;
    float: left;
    width: 100%;
}

.footer-linksrow .flex-row {
    align-items: flex-start;
}

.footer-item {
    width: 25%;
    padding-right: 10px;
}

.footer-item .action-button {
    justify-content: flex-start;
    margin-top: 20px;
}

.footer-item address {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
    font-style: initial;
}

.footer__heading {
    font-size: 20px;
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
}

.footer-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-link {
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1;
}

.footer-link a {
    color: #d2d2d2;
}

.footer-link a:hover {
    color: #feb563
}

.social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.social-menu .social-menuitem {
    margin-right: 20px;
    font-size: 20px;
}

.social-menu .social-menuitem a {
    color: #b7babc;
    padding: 0;
}

.social-menu .social-menuitem:hover a {
    color: #ed1c24;
}

.copyright {
    background: #121921;
    text-align: center;
    color: white;
    padding: 10px 0;
    font-size: 16px;
    border-top: 1px solid #777;
    float: left;
    width: 100%;
}

.payment-icons {
    max-width: 120px;
}

.payment-icons img {
    display: block;
}

.copyright .flex-row {
    justify-content: space-between;
    align-items: center;
}

.privacy-list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
}

.privacy-list li {
    font-size: 14px;
    margin-left: 15px;
}

.privacy-list li a {
    color: #d2d2d2
}

.innerBanner {
    padding: 150px 0;
    background-size: cover;
    background-position: center;
}

.innerBanner__heading {
    font-size: 50px;
    font-weight: 600;
    color: #feb563;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
    
    font-weight: 600;
    font-size: 60px;
    position: relative;
    z-index: 11;
}

.innerBanner__caption {
    font-size: 60px;
    color: white;
    text-align: CENTER;
    max-width: 800px;
    margin: 0 auto;
    font-weight: bold;
}

.innerBanner__caption_small {
    font-size: 20px;
    color: white;
    text-align: CENTER;
    line-height: 30px;
    max-width: 800px;
    margin: 0 auto;
}

.events {
    padding: 60px 0;
}

.section__content {
    font-size: 16px;
    color: #5c5c5c;
    line-height: 28px;
}

.blackColor {
    color: #222 !important;
}

.eventList {
    display: flex;
    flex-wrap: wrap;
}

.eventItem {
    width: 32%;
    margin-right: 2%;
    margin-top: 50px;
    text-align: center;
}

.eventItem:nth-child(3n+3) {
    margin-right: 0;
}

.eventItem .eventImage {
    overflow: hidden;
}

.eventItem .eventImage img {
    transition: all 0.3s ease-in-out 0s;
    display: block;
}

.eventItem:hover .eventImage img {
    transform: scale(1.2);
    transition: all 0.3s ease-in-out 0s;
}

.event__name {
    font-size: 25px;
    line-height: 35px;
    color: #515151;
    font-weight: 600;
    text-align: CENTER;
    padding: 0 30px;
    margin: 25px 0;
}

.eventItem .button {
    margin: 0 auto;
    width: 120px;
    text-transform: capitalize;
}


.whoWeAre .flex-row {
    justify-content: space-between;
    align-items: initial;
}

.whoWeAre .whoWeAre-details {
    min-width: 50%;
    padding: 60px 40px;
    background: url(../images/aboutbg.jpg);
    background-size: cover;
}

.whoWeAre-details .section__heading {
    color: white;
}

.whoWeAre-details p {
    color: #fff;
    line-height: 28px;
    font-size: 14px;
}

.whoWeAre-details .section__heading {
    text-align: left;
}

.whoWeAre-Image {
    min-width: 50%;
}

.whoWeAre-Image img {
    display: block;
}

.mission {
    padding: 70px 0;
    color: #222222;
    font-size: 14px;
}

.mission .section__heading {
    text-align: center;
}

.founder {
    padding: 70px 0;
}

.founder .flex-row {
    justify-content: space-between;
    margin-bottom: 45px;
    font-size: 14px;
    line-height: 1.7;
}

.founderImage {
    min-width: 350px;
    max-width: 350px;
    margin-left: 50px;
}

.founder .section__heading,
.team_page .section__heading {
    text-align: center;
}

.team_page {
    width: 100%;
    overflow: hidden;
    background-color: #f6f6f6;
    padding: 80px 0 30px;
}

.team_box {
    display: flex;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: 60px auto;
}

.team_row {
    width: calc(25% - 30px);
    flex-wrap: wrap;
    margin: 0 15px;
    margin-bottom: 50px;
    text-align: center;
}

.team_row img {
    display: block;
}

.team_row h3 {
    font-size: 20px;
    margin: 15px 0 10px;
    line-height: 1;
}

.team_row .designation {
    margin: 0;
    font-size: 14px;
    color: #666666;
}

.staff {
    padding: 50px 0;
    background: #eff1f4;
}

.staff-image {
    width: 620px;
    margin: 40px auto 0;
    max-width: 100%;
}

.map {
    position: relative;
    padding: 40px 0;
}

.map iframe {
    width: 100%;
    height: 400px;
}

.contactPage {
    padding: 45px 0 0;
    background: #ffffff;
}

.contactPage .container {
    max-width: 980px;
    margin: -150px auto 50px;
    position: relative;

}

.contactPage--inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.contactPage--inner>div {
    background: WHITE;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
}

.formWrapper {
    width: 48%;
}

.form--control {
    margin-bottom: 25px;
}

.form--control:last-child {
    margin-bottom: 0px;
}

.form__element {
    width: 100%;
    height: 45px;
    border: 1px solid #e2e4e8;
    border-radius: 5px;
    padding: 0 10px;
    color: #0e2b5c
}

textarea.form__element {
    height: 100px;
    padding: 10px;
    resize: none;
}

.contact__heading {
    font-size: 20px;
    color: #3d3936;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    text-align: left;
}

.formWrapper .button.red--button {
    background: #feb563;
}

.sidebar {
    width: 48%;
}

.sidebar__heading {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.sidebar-field {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: center;
}

.icon {
    color: #000;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 600;
}

.sidebar-content {
    color: #282828;
    line-height: 25px;
    font-size: 14px;
}

.socialMedia {
    display: flex;
    justify-content: center;
}

.socialMedia a {
    margin: 0 10px;
    font-size: 20px;
}


.gallaryGrid {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin: 20px auto 0;
    padding: 0 10px;
    flex-wrap: wrap;
}

.grid-coloum {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.full-coloum {
    width: 100%;
}

.gridImage {
    margin-bottom: 5px;
    flex: 1;
    position: relative;
}

.gridImage::after {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.gridImage:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.grid-coloum img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.eventDetail {
    padding: 50px 0;
}

.eventDetailInner {
    margin: 50px 0 0;
}

.eventDetail-content {
    width: 50%;
    background: #f20f3f;
    position: relative;
    padding: 30px 0;
}

.eventDetail-content h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 auto 10px;
}

.eventDetail-content::before {
    top: 0;
    bottom: 0;
    left: -100%;
    background: #f20f3f;
    content: '';
    position: absolute;
    width: 100%;
    z-index: 11;
    border-radius: 10px 0px 0 10px;
}

.seletpack {
    margin: 10px 0;
    position: relative;
    width: 49%;
}

.eventDetail-content::after {
    top: 0;
    bottom: 0;
    right: -50px;
    background: #000000;
    content: '';
    position: absolute;
    width: 50px;
    z-index: 11;
    border-radius: 0 10px 10px 0;
}

.eventDetail-image {
    width: 50%;
}

.reserve {
    padding: 200px 0;
    background-image: url(../images/reserve.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.reserve .section__caption {
    font-size: 60px;
}

.reserve a {
    margin: 20px auto 0;
    width: 200px;
    background-color: white;
    color: #000000;
}

.includes {
    background: #eaf0f4;
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 50px;
}

.includes h3 {
    font-size: 40px;
    margin: 0;
    line-height: 1;
    color: #118adb;
}

.notIncludes {
    margin-top: 20px;
    background-color: #f6eded;
}

.notIncludes h3 {
    color: #fc3d3d;
}

.includes ul,
.notIncludes ul {
    display: flex;
    max-width: 800px;
    margin: 20px auto 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    text-align: left;
}

.includes ul li,
.notIncludes ul li {
    width: 48%;
    margin-top: 20px;
    position: relative;
    padding-left: 30px;
}

.includes ul li::before,
.notIncludes ul li::before {
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    color: #58b73e;
    position: absolute;
    left: 0;
    top: 0;
}

.notIncludes ul li::before {
    content: "\f00d";
    color: #fc3d3d;
}

.viewPackage {
    padding: 60px 0;
}

.viewPackage-inner {
    background: #edf6ee;
    border-radius: 10px;
    padding: 40px
}

.viewPackage-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.viewPackage-inner ul li {
    margin-bottom: 35px;
}

.viewPackage-inner ul li:last-child {
    margin-bottom: 0;
}

.package__heading {
    font-size: 30px;
    color: #59c765;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.viewPackage .button {
    margin: 30px auto 0;
    width: 160px;
    background: #000000;
    color: #fff;
}

.newsLetters {
    width: 100%;
}

.newsLetters form {
    padding: 0 40px 60px;
}

.modal-body .section__caption {
    margin-bottom: 20px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
    font-style: normal;
}

.form__msg {
    font-size: 16px;
    margin: 40px 0 20px;
    text-align: center;
    font-weight: 600;
}

.newsLetters button {
    background: #f20f3f;
    width: 100%;
    padding: 10px;
    color: white;
    height: auto;
    font-weight: bold;
    font-size: 16px;
}

.newsLetters button:hover {
    background-color: #feb563;
}


.book-now {
    font-size: 18px;
}

.booknowBox {
    border: 1px solid #f20f3f;
    width: 50%;
    border-radius: 19px;
    margin: 10px;
    padding: 10px 32px 48px 32px;
}

.booknowBox h1 {
    color: #f20f3f;
    font-weight: 600;
    font-size: 21px;
}

.booknowBox p {
    color: #8e8d8d;
    font-weight: 500;
    padding: 2px 0;
}

.booknowBox p span {
    color: #000;
    font-weight: 600;
}

.text-control {
    float: left;
    width: 50%;
    padding: 0 16px 30px 0px;
}

.form-element {
    width: 100%;
}

.text-control .form-element {
    height: 49px;
}

.text-textarea {
    padding: 0 16px 20px 0px;
}

.text-textarea .form-element {
    height: 49px;
}

.btn-box ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.btn-box ul li {
    padding: 15px 29px;
    margin: 8px 10px 8px 0px;
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 7px;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.5s;
}

.btn-box ul li:hover {
    background-color: #efebeb;
}

table.table tr td {
    font-weight: 600;
    line-height: 30px;
}

.text-clickhere h3 {
    color: #f20f3f;
    font-style: italic;
    padding: 46px 0 0 0;
}

.button1 {
    width: 250px;
    font-weight: 600;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    background-color: #f20f3f;
}

.pckdetl {
    float: left;
    width: 70%;
}

.pckdetr {
    float: right;
    width: 28%;
    border: 1px solid #dedede;
    background-color: #f5f5f5;
    border-radius: 6px;
}

.height-auto {
    display: inline-block;
    width: 100%;
}

.b-gray {
    border-top: 1px solid #dedede;
}

.pckdetl {
    float: left;
    width: 70%;
}

.pckdetr {
    float: right;
    width: 28%;
    border: 1px solid #dedede;
    background-color: #f5f5f5;
    border-radius: 6px;
}

.height-auto {
    display: inline-block;
    width: 100%;
}

.b-gray {
    border-top: 1px solid #dedede;
}


.yellow--button {
    color: #fff;
    transition: all 0.3s ease-in-out;
    background: #ec1c27;
    border: 1px solid #fff;
    width: auto;
    padding: 0 12px;
}

.yellow--button:hover {
    color: #000000;
    border: 1px solid #ec1c27;
    background: #fff;
}

.description {
    overflow: hidden;
}

.descriptin-left {
    width: 68%;
    float: left;
}

.descriptin-left h4 {
    font-size: 30px;
}

.descriptin-left p {
    line-height: 32px;
    padding: 0px;
    margin: 0px;
}

ul.about-ul {
    padding: 0px;
    margin-left: 0px;
}

ul.about-ul li {
    position: relative;
    background: url(../images/arrow-d.png) left center no-repeat;
    display: inline-block;
    margin: 12px 0px 0 0px;
    width: 48%;
    color: #5c5c5c;
    font-weight: 500;
    font-size: 14px;
    padding: 1px 0 0 20px;
    line-height: 30px;
}

.descriptin-right {
    width: 30%;
    float: right;
padding-bottom: 25px;
}

section.wheretoNext .flex-row {
    align-items: flex-start;
    position: relative;
}

.descriptin-right img {
    float: right;
    margin: 0 26px 0 0;
    width: 100%;
}

.sliderpack {
    width: 80%;
}

.PackSlider h3 {
    font-size: 32px;
    font-weight: 600;
}

.PackSlider h4 {
    font-size: 18px;
    font-weight: 600;
    color: #5c5c5c;
    font-style: italic;
}

/*******************
Margin
*******************/
html body .m-0 {
    margin: 0px;
}

html body .m-l-5 {
    margin-left: 5px;
}

html body .m-l-10 {
    margin-left: 10px;
}

html body .m-l-15 {
    margin-left: 15px;
}

html body .m-l-20 {
    margin-left: 20px;
}

html body .m-l-30 {
    margin-left: 30px;
}

html body .m-l-40 {
    margin-left: 40px;
}

html body .m-r-5 {
    margin-right: 5px;
}

html body .m-r-10 {
    margin-right: 10px;
}

html body .m-r-15 {
    margin-right: 15px;
}

html body .m-r-20 {
    margin-right: 20px;
}

html body .m-r-30 {
    margin-right: 30px;
}

html body .m-r-40 {
    margin-right: 40px;
}

html body .m-t-0 {
    margin-top: 0px;
}

html body .m-t-3 {
    margin-top: 3px !important;
}

html body .m-t-5 {
    margin-top: 5px;
}

html body .m-t-10 {
    margin-top: 10px;
}

html body .m-t-15 {
    margin-top: 15px;
}

html body .m-t-20 {
    margin-top: 20px;
}

html body .m-t-30 {
    margin-top: 30px;
}

html body .m-t-40 {
    margin-top: 40px;
}

html body .m-b-0 {
    margin-bottom: 0px;
}

html body .m-b-5 {
    margin-bottom: 5px;
}

html body .m-b-10 {
    margin-bottom: 10px;
}

html body .m-b-15 {
    margin-bottom: 15px;
}

html body .m-b-20 {
    margin-bottom: 20px;
}

html body .m-b-30 {
    margin-bottom: 30px;
}

html body .m-b-40 {
    margin-bottom: 40px;
}


.seletpack {
    margin: 12px;
    position: relative;
}

/*******************
Paddings
*******************/
html body .p-0 {
    padding: 0px;
}

html body .p-10 {
    padding: 10px;
}

html body .p-20 {
    padding: 20px;
}

html body .p-30 {
    padding: 30px;
}

html body .p-l-0 {
    padding-left: 0px;
}

html body .p-l-10 {
    padding-left: 10px;
}

html body .p-l-20 {
    padding-left: 20px;
}

html body .p-l-30 {
    padding-left: 30px;
}

html body .p-l-40 {
    padding-left: 40px;
}

html body .p-r-0 {
    padding-right: 0px;
}

html body .p-r-10 {
    padding-right: 10px;
}

html body .p-r-20 {
    padding-right: 20px;
}

html body .p-r-30 {
    padding-right: 30px;
}

html body .p-r-40 {
    padding-right: 40px;
}

html body .p-t-0 {
    padding-top: 0px;
}

html body .p-t-10 {
    padding-top: 10px;
}

html body .p-t-15 {
    padding-top: 15px;
}

html body .p-t-20 {
    padding-top: 20px;
}

html body .p-t-30 {
    padding-top: 30px;
}

html body .p-t-40 {
    padding-top: 40px;
}


html body .p-b-0 {
    padding-bottom: 0px;
}

html body .p-b-5 {
    padding-bottom: 5px;
}

html body .p-b-10 {
    padding-bottom: 10px;
}

html body .p-b-20 {
    padding-bottom: 20px;
}

html body .p-b-30 {
    padding-bottom: 30px;
}

html body .p-b-40 {
    padding-bottom: 40px;
}

.action-button .button.red--button {
    background-color: #222222;
    color: white;
    border-color: #222;
}

.packageDetails {
    padding: 60px 0;
}

.marging-0 {
    margin: 0px;
}

.packageWrapper {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
}

.bg-white {
    background-color: #fff !important;
}

.packhotel {
    position: absolute;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgb(0 0 0 / 68%), rgb(0 0 0 / 69%));
    background-blend-mode: overlay;
    width: 50%;
    padding: 10px 15px;
    /* height: 100%; */
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.packhotel h1 {
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-size: 20px;
}

.packhotel p {
    padding-top: 6px;
    margin: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

span.read-more {
    margin-top: 30px;
    display: inline-block;
}

span.read-more a {
    background: #f20f3f;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    transition: all 0.5s;
    font-weight: 500;
}

.testimonial_modal {
    width: 100%;
    max-width: 900px;
    padding: 20px;
}

#testimonial {
    height: 147px;
}

.testimonial_modal .left {
    float: left !important;
    width: 58.33333% !important;
    height: 408px !important;
}

.testimonial_modal .left {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #CCCCCC;
    padding-right: 30px !important;
    background: #fff !important;
}

.testimonial_modal .right {
    float: left;
    width: 41.66667%;
    background: #fff !important;
    height: 408px !important;
}

.testimonial_modal .right .imgdiv img {
    border: 5px solid #ededed !important;
    width: 195px !important;
    height: 195px !important;
}

.testimonial_modal .right .imgdiv {
    margin: 43px 0 !important;
}

.testimonial_modal .right .imgdiv img {
    border: 5px solid #ededed;
    width: 195px !important;
    height: 195px !important;
}

.wri {
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 20px;
    color: #000;
}

.btn-bs-file {
    position: relative;
}

.btn-bs-file input[type="file"] {
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 0;
    height: 0;
    outline: none;
    cursor: inherit;
}

.btn-lg {
    padding: 15px 160px;
    font-size: 18px;
}

.btn-info {
    color: #fff;
    background-color: #000;
    cursor: pointer;
}

.testimonial_modal .action-button .button.red--button {
    width: 100%;
    margin-top: 9px;
    border: 0px solid !important;
    height: 49px;
}

.testimonial_modal-content {
    background: #fff;
    box-shadow: 0 0 13px #7c7d7e;
    border-radius: 5px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 10;
}

.testimonial-header-title {
    color: #0ad2c1;
    font-size: 18px;
    margin: 0;
    padding: 16px 0;
    font-weight: 600;
}

button.testimonial-header-close {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.form-box label {
    font-size: 16px;
    padding-bottom: 0px;
    display: block;
}

.testRow {
    padding: 20px;
    display: flex;
}

.form-element {
    transition: all .3s;
    padding: 16px;
}

.testimonial--left {
    border-right: 1px solid #ddd;
    padding-right: 20px;
    margin-right: 20px;
    width: 70%;
}

.form-col {
    padding: 0 10px;
    flex: 1;
}

.form-row {
    display: flex;
    margin-bottom: 14px;
    margin-left: -10px;
    margin-right: -10px;
}
.form-box p {
    margin: 0;
}
.testBtn {
    background: #fb5b5b;
    color: #fff;
    display: block;
    width: 100%;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    height: 42px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .3s;
}

.testBtn:hover {
    background-color: #c63838;
}

.form-element {
    transition: all .3s;
    padding: 16px;
    outline: none;
}
.form-element:focus {
    border: 1px solid #fb5b5b;
}

.testimonial-title {
    text-align: center;
}

.imgdiv {
    width: 160px;
    height: 160px;
    margin: 10px auto;
    border: 4px solid #e5dcdc;
    border-radius: 100%;
    overflow: hidden;
}

.testimonials-imagebtns {
    transition: all .3s;
    height: 42px;
    background: #3fce72;
    display: block;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    margin-top: 38px;
}

.testimonials-imagebtns:hover {
    background: #24994e;
}


label.testimonials-imagebtns input {
    position: absolute;
    opacity: 0;
    left: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.testimonial--right {
    width: 30%;
}
.col-2-yhgd {
  margin-left: -10px;
  margin-right: -10px; 
}
.col-2-kjhykkh {
    width: 48%;
    float: left;
    background-color: #f0f0f0;
    padding: 30px 40px;
    min-height: 400px;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 10%);
    margin: 1%;   
}
.col-3-yhgd {
  margin-left: -10px;
  margin-right: -10px; 
  display: flex;
}
.col-3-kjhykkh {
    width: 31.3333%;
    float: left;
    background-color: #f0f0f0;
    padding: 30px 40px;
    min-height: 320px;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 10%);
    margin: 1%;
    display: flex;
    flex-direction: column;
}
.khhgjgjg {
    background-color: #feb563;
    float: left;
    padding: 50px 0;    
}
.col-3-jgjggjj {
    width: 500px;
    margin: 30px auto;
    display: table;
}
.col-3-jgsdghj {
    width:33.333%;
    float:left;
}
.col-3-jgsdghj a {
    text-align: center;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px;
    color: #000;
    display: table;
    width: 100%;
    border: 5px solid #f6b562;
}
.col-4-erewr {
    width: 48%;
    float: left;
    padding-left: 95px;
    padding-top: 20px;
    padding-right: 20px;
    position: relative;
}
.col-4-erewr:before {
    content:"";
    background-image:url(https://www.trippintravelinc.com/group-admin/uploads/cms/passport.png);
    position:absolute;
    width:80px;
    height:80px;
    left:0;
}
.col-4-erewrfsfd {
    width: 48%;
    float: left;
    padding-left: 95px;
    padding-top: 20px;
    padding-right: 20px;
    position: relative;
    min-height: 250px;
}
.priority-1:before {
    content:"";
    background-image:url(https://www.trippintravelinc.com/group-admin/uploads/cms/priority.png);
    position:absolute;
    width:80px;
    height:80px;
    left:0;    
}
.best-quality:before {
    content:"";
    background-image:url(https://www.trippintravelinc.com/group-admin/uploads/cms/best.png);
    position:absolute;
    width:80px;
    height:80px;
    left:0;    
}
.reliable-1:before {
    content:"";
    background-image:url(https://www.trippintravelinc.com/group-admin/uploads/cms/reliable.png);
    position:absolute;
    width:80px;
    height:80px;
    left:0;    
}
.contact-1:before {
    content:"";
    background-image:url(https://www.trippintravelinc.com/group-admin/uploads/cms/contact-hsd.png);
    position:absolute;
    width:80px;
    height:80px;
    left:0;    
}
.storyform-congnito {
    width: 100%;
    padding: 20px;
    box-sizing: content-box;
    background-color: #f6b562;
    margin-right: 30px;
}
.cog-branding {
    display:none !important;
}
.el-textarea__inner {
    min-height: 100px !important;
    height: 100px !important;    
}
.cog-button--primary {
    width: 100% !important;
    font-weight: bold;
}
@media all and (max-width:1170px) {
    .container {
        width: 100%;
		max-width: 100%;   
        padding-left: 16px;
        padding-right: 16px;
    }


}

@media all and (max-width:980px) {

    .top-menu {
        padding-right: 16px;
    }

    .leftBox {
        width: 48%;
        min-width: 48%;
    }

    .trip-name {
        font-size: 13px;
    }

    .trip-image {
        min-width: 150px;
        width: 150px;
    }

    .wheretoNext {
        padding: 40px 0 20px;
    }

    .nextImage {
        display: none;
    }

    .Gallery,
    .Dream,
    .testimonials {
        padding: 40px 0;
    }

    .testimonials .owl-dots {
        bottom: -20px;
    }

    .newsLetter .flex-row {
        display: block;
    }

    .newsLetter .section__heading {
        text-align: center;
        padding-bottom: 16px;
    }

    .news_text {
        padding-bottom: 20px;
    }

    .menu-item {
        font-size: 14px;
        margin-left: 14px;
    }

    .OurStory .flex-row {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .story,
    .storyImage {
        width: 100%;
        max-width: 100%;
    }

    .storyImage img {
        width: 100%;
        margin-top: 0;
        display: block;
    }

    .OurStory {
        padding: 40px 0;
    }

    .Newtrips-content {
        padding: 10px 10px;
    }

    .photGrid {
        flex-wrap: wrap;
    }

    .leftimage {
        width: 100%;
    }

    .rightimage {
        flex: inherit;
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
        display: none;
    }

    .photGrid img {
        display: block;
        width: 100%;
    }

    .footer-link {
        font-size: 12px;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .eventItem {
        width: 49%;
        margin-right: 2%;
        margin-top: 50px;
        text-align: center;
    }

    .eventItem:nth-child(3n+3) {
        margin-right: 2%;
    }

    .eventItem:nth-child(2n+2) {
        margin-right: 0;
    }

    .contactPage .container {
        max-width: 980px;
        margin: 0;
        position: relative;
        width: 100%;
    }
}




@media all and (max-width:767px) {
    .testRow {
        display: block;
    }
    .form-col + .form-col {
        margin-top: 14px;
    }
    .modal-dialog {
        margin-top: 10px;
    }

#testimonial {
    height: auto!important;
}
.wri {
    display: block;
    width: 220px;
    margin: 20px auto;
}
#testimonial_modal .modal-dialog{
	margin:0px!important
}
    .form-row {
        display: block;
    }

    .testimonial--right {
        width: 100%;
        margin-top: 40px;
    }
    .testimonial--left {
        width: 100%;
        border: 0;
        padding: 0;
    }

    .logoBar .flex-row {
        position: relative;
        padding-top: 40px;
    }

    .banner_category {
        color: #ff7a32;
        font-size: 44px;
    }

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

    ul.top-menu li:nth-child(2) {
        display: none;
    }

    .top-head {
        padding: 10px 0;
        background: #fece3e;
    }
 

    .top-list li {
        margin-right: 5px;
        font-size: 9.5px;
    }

    .top-menu li {
        margin: 0 8px;
    }

    .top-menu {
        font-size: 13px;
        align-items: center;
        /* order: 0; */
        width: auto;
        justify-content: center;
        padding: 0;
        top: 0;
        display: flex;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        left: 0;
    }

    .logoBar {
        padding: 10px 0;
    }

    .logo {
        max-width: 120px;
        order: 1;
    }

    .mobile-menu {
        order: 2;
    }

    .menu {
        display: none;
    }

    .pckdetl .hero-banner .owl-stage {
        height: 390px;
    }

    .container .container {
        padding: 0;
    }
    .PackSlider .action-button {
        display: flex;
        justify-content: center;
        margin: 20px auto 0 auto !important;
        float: none !important;
    }
    .has-openMenu .menu {
            display: block;
    position: absolute;
    left: -16px;
    right: -16px;
    top: 108px;
    background: #333;
    z-index: 100;
    padding: 20px;
    }

    .menu-item.active,
    .menu-item:hover {
        border-bottom: 0;
        color: #ffffff;
    }

    .menu-item {
        margin-left: 0;
        margin: 24px 0;
        padding: 0;
    }

    a.menu-link {
        display: block;
        font-size: 16px;
        text-align: center;
    }

    .menu-link {
        display: flex;
        justify-content: flex-start;
        color: white;
    }

    li.menu-item.mailing {
        border: 0;
        padding: 10px 10px;
        border-radius: 3px;
        background: #ff5722;
    }

    .fixed-header .menu-item.active,
    .fixed-header .menu-item:hover {
        border: none;
    }

    .mobile-menu {
        display: block;
        color: #765c2f;
        font-size: 25px;
        cursor: pointer;
        position: relative;
        top: 0px;
    }

    .flex-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .hero-banner .item {
        height: 330px !important;
    }

    .bannerImage {
        height: 100%;
        width: 100%;
        position: ABSOLUTE;
        top: 0;
        left: 0;
        right: 0;
        border: 0;
        object-fit: fill;
        bottom: 0;
    }

    .bannerImage img {
        object-fit: cover;
        height: 100%;
    }

    .banner__heading {
        font-size: 25px;
        line-height: 1.2;
    }

    .banner__content {
        font-size: 16px;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .OurStory {
        padding: 50px 0;
    }

    .section__heading {
        font-size: 30px;
    }

    .story,
    .storyImage {
        max-width: 100%;
    }

    .story__detail {
        font-size: 15px;
        line-height: 26px;
    }

    .nextImage {
        margin: 0 40px;
        width: 100%;
        text-align: center;
    }

    .trip-data {
        width: 100%;
        padding: 20px;
    }

    .trip-name {
        font-size: 16px;
    }

    .bookNow {
        width: auto;
        padding: 8px 20px;
    }

    .trip-description{
        font-size: 15px;
    }

    .trip-image img {
        display: block;
        height: 100%;
        object-fit: cover;
    }

    .travelPackage {
        flex-wrap: wrap;
    }

    .travel--Package {
        padding: 40px 0 0px;
    }

    .travelPackageItem {
        width: 100%;
    }

    .trips {
        padding: 0px 0 50px;
    }

    .leftBox {
        width: 100%;
        min-width: 100%;
    }

    .tripItem {
        flex-wrap: wrap;
        height: auto;
    }

    .trip-image:before {
        display: none;
    }

    .trip-image {
        width: 100%;
    }

    .trip-image img {
        width: 100%;
    }

    .products {
        flex-wrap: wrap;
    }

    .product {
        width: 100%;
        margin-bottom: 40px;
    }

    .product-image img {
        display: block;
        width: 100%;
    }

    .explore {
        margin-top: 20px;
    }

    .Newtrips-content {
        padding: 40px;
    }

    .one-half {
        width: 100%;
    }

    .leftimage {
        width: 100%;
    }

    .bottom-image>div:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .photGrid {
        margin-top: 30px;
    }

    .Gallery {
        padding: 40px 0 20px;
        margin-top: 0px;
        background: #f8f9fb;
    }

    .grid-image {
        width: 100% !important;
    }

    .grid-image img {
        width: 100%;
    }

    .photGrid,
    .bottom-image {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .rightimage {
        flex: initial;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .numbers {
        height: auto;
    }

    .footer-linksrow {
        padding: 30px 0 0px;
    }

    .footer-item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .newsLetter {
        padding: 20px;
    }

    .news_text {
        flex: inherit;
        width: 100%;
        margin:  0;
        text-align: center;
    }

    .footer-link {
        font-size: 15px;
        margin-bottom: 16px;
        line-height: 1.4;
    }
    .one-half.modalImage img {
        height: 100%;
        object-fit: cover;
        max-height: 250px;
        display: block;
        object-position: center;
        width: 100%;
    }

    .copyright{
        padding: 16px 0;
    }

    .payment-icons {
        max-width: 250px;
        margin: 0 auto 20px auto;
    }

    .privacy-list{
        display: block;
    }

    .modal-dialog {
        margin-top: 70px;
    }

    .innerBanner {
        padding: 100px 0;
    }

    .innerBanner__heading {
        font-size: 35px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .innerBanner__caption {
        font-size: 16px;
        line-height: 1.5;
    }

    .events {
        padding: 40px 0;
    }

    .eventItem {
        width: 100%;
        margin-right: 0% !important;
        margin-top: 40px;
        text-align: center;
    }

    .newsLetter-inner {
        width: 100%;
    }

    .newsLetter form {
        width: 100%;
    }

    .privacy-list {
        width: 100%;
    }

    .privacy-list li {
        margin-right: 0;
        margin-top: 12px;
        font-size: 14px;
        margin-left: 0;
    }

    .newsLetter form .newsLetter__button {
        width: 110px;
        height: 40px;
        border-radius: 50px;
        border: 0;
        cursor: pointer;
        font-size: 16px;
    }

    .whoWeAre .whoWeAre-details {
        min-width: 50%;
        padding: 30px;
    }

    .founderImage {
        min-width: 100%;
        margin-top: 40px;
        margin-left: 0;
    }

    .founder,
    .mission {
        padding: 30px 0;
    }

    .team_page {
        padding: 30px 0 0px;
    }

    .team_row {
        width: 100%;
        margin: 0 20px 30px;
    }

    .contactPage .container {
        max-width: 96%;
        margin: 0 auto;
        position: relative;
        width: 100%;
    }

    .contactPage .sidebar {
        width: 100%;
        margin-bottom: 20px;
    }

    .formWrapper {
        width: 100%;
    }

    .seletpack {
        margin: 10px 0;
        position: relative;
        width: 100%;
    }


    .packhotel h1 {
        font-size: 18px;
    }

    .packhotel p {
        font-size: 14px;
        padding: 0px;
    }

    .booknowBox {
        flex: none !important;
        margin: 10px 0;
        width: 100%;
    }

    .text-control {
        width: 100%;
    }

    .btn-box ul li {
        padding: 10 20px;
        font-size: 16px;
        transition: all 0.5s;
    }

    .includes ul li, .notIncludes ul li {
        width: 100%;
    }

    .pckdetl img {
        width: 100%;
    }

    .pckdetr {
        float: none;
        width: 100%;
        margin-top: 12px;
    }

    .pckdetl {
        float: none;
        width: 100%;
        text-align: center;
    }

    html body .m-0 {
        margin: 10px auto;
    }

    .descriptin-left {
        width: 100%;
        float: none;
    }

    .descriptin-right {
        width: 100%;
        float: none;
        text-align: center;
    }

    .descriptin-right img {
        float: none;
        margin: 0;
        width: 100%;
    }

    ul.about-ul li {
        width: 100%;
    }

    .testimonials .section__heading {
        text-align: center;
    }

    .testmonial-inner{
        display: block;
    }

    .clinetImage {
        margin: 0 auto;
    }

    .client-data {
        padding: 20px;
        margin: 20px auto 0 auto;
        min-height: 100%;
        text-align: center;
    }
}

.icon i.fa {
    color: #feb563;
    padding-right: 10px;
}
.sub-menu {
    position: absolute;
    padding: 20px 0;
    z-index: 9999;
    width: 240px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border-top: 3px solid #f5ae86;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -webkit-transform: translateZ(0);
    text-align: left;
    margin-top: 10px;
}
.sub-menu li {
    list-style: none;
    display: table;
}
.sub-menu li a {
    color:#000;
}
.menu li:hover>ul {
    opacity: 1;
    visibility: visible;
}
.staff.bg-white .flex-row{ }
.staff.bg-white .leftBox.seletpack{ width:47% !important; display:inline-block;}

.fixed-header{  position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%) !important;
    background: #fff;
    box-shadow: 0 0 20px #cccccc4f; z-index: 99999;}

@media (min-width:320px) and (max-width: 767px) {
    .col-3-kjhykkh {
    width: 100%;
    float: left;
    background-color: #f0f0f0;
    padding: 20px 25px;
    min-height: auto;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 10%);
    margin: 0;
    margin-bottom: 20px;
}
.col-3-yhgd {
    margin-left: -10px;
    margin-right: -10px;
    display: block;
}
.col-4-erewr:before {
    content: "";
    background-image: url(https://www.trippintravelinc.com/group-admin/uploads/cms/passport.png);
    position: absolute;
    width: 65px;
    height: 65px;
    left: 0;
    background-size: cover;
}
.col-4-erewr {
    width: 100%;
    float: left;
    padding-left: 70px;
    padding-top: 20px;
    padding-right: 20px;
    position: relative;
}
.col-4-erewrfsfd {
    width: 100%;
    float: left;
    padding-left: 95px;
    padding-top: 20px;
    padding-right: 20px;
    position: relative;
    min-height: 250px;
}
.col-3-jgjggjj {
    width: 100%;
    margin: 30px auto;
    display: table;
}
.col-3-jgsdghj {
    width: 100%;
    float: left;
}
.col-3-jgsdghj a {
    text-align: center;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    color: #000;
    display: table;
    width: 90%;
    border: 5px solid #f6b562;
    margin: auto;
}
.storyform-congnito {
    width: 100%;
    padding: 20px;
    box-sizing: content-box;
    background-color: #f6b562;
    margin-right: 0;
    margin-bottom: 20px;
}
.innerBanner__heading {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.innerBanner {
    padding: 50px 0 !important;
}
.col-2-yhgd {
    margin-left: 0;
    margin-right: 0;
}
.col-2-kjhykkh {
    width: 100%;
    float: left;
    background-color: #f0f0f0;
    padding: 20px 25px;
    min-height: auto;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 10%);
    margin: 0;
    margin-bottom: 20px;
}
  .eventDetail .flex-row{ display:grid !important;} 
  .eventDetail-content { order:2;    width: auto; color: #000;
    padding: 0 25px;
    background: #fff;
    width: 100%;
    border: 1px solid #ddd;}
    .eventDetail-image {
    width: 100%;order:1;
}.eventDetail-image img{ width:100% !important;height:100% !important;}
.flex-row .eventDetail-image{order:1;}
.flex-row .eventDetail-content{order:2;}
.eventDetail-content::before{display:none;}
.eventDetail-content::after{display:none;}
.eventDetail-content .content a{color: #f00 !important;}
.footer-linksrow, .contact__heading, .trip-data{ text-align: center;}
.top-menu li:nth-child(6), .lang{ display: none;}
.story .section__heading, .story .section__content {
    text-align: center;
}.story, .storyImage{text-align: center;}
.Dream .section__heading, .travelPackage .section__heading {
    text-align: center; 
}.section__heading{ text-align: center; }
.Gallery, .Dream, .testimonials { 
    text-align: center;
}.story ul li{padding-right: 20px;}
body{ text-align: center;}
.top-menu li:nth-child(1), .top-menu li:nth-child(2), .top-menu li:nth-child(3), .top-menu li:nth-child(4), .top-menu li:nth-child(5){ display: none;}
.AddOns .AddOns-list .AddOns__item {
    width: 46%;text-align: left;}
    .checkboxRow .tableWrapper{ width: auto !important;}
    .checkboxRow .amountBox{ width: auto !important;}
    .top-menu li {
        margin: 0 5px;
    }.top-menu {
        font-size: 11px;}
        .top-menu li i {
            margin-right: 2px }
}




.transition, ul li i:before, ul li i:after, p {
  transition: all 0.25s ease-in-out;
}

.flipIn, ul li, h1 {
  animation: flipdown 0.5s ease both;
}

.no-select, h3 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
   margin: 0;
   font-weight:600;
}

.story  ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.story  ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
.story ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.story ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.story ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.story ul li:last-of-type {
  padding-bottom: 0;
}
.story ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.story ul li i:before, .story ul li i:after {
  content: "";
  position: absolute;
  background-color: #ff7a32;
  width: 3px;
  height: 9px;
}
.story ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.story ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.story ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.story ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.story ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.story ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.two-column-grid-ousdkhfk, .two-column-grid-ousdkhfk1, .two-column-grid-jtTYYQG {
    float: left;
    width: 100%;
    margin-top:30px;
    margin-bottom:30px;
}
.two-column-ousdkhfk {
    background-color: #feb563;
    width: 31.333%;
    margin: 1%;
    padding: 25px 15px;
    float: left;
    min-height: 640px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
}
.two-column-ousdkd4dfdhfk {
    background-color: #feb563;
    width: 31.333%;
    margin: 1%;
    padding: 25px 15px;
    float: left;
    min-height: 500px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    font-weight: 400;   
}
.two-column-jaggdkhk {
    width: 33.333%;
    padding: 5px 10px;
    float: left;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    font-weight: 400;
}
@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.cls-clear {
    clear:both;
}
.hero-banner #banner {
   z-index: -99999;
}

@media (min-width: 320px) and (max-width:767px) {
    .eventDetail-content img{ height: auto !important;}
    .action-button.m-b-30.pull-left{ float: none !important;}
    ul li{ text-align: left;}
    .section__heading.text--left.m-b-0{ text-align: center !important;}
    .pckdetr{ text-align: left;}
    .staff section h3 { text-align: center;}
    .payment-img img{ display: inline-block;}
    .action-button.pull-left{ float: none !important;}
   footer ul li {
        text-align: center;
    }
}
.menu-item--link{ display: flex;}
.submenu-downarrow{ padding-left: 10px;}
.sub-menu{ margin-top: 30px;}
.OurStory .flex-row{ align-items: unset;}
.OurStory .flex-row h2 p{ margin: 0;}
.eventDetailInner .flex-row{ align-items: unset;}
.eventDetailInner .eventDetail-image{ padding-left: 30px;}
.eventDetailInner .eventDetail-content{ padding-top: 0;}
.storyImage{ padding-top: 30px;}
@media (min-width: 320px) and (max-width:767px) {
    .submenu-downarrow{ color: #fff;}
    .menu-item--link { 
        justify-content: center;
    }
    .menu-item--link { 
        position: relative;
        z-index: 9;
    }.sub-menu{ padding: 0;}
    .top-menu { 
        justify-content: space-between !important;
    }
    .sub-menu li {
        list-style: none;
        display: block;
        padding: 10px 20px !important;
        margin: 0 !important;
        text-align: center;
    }
    .menu .menu-item--link:nth-child(3){ z-index: 9999999;}
    .eventDetailInner .eventDetail-content {
        padding-top: 0;
    }
    .eventDetailInner .eventDetail-image {
        padding-left: 0;
    }
    .eventDetailInner div{ width: 100% !important;}
 
    .eventDetail-content2 .row div:nth-child(1){ order: 1;}
.eventDetail-content2 .row div:nth-child(2){ order: 2;}


.eventDetail-content2 .row div:nth-child(3){ order: 4;}
.eventDetail-content2 .row div:nth-child(4){ order: 3;}

.eventDetail-content2 .row div:nth-child(5){ order: 5;}
.eventDetail-content2 .row div:nth-child(6){ order: 6;}

.eventDetail-content2 .row div:nth-child(7){ order: 8;}
.eventDetail-content2 .row div:nth-child(8){ order: 7;}

.eventDetail-content2 .row div:nth-child(9){ order: 9;}
.eventDetail-content2 .row div:nth-child(10){ order: 10;}

.eventDetail-content2 .row div:nth-child(11){ order: 12;}
.eventDetail-content2 .row div:nth-child(12){ order: 11;}

}
.modal{ z-index: 999999;}
.eventDetail-content{ width: auto;}

.eventDetail-content1{ width: 50%;}
.eventDetailInner .eventDetail-image {
    padding-left: 0;
    display: none;
}.eventDetailInner .eventDetail-image1{ width: 50%; padding-left: 30px;}
.PackSlider{ padding-bottom: 30px;}
.sub-menu li a:hover{ color: red !important;}.sub-menu {
    margin-top: 28px;
}
.logoBar{position:absolute; left:0; right:0; top:0; background:#fff;
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
padding 10px 0 50px;}
.logo img{ height:55px;}
.mailing .menu-link + .menu-link{background:#ef4725;}
body span, body p, body{font-family:'Poppins', sans-serif;}
.fixed-header .logoBar{background:#fff !important; padding:10px 0 10px !important}

h1, h1 span, h2, h3, h4{  }
.banner__heading{font-family: "Squada One", sans-serif !important
  font-weight: 400;
  font-style: normal;}

.banner__heading p {
       font-family: "Squada One", sans-serif !important;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0 10px #000;
    letter-spacing:0.5px;
    font-size: 100px;
    width: 80%;
    margin: 0 auto !important;
    font-weight: 400;
    line-height: 90px;
}.banner_category{z-index: 11;
    font-family: "Squada One", sans-serif !important;
    font-style: normal;
    text-align: center;}
.section__heading span{font-style: normal;}
.trip-data .trip-description{font-size: 13px !important;}
.footer__heading{font-weight: 300;}
.faq .section__heading{font-size: 20px; 
    margin: 0 0 10px;
    color: #f04625;}
.faq a:hover{text-decoration:none !important;}
.faq .panel-group {
    margin-bottom: 30px; 
}
a:focus, a:hover { 
    text-decoration: none !important;
}
.faq .panel-body span{font-size:15px !important}
.footer-item h3{    font-size: 20px;
    color: white;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 0;}
.footer-item ul{margin:0;padding:0 0 30px; list-style-type:none; color:#fff}
.footer-item ul a{color:#fff;}
.modal-content{    border: 0px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px !important;}
.newsLetters form {
    padding: 0;
width: 70%;
    margin: 0 auto;
}
.action-button button.button{    padding: 10px 30px !important;
    height: auto !important;
    line-height: normal !important;
    width: 100% !important;}
.modal button.close{    right: 20px !important;
    top: 15px !important;}
@media (min-width: 768px) {
    .modal-dialog {
        width: 500px; 
    }
}.modal-body .section__caption{padding: 10px 0 !important;}
.trip-image img{width:100%}
.story-inner ul{margin:0}
.story-inner ul li{margin: 0 0 5px;
    padding: 10px 20px;
    border: none;
    background: #ff7a3221;
    border-radius: 5px;}
.story-inner ul li p{margin:0}
.story ul li:last-of-type {
    padding-bottom: 10px;
}
.story ul li i{margin-top: 10px;
    right: 20px;}
.storyImage{padding:0;}
.subtitle{position:relative;margin-bottom: 40px;font-family: "Squada One", sans-serif !important;
    font-weight: 100;}
.subtitle:after{width:200px;height:4px;content:"";position:absolute;bottom:-20px;left:0;background:#f04625;}
.newsLetter .section__heading{font-family: "Squada One", sans-serif !important;}
.section__heading, .section__heading span{font-family: "Squada One", sans-serif !important;font-weight: 100;}
.products{margin-top:60px;}
.partner{position:relative;}
.partner .container{position:relative;z-index:2;}
.partner:after{width:100%;content:"";position:absolute;left:0;right:0;top:0;    bottom: 0;
    background: #00000085;}
.partner .subtitle:after{left: 50%; 
    margin-left: -75px;
    width: 150px;}
.innerBanner .section__heading span p{    font-family: "Squada One", sans-serif !important;}
.innerBanner .section__heading span{color: #fff !important;
    text-transform: uppercase !important;}
.whoWeAre .whoWeAre-details{padding: 60px 100px !important;
    background: linear-gradient(45deg, #10b05e, #f6bf20) !important;}
.team_row{padding: 0 0 20px;
    background: linear-gradient(45deg, #f05422, #f6bf20) !important;}
.team_row h3, .team_row .designation{color: #fff;}
.newsLetter{background: linear-gradient(270deg, #f05422, #f6bf20) !important;}

.faq .panel-title a{position:relative;display: block;font-weight: 600;}
.faq .panel-title a i {
       position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 0;
    top: -10px;
}.faq .panel-title a i:before, .faq .panel-title a i:after {
    content: "";
    position: absolute;
    background-color: #ff7a32;
    width: 3px;
    height: 9px;
}
.faq .panel-title a i:after {
    transform: translate(2px, 0) rotate(-45deg);
}
.faq .panel-title a i:before {
    transform: translate(-2px, 0) rotate(45deg);
}
.faq .panel-group .panel{padding: 10px 20px;
    border: none;
    background: #ff7a3221;
    border-radius: 5px;}
.faq .panel-default>.panel-heading{border: none !important;
    padding: 0 !important;
    background: none !important;}
.faq .panel-body {
    padding: 15px 0 0;
    border: none !important;
}


.faq .panel-title a.collapsed i:before {
    transform: translate(2px, 0) rotate(45deg);
}
.faq .panel-title a.collapsed i:after {
    transform: translate(-2px, 0) rotate(-45deg); 
}.whoWeAre-Image img{height: 100%;} 
.subtitle.ftext:after{left: 50%;
    margin-left: -100px;}
.team_box{max-width: unset !important;}
.section__heading, .section__heading span{font-family: Orlean City Demo, sans-serif !important;}
.hero-banner .item {height: 650px !important;}
#banner .owl-carousel .owl-item .item img{height: 650px !important;object-fit: cover;}
.story ul li strong{font-weight:600}
.titletwo span{    font-family: Orlean City Demo, sans-serif !important;
    font-size: 40px;}
.titletwo{line-height: 40px;
    padding: 0;
    margin: 0;}
.includes span, .viewPackage-inner span{background:none !important;font-family: 'Poppins', sans-serif !important; display:block !important;}
.includes ul {background:none !important}
.includes font{font-family: 'Poppins', sans-serif !important;font-size:15px !important;}
.includes h3{font-family: Orlean City Demo, sans-serif !important;
    font-weight: 100; margin:0 0 20px;}
.includes ul li::before, .notIncludes ul li::before{    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    padding: 0;
    font-weight: 100;
    font-size: 13px;top: 13px;
    border: 2px solid #58b73e; background:none !important;}
.includes ul li, .notIncludes ul li{    margin: 0 !important;
    position: relative;
    padding: 5px 0 5px 40px !important;}
.includes ul li span{ text-align:left !important; font-size:15px !important;}
.product-image img{border-radius:6px;}
.notIncludes{margin-bottom:30px}
.notIncludes ul li::before{border-color:#fc3d3d;}
.viewPackage-inner h3{background:none !important;font-family: 'Poppins', sans-serif !important;text-align:center !important}
.viewPackage-inner font{background:none !important;font-family: 'Poppins', sans-serif !important;}
.reserve .section__caption { 
    font-family: Orlean City Demo, sans-serif !important;
}

.viewPackage .button, .reserve a { 
    width: 220px; 
    font-family: "Squada One", sans-serif !important;
    letter-spacing: 3px !important;
    font-size: 25px; 
    height: auto;
}
.eventDetail-content .content p{margin:0 0 0px;}
.eventDetail-content .content{padding:0 0 30px;}
.eventDetail-content .row img{border-radius:8px;}
.viewPackage-inner h4{background:none !important;}
.includes h4{background:none !important;}
.eventDetailInner .row h1 span, .eventDetailInner .row h2 span, .eventDetailInner .row h3 span, .eventDetailInner .row h4 span{font-family: Orlean City Demo, sans-serif !important;
    font-size: 40px;}
.Gallery .photGrid img { 
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.includes h3{background:none !important;margin: 0 !important;} 
.red--button:hover {
    color: #fff;
    background: #201c1c;
}.viewPackage .button:hover{background: #f27e21;
    color: #fff;}
.includes ul li, .notIncludes ul li{    display: flex;
    align-items: center;
    min-height: 60px;}
.includes{margin-bottom: 30px;}
.trips .products .product-image img {
    border-radius: 6px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.menu-item.active, .menu-item:hover{    border-bottom: 2px solid #f8f8f8;}
.OurStory .flex-row h2 p{font-family:Orlean City Demo, sans-serif !important;font-weight:900;}
.section__heading{line-height:unset !important;}

@media (min-width: 320px) and (max-width:767px) {
.mtimer{display:none !important}
.banner__heading p{font-size:50px !important; line-height:50px !important;}
.logo{order:unset !important}
a.menu-link{font-size:11px !important;}
.subtitle:after{width:100px;left:50%;margin-left:-50px}
.mobile-menu .fa{color:#fff}
.whoWeAre .whoWeAre-details{padding:40px 30px !important}
.section__heading{font-size:25px !important}
.section__heading span{font-size:25px !important}
.subtitle.ftext:after{ margin-left: -50px !important;}
.footer-item{margin-bottom:0;}
.viewPackage-inner{word-wrap:break-word;}
.reserve .section__caption {
    font-size: 40px;
}.includes ul li, .notIncludes ul li{min-height:auto;}
.eventDetailInner .row h1 span, .eventDetailInner .row h2 span, .eventDetailInner .row h3 span, .eventDetailInner .row h4 span{
    
    font-size: 30px;
    }
.includes h3, .includes span, .viewPackage-inner span{text-align:left;}
.includes h3{font-size:30px;}
body{font-size:14px;}.has-openMenu .menu{z-index:9999;}
.fixed-header .menu{top:55px !important;}
.hero-banner{position:relative; z-index:2;}
header{position:relative; z-index:9;}
.hero-banner .item{ height:450px !important}
.hero-banner{ min-height:auto !important;}
.OurStory{padding:30px 0 0 !important;}
.story-inner ul li{padding:10px 40px 10px 20px;}
.partner{background-attachment:unset !important}
.reserve{padding:30px 0;background-attachment:unset !important;background-position:center;}
.reserve .section__caption {
    font-size: 20px;
}.viewPackage .button, .reserve a{width:182px !important;font-size:18px !important;line-height:30px;}
.reserve .section__heading{font-size: 20px !important;margin:0 0 10px;}
.trips{padding:0;}

.viewPackage {
    padding: 30px 0;
}
.includes{margin-top:0;}
.products{margin-top: 0;}
.eventDetailInner {
    margin: 0;
}
.eventDetail {
    padding: 30px 0;
}.eventDetail .section__heading{margin:0 0 10px;}
}

.partner, .reserve{background-attachment:unset !important}


