body {
	margin: 0 auto;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.2px;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

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%);
}

header.fixed-header.header-hide {
	position: fixed;
	left: 0;
	right: 0;
	background: white;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	z-index: 1111;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
.fixed-header .top-head{
    display: none;
}
.fixed-header .logoBar {
    padding: 9px 0 0px;
    background: #fece3e;
}
.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: 12px;
	font-weight:bold;
}
.top-list li:last-child{
	margin-right: 0;
}
.top-list a{
	color: #000;
}
.top-list a:hover{
    color: #222;
}


.mobile-menu{
    display: none;
}

.logoBar{
	position: absolute;
    left: 0;
    right: 0;
	z-index: 11;
	padding: 20px 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;
}

.top-menuitem {
	margin-right: 25px;
	color: #5c5c5c;
}

.menuitem-link {
	color: #5c5c5c;
	font-size: 20px;
}

.menuitem-link:hover {
	color: #ff204a;
}

.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: #000000;
	transition: all 0.3s ease-in-out;
	background: #fece3e;
	border: 1px solid #fff;
}
.red--button:hover{
	color: #000000;
	border: 1px solid #fece3e;
	background: #fff;
}

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

.main-menu {
    background: #e0ded682;
    padding: 0px 0;
    position: relative;
}
.menu {
	margin: 0;
	padding: 0;
	display: flex;
	list-style-type: none;
}
.menu-item {
    position: relative;
	font-size: 15px;
	margin-left: 40px;
	padding-bottom:5px;
}
.menu-link {
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	padding: 0 8px;
	text-decoration: none!important;
}
.menu-item.active,
.menu-item:hover {
	border-bottom:2px solid #fece3e;
	color:#fff;
}
.menu-item.active .menu-link,
.menu-item:hover .menu-link{
	color:#fff;
}
.menu-link:hover {
	color: #ff204a;
}

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

video {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: ABSOLUTE;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    object-fit: fill;
}
.banner__heading {
    color: #fff;
    font-size: 50px;
    margin: 0 auto 10px;
    text-transform: inherit;
    font-weight: 700;
    position: relative;
    z-index: 11;
    text-align: center;
}
.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 .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: #fece3e !important;;
}

.section__heading {
    font-size: 40px;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 10px;
    color: #222222;
    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-family: 'Aisyah Demo';
    font-weight: 600;
    font-style: normal;
}
.red{
    color: #ff4149;
}
.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-family: 'Aisyah Demo';
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    color: #ff4149;
    margin: 20px 0;
}


.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;
    background-image: url(../images/gallaryBG.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 50px;
}
.photGrid{
    margin-top: 80px;
}
.photGrid,.bottom-image {
    display: flex;
    justify-content: space-between;
}
.leftimage {
    width: 725px;
}
.photGrid img{
    display: block;
}
.top-image {
    margin-bottom: 20px;
}
.bottom-image > div:first-child{
    margin-right: 20px;
}
.rightimage {
    flex: 1;
    margin-left: 20px;
}

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

.products {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
}
.product {
    width: 31%;
}
.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;
    z-index: 2;
}
.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;
}

.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.2);
}
.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;
}


.trips {
    text-align: center;
    padding: 70px 0;
}
.date {
    font-size: 16px;
    color: #222;
    margin-bottom: 15px;
    line-height: 1;
}
.location {
    font-size: 20px;
    color: #fece3e;
    margin: 15px 0;
    font-family: 'Aisyah Demo';
    font-weight: 600;
    font-style: normal;
}

.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;
}


.numbers {
	padding: 145px 0;
	background: url(../images/NumbersBG.jpg);
	background-size: cover;
	background-position: center;
    height: 500px;
    background-attachment: fixed;
}
.numbers .section__heading{
	font-size: 70px;
	line-height: 1;
}

.numbersList {
    list-style: none;
    margin: 100px auto 0;
    padding: 0;
    display: flex;
}
.numbersList-item {
    width: 33.33%;
	text-align: center;
    color: white;
    border-right: 1px solid white;
}
.numbersList-item:last-child{
    border: 0;
}

.count {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
}
.number_caption {
    font-size: 40px;
    line-height: 1;
    margin-top: 15px;
    font-family: 'Aisyah Demo';
    font-weight: normal;
    font-style: normal;
}


.socailIcons {
    background: #fece3e;
    text-align: center;
    color: white;
    padding: 25px 0;
}

.socail-list {
    margin: 20px 0 0;
    display: flex;
    justify-content: CENTER;
    list-style: none;
    padding: 0;
}
.socail-list li{
    margin: 0 15px;
    font-size: 25px;
    line-height: 1;
}
.socail-list li a{
	color: white;
}
.socail-list li a:hover{
    color: #161616;
}
.footer-linksrow {
    background: #161616;
    padding: 60px 0;
}
.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: 12px;
    line-height: 1;
}
.footer-link a{
    color: white;
}
.footer-link a:hover{
    color:#fece3e
}
.copyright {
    background: #fece3e;
    text-align: center;
    color: white;
    padding: 20px 0;
    font-size: 16px;
}



.innerBanner{
    padding: 150px 0;
    background-size: cover;
    background-position: center;
}
.innerBanner__heading{
    font-size: 50px;
    font-weight: 600;
    color: white;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}
.innerBanner__caption {
    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: 31%;
    margin-right: 3.5%;
    margin-top: 50px;
    text-align: center;
}
.eventItem:nth-child(3n+3){
    margin-right: 0;
}
.eventItem .eventImage{
    position: relative;
}

.eventItem .eventImage::before{
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    height: 70px;
    background-color: #fece3e;
    content: '';
}
.eventItem .eventImage: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;
    z-index: 2;
}
.eventItem .eventImage img{
    transition: all 0.3s ease-in-out 0s;
    display: block;
    z-index: 1;
    position: relative;
}

.eventItem:hover .eventImage: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;
}

.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 {
    padding: 60px 0;
}
.whoWeAre .flex-row {
    justify-content: space-between;
}
.whoWeAre-details {
    width: 48%;
}
.whoWeAre-details p{
    color: #5c5c5c;
    line-height: 28px;
}
.whoWeAre-details .section__heading{
    text-align: left;
}
.whoWeAre-Image {
    width: 48%;
}
.mission{
    background-image: url(../images/mission.png);
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0;
}

.founder {
    padding: 70px 0;
}
.founder .flex-row{
    justify-content: space-between;
    margin-bottom: 45px;
}
.founderImage {
    min-width: 350px;
    max-width: 350px;
    margin-right: 50px;
}
.founder .section__heading{
    text-align: left;
}
.staff {
    padding: 50px 0;
    background: #eff1f4;
}
.staff-image {
    width: 620px;
    margin: 40px auto 0;
    max-width: 100%;
}
.map{
    position: relative;
}
.map::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content:'';
    background-color: rgba(0, 0, 0, 0.46);
}
.map iframe{
    width: 100%;
    height: 400px;
}
.contactPage {
    padding: 45px 0;
    background: #f7f7f5;
}
.contactPage .container {
    max-width: 980px;
    margin: -150px auto 100px;
    position: relative;
    z-index: 1;
    background: WHITE;
    padding: 30px;
    border-radius: 10px;    
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
}
.contactPage--inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}
.formWrapper {
    width: 47%;
}
.form--control
{
    margin-bottom: 25px;
}

.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;
}
.contact__heading::after{
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;    
    bottom: 0;
    left: 0;
    background-color: #ff204a;
}

.sidebar{
    width: 40%;
}
.sidebar__heading {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #0e2b5c;
}
.sidebar-field {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.icon {
    color: #86888b;
    font-size: 30px;
    margin-right: 15px;
}
.sidebar-content {
    color: #222222;
    line-height: 25px;
}
.socialMedia {
    display: flex;
}
.socialMedia a{
    margin-right: 20px;
    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: #ff4149;
    color: white;
    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: #ff4149;
    content: '';
    position: absolute;
    width: 100%;
    z-index: 11;
    border-radius: 10px 0px 0 10px;
}
.eventDetail-content::after {
    top: 0;
    bottom: 0;
    right: -50px;
    background: #ff4149;
    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;
    border-color: #fece3e;
}

.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-list {
    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-list li{
    width: 48%;
    margin-top: 20px;
    position: relative;
} 
.includes-list li::before{
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    color: #58b73e;
}

.notIncludes .includes-list 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;
}





@media(max-width:980px) and (min-width:768px){
    .menu-item {
        font-size: 14px;
        margin-left: 25px;
    }
    .OurStory .flex-row {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .story, .storyImage {
        width: 100%;
        max-width: 100%;
    }
    .storyImage img{
        width: 100%;
        margin-top: 30px;
        display: block;
    }
    .OurStory {
        padding: 60px 0 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: 48%;
        margin-right: 4%;
        margin-top: 50px;
        text-align: center;
    }
    .eventItem:nth-child(3n+3){
        margin-right: 2%;
    }
    .eventItem:nth-child(2n+2){
        margin-right: 0;
    }
}


@media(max-width:767px) and (min-width:320px){
    html, body {
        width: 100%;
        overflow-x: hidden;
    }
    .top-head {
        padding: 10px 0;
        background: #fece3e;
    }
    .login{
        display: none;
    }
    .top-list li {
        margin-right: 5px;
        font-size: 9.5px;
    }
    .logoBar {
        padding: 10px 0;
    }
    .fixed-header .logoBar {
        padding: 10px 0;
        background: #fece3e;
    }
    .logo {
        max-width: 200px;
    }
    .menu {
        display: none;
    }
    .has-openMenu .menu{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        background: #fece3e;
    }
    .menu-item {
        margin-left: 0;
        margin: 10px 0;
        padding: 0;
    }
    .menu-link {
        display: flex;
        justify-content: flex-start;
    }
    .fixed-header .menu-item.active, .fixed-header .menu-item:hover{
        border: none;
    }
    .mobile-menu{
        display: block;
        color: white;
        font-size: 25px;
        cursor: pointer;
    }
    .flex-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    } 
    .hero-banner .item {
        height: 400px;
        padding-top: 25px;
    }
    .banner__heading {
        font-size: 35px;
        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%;
    }
    .storyImage{
        margin-top: 20px;
    }
    .trips {
        padding: 0px 0 50px;
    }
    .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;
    }
    .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;
    }
    .one-half.modalImage img {
        height: 100%;
        object-fit: cover;
        max-height: 250px;
        display: block;
        object-position: center;
        width: 100%;
    }
    .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;
        padding: 0 10px
    }
}

/* Deepak css  */

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

.font-weight{
    font-weight: 400  !important;
}
.font-weight-light{
    font-weight: 500  !important;
}

.font-weight-medium{
    font-weight: 600  !important;
}
.font-weight-bold{
    font-weight: 700  !important;
}
.text-red{
    color: #ec1c27;
}
.text-gray{
    color:#5c5c5c
}
.marging-0{
    margin:0px;
}
/*******************
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;
}

/*******************
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;
}
.packhotel{
    position: absolute;
    top:52px;
    right:0;   
    width:46%
}
.packhotel h1{
    padding:0px;
     margin: 0px;
     color:#fff;
     font-size: 30px;
     
}
.packhotel p{
    padding-top:6px;
     margin: 0px;
     color:#fff;
     font-size: 18px;
     font-weight: 500;
     font-family: 'Poppins', sans-serif;
}
span.read-more {   
    margin-top: 30px;
    display: inline-block;
}
span.read-more a {
    background: #fece3e;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    color: #000;
    transition: all 0.5s;
    font-weight: 500;
}
span.read-more a:hover{
    background: #ff4149;
    padding: 6px 12px;
    border-radius: 4px;
    color:#fff;
}
.book-now{
    font-size: 18px;
}
.booknowBox {
    border: 1px solid red;
    width: 50%;
    border-radius: 19px;
    margin: 10px;
    padding:10px 32px 48px 32px;
}
.booknowBox h1{
    color:#ec1c27;
    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: #ec1c27;
    font-style: italic;
    padding:46px 0 0 0;
}
.button1{
    width:162px;
    font-weight: 600;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
}

.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
}
.descriptin-right img{
    float: right;
    margin: 0 32px 0 0;
}
.sliderpack{
    width: 80%;  
}
.PackSlider h3{
    font-size:32px;
    font-weight: 600;    
}
.PackSlider h4{
    font-size:18px;
    font-weight: 600; 
    color:#5c5c5c;
    font-style: italic;   
}


@media(max-width:767px) {

.booknowBox{
    flex: none!important;
    margin: 10px 0;
    width: 100%;
}   
.text-control{
    width: 100%;
}
ul.about-ul li{
    width: 100%;
}
}
@media(max-width:550px) {
.packhotel {
    position: absolute;
    top: 8px;
    right: 18px;
    width: 96%;
    text-align: right;
}
.packhotel h1 {
    font-size:18px;
}
.packhotel p{
    font-size:14px;
    padding: 0px;
}
span.read-more{
    margin-top:10px;
}
}

@media(max-width:992px) {
.pckdetl {
    float: none;
    width: 100%;
    text-align: center;
}
.pckdetl img{
    width:100%;
}
.pckdetr {
    float: none;
    width: 100%;
    margin-top:12px;
}
.descriptin-left{
    width:100%;
}
.descriptin-left{
    width:100%;
    float: none;
}
.descriptin-right{
    width:100%;
    float: none;
    text-align: center;
}
.descriptin-right{
    width:100%;
    float: none;
    text-align: center;
}
.descriptin-right img{
    float: none;
}
.sliderpack {
    width:100%;
}

}










/*********FAQ page ***********/

.faq {
    padding: 60px 0;
}

.faq .section__heading {
    margin: 0 0 20px;
}

.faq .panel-group {
    max-width: 980px;
    margin: 0 auto 50px;
}
.faq .panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none;
    background-color: #F1F2F7;
}
.faq .panel-title {
    font-size: 18px;
    font-weight: 600;
    color: #5c5c5c;
}
.faq .panel-title  a{
    text-decoration: none;
    position: relative;
    padding-left: 30px;
    display: block;
}
.faq .panel-title a:before{
    content: "\f067";
    font-family: FontAwesome;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}
.faq .panel-title a[aria-expanded="true"]:before{
    content: "\f068";
    color: #ff4149
}
.faq .panel-title a[aria-expanded="true"]{
    color: #ff4149
}
.faq .panel-body {
    padding: 15px 20px;
    border-top: 1px solid #d4d4d4;
    color: #5c5c5c;
    line-height: 28px;
    font-size: 14px;
}

@media(max-width:767px){
    .faq .panel-title {
        font-size: 16px;
        line-height: 1.4;
    }
}



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

@media(max-width:767px){
    .trips .product {
        padding: 0 10px;
    }
}


.trips .product-image:before{
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    height: 70px;
    background-color: #fece3e;
    content:''
}

.trips  .product-image img {
    position: relative;
    z-index: 1;
}