@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');


/* Museo Sans */
@font-face {
    font-family: museo-sans-regular;
    src: url(../fonts/museo/MuseoSans-Regular.otf);
}

@font-face {
    font-family: museo-sans-italic;
    src: url(../fonts/museo/MuseoSans-Regular.otf);
}


/* Vianta */
@font-face {
    font-family: vianta;
    src: url(../fonts/vianta/Vianta-Regular.ttf);
}


html {
    scroll-behavior: smooth;
}
html,
body {
    overflow-x: hidden;
     font-family: museo-sans-regular;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: #fff;
    cursor: pointer;
    user-select: none;
}





.bg-grey {
    background: #fafcf7;
} 



/* green-btn */
.green-btn {
    padding: 13px 20px;
    color: #fff;
    border: none;
    transition: all 0.8s !important;
    min-width: 124px;
    display: inline-block;
    text-align: center;
    height: 39px;
    border-radius: 6px;
    background: #fcf9f2;
    color: #fff;
    font-family: ClashGrotesk-Variable;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-transform: capitalize;
    background: rgba(254,157,135,1);
    background: -moz-linear-gradient(top, rgba(254,157,135,1) 0%, rgba(253,165,106,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,157,135,1)), color-stop(100%, rgba(253,165,106,1)));
    background: -webkit-linear-gradient(top, rgba(254,157,135,1) 0%, rgba(253,165,106,1) 100%);
    background: -o-linear-gradient(top, rgba(254,157,135,1) 0%, rgba(253,165,106,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,157,135,1) 0%, rgba(253,165,106,1) 100%);
    background: linear-gradient(to bottom, rgba(254,157,135,1) 0%, rgba(253,165,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9d87', endColorstr='#fda56a', GradientType=0 );
}
.green-btn:hover,
.green-btn:hover:focus,
.green-btn:active {
    background: rgba(253,165,106,1);
background: -moz-linear-gradient(top, rgba(253,165,106,1) 0%, rgba(254,157,135,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,165,106,1)), color-stop(100%, rgba(254,157,135,1)));
background: -webkit-linear-gradient(top, rgba(253,165,106,1) 0%, rgba(254,157,135,1) 100%);
background: -o-linear-gradient(top, rgba(253,165,106,1) 0%, rgba(254,157,135,1) 100%);
background: -ms-linear-gradient(top, rgba(253,165,106,1) 0%, rgba(254,157,135,1) 100%);
background: linear-gradient(to bottom, rgba(253,165,106,1) 0%, rgba(254,157,135,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda56a', endColorstr='#fe9d87', GradientType=0 );
color:#fff;
} /* blue */




/* section padding */
.space {
    padding: 100px 0px;
} 

/* section heading */
.heading-pnel {
    margin-bottom: 40px;
}

.heading-pnel h2 {
    font-style: normal;
    letter-spacing: 2px;
    font-family: Sorts Mill Goudy;
    font-weight: 400;
    font-size: 54px;
    line-height: 66px;
    color: #212529 !important;
    margin-bottom: 15px;
}

.heading-pnel p {
    margin: 0;
    transition: 0.6s all ease;
    color: #000;
    font-weight: 600;
    font-size: 17.53px;
    line-height: 31px;
    letter-spacing: 0px;
}





/* white heading */
.heading-pnel.fff h2 {
    color: #fff;
}
.heading-pnel.fff p {
    color: #fff;
} 










/* banner */
.banner-tour {
    overflow: hidden;
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-tour:after {
    content: "";
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity:20%;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}


.slider-info {
    height: 100%;
    position: relative;
    z-index: 10;
}

.bannerContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    padding-top: 100px;
}

.slider-info .container {
    height: 100%;
}

.bannerContent .bnr-label {
    border: 1px solid #FFFFFF52;
    padding: 9px 20px;
    border-radius: 30px;
    color: #fff;
    background: #FFFFFF4D;
    font-weight: 600;
    font-size: 21.15px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.bannerContent h1 {
    font-weight: 400;
    font-size: 103px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #fff !important;
    margin-bottom: 20px;
}

.bnr-items {
    display: flex;
    align-items: center;
    gap: 100px;
    margin-bottom: 30px;
}

.bnr-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bnr-item figcaption {}

.bnr-item figcaption h5 {
    font-weight: 700;
    font-size: 19.4px !important;
    line-height: 25.67px;
    text-transform: uppercase;
    color: #fff !important;
    margin:0;
}

.bnr-item figure {
    position: relative;
    top: 7px;
}

.bnr-item figcaption p {
    font-weight: 500;
    font-size: 19.39px !important;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #fff;
    margin:0;
}

.white-btn {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    padding: 14px 26px;
    background: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    transition:0.6s;
}

.white-btn:hover {
    background: #bd9b60;
    color: #fff;
}

.bnr-small-msg {
    margin-top: auto;
    max-width: 570px;
    font-weight: 400;
    font-style: italic;
    font-size: 13.53px;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}

.bnr-small-msg p {
    color: #fff;
}



/* Tour info */

.TourInfocontent {}

.TourInfocontent h3 {
	font-family: Sorts Mill Goudy;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #212529 !important;
    margin-bottom: 30px;
}

.TourInfocontent p {
    font-weight: 400;
    font-size: 17.53px;
    line-height: 31px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.Tour-main {
    padding: 50px;
    border-radius: 0px;
    background: linear-gradient(0deg, rgba(241, 225, 198, 0) 0%, #FFF9EE 100%);
}

.TourInfoimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:0.6s;
	margin:0;
}

.TourInfoimg:hover img {
    transform: scale(1.1);
}

.TourInfoimg .big-img {
    width: 368px;
    height: 513px;
    overflow: hidden;
    border-radius: 0px;
    overflow: hidden;
}

.TourInfoimg > div > div {
    border-radius: 0px;
    overflow: hidden;
}

.small-img {
    width: 130px;
    height: 170px;
}

.small-img2 {
    width: 200px;
    height: 200px;
}

.TourInfoimg {
    display: flex;
    gap: 40px;
    transform: translatey(-90px);
}

.small-img-grp {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.TourInfocontent {
    padding-right: 40px;
}

.TourInfo-section {
    padding-top: 130px;
}



/* Trips */
.trip-box figure {
    margin: 0;
    overflow: hidden;
    border-radius: 0px;
    position: relative;
    height: 500px;
    transition:0.6s;
}

.trip-box figure img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition:0.6s;
}

.trip-box figure:hover img {
    transform:scale(1.1);
}

.trip-box figure figcaption {
    position: absolute;
    inset: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.trip-box figure figcaption h4 {
    font-family: Sorts Mill Goudy;
    font-weight: 400;
    font-size: 27.53px;
    line-height: 35px;
    letter-spacing: 0.5px;
    color: #fff;
}

.Trips-section {
    background: linear-gradient(0deg, #FFF9EE 0%, rgba(241, 225, 198, 0.235) 69.57%, rgba(241, 225, 198, 0) 90.41%);
}

.RouteMap figure {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.RouteMap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.RouteMap figcaption {
    border: 1px solid #EFEFEF;
    padding: 20px;
    border-radius: 12px;
    background: #16155208;
}

.RouteMap figcaption p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}



/* accordion */
.journey-accordion .card {
    padding-bottom: 50px;
    border: 0;
    background: #fff;
    padding-left: 50px;
    padding-right: 60px;
    position: relative;
}

.journey-accordion .card .card-header {
  border: 0;
  padding: 0;
  background: transparent;
}

.journey-accordion .card .card-header {
    margin-bottom: 30px;
}

.journey-accordion .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    color: #BD9B60;
    padding: 0;
    background: transparent;
    font-weight: 700;
    font-size: 25.63px;
    line-height: 22px;
    text-transform: uppercase;
    outline:none;
    box-shadow: none;
}

.journey-accordion .card .card-header .btn-header-link:after {
  float: right;
  background-image:url(../img/top-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
  width: 20px;
  height:20px;
  content: "";
  display: block;
}

.journey-accordion .card .card-header .btn-header-link.collapsed {
 
}

.journey-accordion .card .card-header .btn-header-link.collapsed:after {
   transform: rotate(185deg);
}

.journey-accordion .card .collapsing {
  line-height: 30px;
}

.journey-accordion .card .collapse {
    border: 0;
}

.journey-accordion .card .collapse.show {

}


.card-body {
    padding: 0;
}

.journey-accordion .card .card-body p b {
    font-weight: 600;
    font-size: 23.63px;
    line-height: 22px;
}

.journey-accordion .card .card-body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.journey-accordion .card .card-body img {
    border-radius: 10px;
    height: 258px;
    object-fit: cover;
}

.journey-accordion .card .card-body p {
    font-weight: 400;
    font-size: 17.53px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 0;
}


.journey-accordion .card:after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #BD9B60;
    position: absolute;
    left: 0;
    top: 16px;
}

.journey-accordion .card:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #BD9B60;
    position: absolute;
    left: 0;
    top: 3px;
    transform: translatex(-39%);
    z-index: 2;
}

.journey-accordion .card:last-child:after {
    opacity: 0;
}



/* included section */
.included-box h3 {
    font-family: Sorts Mill Goudy;
    font-weight: 400;
    font-size: 41.27px;
    line-height: 63.23px;
    text-align: center;
    color: #212529 !important;
    margin-bottom: 30px;
}

.included-box {
    padding: 50px 60px;
    border: 0.88px solid #BD9B60;
    border-radius: 13.17px;
    background: #fff;
    height: 100%;
}

ul.included-list li span {
    font-weight: 400;
    font-size: 19.32px;
    line-height: 29.14px;
    letter-spacing: 0.39px;
}

ul.included-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
}

ul.included-list li img {
    width: 25px;
	margin:0;
}

.included-section {
    position: relative;
}

.included-section:after {
    content: "";
    display: block;
    width: 100%;
    height: 85%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(241, 225, 198, 0) 0%, #FFF9EE 100%);
    z-index: -1;
}



/* With us */
.withus-section {
    background-image: url(../img/with-us.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.withus-box {
    max-width: 470px;
}

.withus-box h3 {
    font-family: Sorts Mill Goudy;
    font-weight: 400;
    font-size: 54px;
    line-height: 72px;
    color: #fff !important;
    margin-bottom: 20px;
}

.withus-box p {
    font-weight: 600 !important;
    font-size: 17.53px !important;
    line-height: 31px;
    letter-spacing: 0px;
    color: #fff;
    margin-bottom: 40px;
}

.benefits-box {
    max-width: 380px;
    margin-left: auto;
    background: #fff;
    border-radius: 0px;
    padding: 40px;
}

.benefits-box h4 {
    font-family: Vianta;
    font-weight: 400;
    font-style: italic;
    font-size: 39px;
    line-height: 100%;
    color: #BD9B60;
    margin-bottom: 20px;
}

.benefits-box ul li {
    font-weight: 400;
    font-size: 18.56px;
    line-height: 41.07px;
    letter-spacing: 0px;
    list-style-type: disc;
    list-style-position: inside;
}

.benefits-box ul li::marker {
    color:#BD9B60;
}


/* holiday */
.holiday-content {
    max-width: 540px;
}

.holiday-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.holiday-item figure {
    width: 46px;
    height: 46px;
    background: #BD9B60;
    border-radius: 12px;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-top: 7px;
    display: flex;
}

.holiday-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.holiday-item figcaption p {
    font-weight: 400;
    font-size: 16.53px;
    line-height: 26px;
    letter-spacing: 0px;
}

.included-list {
    padding: 0;
    margin: 0;
}

.benefits-box ul {
    margin: 0;
    padding: 0;
}

.holiday-box {
    padding: 70px;
    padding-bottom: 0;
    background: linear-gradient(0deg, rgba(241, 225, 198, 0) 0%, #FFF9EE 100%);
}

.holiday-img {
    overflow: hidden;
    border-radius: 0px;
    max-width: 400px;
    margin-left: auto;
}

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

.holiday-content h3 {
    font-family: Sorts Mill Goudy;
    font-weight: 400;
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 40px;
	color: #212529 !important;
}

.holiday-item figcaption h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
    color: #BD9B60;
}



/* Holiday form */
.tourform-section {
    background: linear-gradient(0deg, rgba(241, 225, 198, 0) 0%, #FFF9EE 100%);
}

.tour-form-box .heading-pnel {
    padding-right: 35px;
}


.tour-form-box {}

.tour-form-box .heading-pnel {
    padding-right: 35px;
}

.tour-form {}

.tour-form label {
    font-weight: 600;
    font-size: 18.53px;
    line-height: 31px;
    letter-spacing: 0px;
    color: #212529;
}

.tour-form .form-control {
    height: 60px;
    border: 1px solid #CFCFCF;
    padding: 10px 20px;
    border-radius: 0px;
	box-shadow:none;
}

.tour-form .form-group {
    margin-bottom: 20px;
}

.tour-form .form-control::placeholder {
    font-weight: 400;
    font-size: 15.53px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #717171;
}

.tour-form textarea.form-control {
    min-height: 100px;
    padding: 20px;
}

.confirm-policy {
    display: flex;
    align-items: center;
    gap: 11px;
}

.tour-form .confirm-policy label {
    font-size: 13.53px;
    line-height: 29px;
    letter-spacing: 0px;
    margin: 0;
}

.tour-form input[type="submit"] {
    background: #161552;
    border-radius: 40px;
    width: 100%;
    padding: 13px 20px;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
}



/* Related Tours */
.related-tour-section {
    background: #FFF8ED;
}

.related-tour-box {
    background: #fff;
    overflow: hidden;
    border-radius: 0px;
}

.related-tour-box figure {
    margin: 0;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.related-tour-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	margin:0;
}

.related-tour-box figcaption {
    padding: 20px;
}

.related-tour-box figcaption .tour-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #00000038;
    font-weight: 600;
    font-size: 11.58px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #5B5E61;
}

.related-tour-box figcaption .tour-location {
    font-weight: 600;
    font-size: 11.58px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #5B5E61;
    margin-bottom: 10px;
}

.related-tour-box figcaption h4 {
    font-weight: 600;
    font-size: 15.5px;
    line-height: 22px;
    letter-spacing: 0%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
}


.related-tour-box figcaption .tour-price p {
    font-weight: 600;
    font-size: 12px !important;
    line-height: 21.6px;
    letter-spacing: 0.5px;
    color: #5B5E61;
    margin: 0;
}

.related-tour-box figcaption .tour-price p span {
    font-weight: 600;
    font-size: 13.23px;
    line-height: 29px;
    letter-spacing: 0.5px;
    color: #BD9B60;
}

.offr {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
    background: #161552;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.5px;
    color: #fff;
    padding: 2px 14px;
}

.related-tour-box > a {
    text-decoration: none;
    color: #000;
}



/* Brands */
.brands-items {
    display: flex;
    align-items: center;
    gap: 70px;
    justify-content: center;
}

.brands-section {
    padding: 60px 0px;
}

.brans-item {
    max-width: 180px;
}

.brans-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



/* cta */
.cta-main {
    background: #BD9B60;
    border-radius: 12px;
    padding: 30px 60px;
}

.cta-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.cta-c-text h6 {
    font-weight: 700;
    font-size: 14.73px;
    line-height: 20.09px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    color: #fff;
}

.cta-icon {
    width: 22px;
    position: relative;
    top: 1px;
}

.cta-icon img {
    width: 100%;
	margin:0;
}

.cta-c-text a {
    font-weight: 400;
    font-size: 14.73px;
    line-height: 20.09px;
    color: #fff;
}

.cta-contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 70px;
}

.cta-heading {}

.cta-heading h4 {
    font-family: Sorts Mill Goudy;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    vertical-align: middle;
    color: #fff;
}

.cta-heading p {
    font-weight: 400;
    font-size: 12.53px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0;
}

.cta-btn .white-btn {
    margin-left: auto;
}




#trips.owl-carousel .owl-nav button.owl-next span, 
#trips.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}


#trips.owl-carousel .owl-nav button.owl-next, 
#trips.owl-carousel .owl-nav button.owl-prev {
    width:30px;
    height:30px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}

#trips.owl-carousel .owl-nav button.owl-next{
    background-image:url(../img/arrow-right.svg);
}

#trips.owl-carousel .owl-nav button.owl-prev{
    background-image:url(../img/arrow-left.svg);
}

#trips.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: -410px;
    margin-top: -20px;
}



/* footer */
footer.footer {
    float: left;
    width: 100%;
    background: #555555;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0;
    margin-top: 60px;
}

.footer h4 {
    color: #fff;
}

.footer h4 {
    margin: 30px 0 20px 0;
}

footer.footer {
    margin: 0px !important;
}

.footer-inner {
    text-align: left;
    font-size: 10px;
}

.footer-inner {
    letter-spacing: .2em;
}

.footer-inner {
    border-left: 1px solid #333333;
    padding: 0 0 0 10%;
    margin-bottom: 30px;
}

.footer-inner ol,
.footer-inner ul {
    list-style: none;
	padding:0;
	margin:0;
}

.pure-g {
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}


.footer-inner a {
    color: #fff;
    text-decoration: none;
	line-height:24px;
}

.wrapper {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 2%;
}

.scroll-up {
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: 40px;
    left: 20px;
    display: none;
    text-indent: -9999px;
    background: url('https://www.indianodyssey.co.uk/wp-content/themes/indianodyssey/images/scroll-top.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}


@media screen and (max-width: 568px) {
    .footer h4 {
        margin: 5px 0;
        font-size: 14px;
		line-height:25px;
    }
}


@media screen and (min-width: 48em) {
    .pure-u-md-1-4, .pure-u-md-6-24 {
        width: 25%;
    }
}

@media screen and (min-width: 961px) {
    .footer h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .pure-u-1 {
        width: 100%;
    }
	.footer-inner {
		height:auto !important;
    }
	.footer-inner {
		border-left: 0px solid #333333;
		padding: 0 0 0 15px;
		margin-bottom: 30px;
	}
}







/* header */
header.header {
       position: fixed;
    width: 100%;
    color: #fff;
    z-index: 9999;
    background: rgba(0, 0, 0, .4);
    background: rgba(10, 10, 10, 0.8);
    background: -moz-linear-gradient(top, rgba(10,10,10,0.8) 0%, rgba(10,10,10,0.8) 0%, rgba(10,10,10,0.49) 40%, rgba(0,0,0,0.41) 51%, rgba(2,2,2,0.34) 60%, rgba(8,8,8,0.34) 89%, rgba(3,3,3,0.34) 97%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10,10,10,0.8)), color-stop(0%, rgba(10,10,10,0.8)), color-stop(40%, rgba(10,10,10,0.49)), color-stop(51%, rgba(0,0,0,0.41)), color-stop(60%, rgba(2,2,2,0.34)), color-stop(89%, rgba(8,8,8,0.34)), color-stop(97%, rgba(3,3,3,0.34)));
    background: -webkit-linear-gradient(top, rgba(10, 10, 10, 0.8) 0%, rgba(10, 10, 10, 0.8) 0%, rgba(10, 10, 10, 0.49) 40%, rgba(0, 0, 0, 0.41) 51%, rgba(2, 2, 2, 0.34) 60%, rgba(8, 8, 8, 0.34) 89%, rgba(3, 3, 3, 0.34) 97%);
    background: -o-linear-gradient(top, rgba(10,10,10,0.8) 0%, rgba(10,10,10,0.8) 0%, rgba(10,10,10,0.49) 40%, rgba(0,0,0,0.41) 51%, rgba(2,2,2,0.34) 60%, rgba(8,8,8,0.34) 89%, rgba(3,3,3,0.34) 97%);
    background: -ms-linear-gradient(top, rgba(10,10,10,0.8) 0%, rgba(10,10,10,0.8) 0%, rgba(10,10,10,0.49) 40%, rgba(0,0,0,0.41) 51%, rgba(2,2,2,0.34) 60%, rgba(8,8,8,0.34) 89%, rgba(3,3,3,0.34) 97%);
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0.8) 0%, rgba(10, 10, 10, 0.8) 0%, rgba(10, 10, 10, 0.49) 40%, rgba(0, 0, 0, 0.41) 51%, rgba(2, 2, 2, 0.34) 60%, rgba(8, 8, 8, 0.34) 89%, rgba(3, 3, 3, 0.34) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#030303', GradientType=0 );
}

header.header {
	text-transform:uppercase;
	letter-spacing:.2em;
	font-size:14px;
}

header.header.sticky {
	background:rgba(0,0,0,.8)
}

#responsive-menu-button.sticky {
	top:22px !important;
}
.popcorn{
	color:#fff;
	clear:both;
	float:right;
	margin-right:80px;
	font-size:12px;
	letter-spacing:2px;
}
/*END OF LAYOUT*/

/*NAVIGATION*/

nav.menu {
	display:inline-block;
	padding:10px 0 5px 0 !important;
	width:100%;
}

nav.menu ul {
	margin:0 auto;
	padding:0;
	
}

nav.menu ul li {
	float:left;
	position:relative;
	width:auto;
}

nav.menu ul li a {
	float:left;
	padding:4px 15px 0px 15px;
	text-decoration:none;
	color:#fff;
}
nav.header-menu ul li a {
    display: inline-block;
    float: none;
    font-family: 'museo-sans-regular';
	font-size:11px;
	line-height:22px;
}
nav.header-menu ul li{
	display:inline-block;
	float:none;
	font-family: 'museo-sans-regular';
	font-weight:100;
	line-height:22px;
}
header.header.sticky nav.header-menu ul li {
    font-size: 11px;
}
nav.header-menu {
	text-align:center;
	padding:15px 0 0 0;
}
nav.header-menu ul li:after{
	content:'|';
	display:block;
	max-height:12px;
	overflow:hidden;
	padding-top:4px;
	margin-bottom:1px;
}
.menu-header-menu-container{
	line-height:0;
}
.header-bottom-row{
	border-bottom:1px solid #fff;
	/* margin-bottom:20px; */
	margin-bottom:0px;
}
.header-bottom-row .wrapper{
	margin-bottom:-7px;
}
#click-menu-label.click-menu-label-right{
	margin-left:15px !important;
	letter-spacing:.2em;
	font-size:16px;
	margin-top:6px;
}
#click-menu-label.click-menu-label-right:after, .headersearch:after{
	content:url('/wp-content/themes/indianodyssey/images/line.png');
	display:block;
	padding-top:20px;
}
#responsive-menu .appendLink{
	font-size:25px;
}
#responsive-menu{
	text-transform:uppercase;
	letter-spacing:.2em;
	font-family: 'MuseoSansW01-Rounded300';
}
#responsive-menu #responsive-menu-title{
	margin-top:45px;
}
#responsive-menu.admin-bar-showing, #responsive-menu.RMOpened{
	z-index:9999999;
}
ul.sub-menu{
	font-weight:100;
	font-size:11px;
	background:#333333;
}
#responsive-menu {
	max-height:100vh;
	overflow:auto;
}
#responsive-menu ul.sub-menu {
	max-height:200px;
	overflow:auto;
}
.responsive-menu ul.sub-menu li a{
	border:none !important;
}

#responsive-menu-button.is-active {
	left:10px;
	top:15px;
}

#responsive-menu-button {
	outline-width:0;
}

.header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.logo {
    display: block;
    max-width: 275px;
}

.logo img {
    padding: 20px 0;
    margin: 0 auto;
    display: block;
}

header.header .logo img {
    max-width: 270px;
    padding: 10px 0 5px;
	transition:0.6s;
}

header.header.sticky .logo img {
    max-width: 180px;
    padding: 10px 0 5px;
}

.wrapper .top-bar-content a {
    margin-left: 10px;
	color:#fff;
}

.header-bottom-row {
    border-bottom: 1px solid #fff;
    /* margin-bottom: 20px; */
    margin-bottom: 0px;
}

nav.menu {
    display: inline-block;
    padding: 10px 0 5px 0 !important;
    width: 100%;
}
nav.header-menu {
    text-align: center;
    padding: 15px 0 0 0;
}

header.header.sticky nav.header-menu {
    padding: 10px 0 0 0;
}

nav.menu ul li a {
    float: left;
    padding: 4px 15px 0px 15px;
    text-decoration: none;
}

nav.header-menu ul li a {
    display: block;
    float: none;
}



.header-bottom-row .wrapper {
    max-width: 1150px;
}

.header-bottom-row .wrapper {
    margin-bottom: -7px;
}

.header label.nav-btn.nav-slider {
    color: #fff;
    padding: 4px 15px 0px 15px;
    text-decoration: none;
    font-size: 11px;
    cursor: pointer;
	margin:0;
}

header.header nav.header-menu label.nav-btn.nav-slider img {
    width: 20px;
    height: 20px;
    margin: -6px;
    margin-left: 3px;
}


.mobile-headersearch {
    position: absolute;
    right: 0;
    bottom: 22px;
    list-style: none;
    display: none;
}


@media screen and (max-width: 1150px) {
    .wrapper {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .wrapper .logo {
        margin: auto;
        width: 100%;
        order: 2;
    }
	.top-bar-content {
        width: 100%;
        order: 1;
        text-align: center;
        padding-top: 20px;
    }
	.mobile-headersearch {
        display: block;
    }
	nav.menu.header-menu {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .logo img {
        padding: 15px 0;
    }
}

@media (max-width: 575px) {
    .logo img {
        max-width: 180px;
        padding: 10px 0 5px !important;
    }
	  .wrapper .top-bar-content a {
        margin-left: 0;
        display: block;
    }
}

  

@media screen and (max-width: 400px) {
    .logo img {
        max-width: 200px;
    }
}



.rmp-trigger-box {
    width: 27px;
    color: #fff;
}

.responsive-menu-pro-inner,
.responsive-menu-pro-inner::before,
.responsive-menu-pro-inner::after {
    width: 27px;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 4px;
    position: absolute;
	content:"";
	display:block;
}

button#rmp_menu_trigger-8075 {
    display: none;
}

#rmp_menu_trigger-8075 {
    width: 55px;
    height: 55px;
    position: fixed;
    top: 58px;
    border-radius: 5px;
    display: none;
    text-decoration: none;
    left: 5%;
    background: transparent;
    transition: transform 0.5s, background-color 1s;
}

button.rmp_menu_trigger {
    z-index: 999999;
    overflow: hidden;
    outline: none;
    border: 0;
    display: none;
    margin: 0;
    transition: transform 0.5s, background-color 0.5s;
    padding: 0;
}

.responsive-menu-pro-inner::before {
    top: 10px;
}

.responsive-menu-pro-inner::after {
    bottom: 10px;
}

@media (max-width: 991px) {
    button#rmp_menu_trigger-8075 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
	header.header .logo img {
        max-width: 200px;
    }
	.header-bottom-row {
		border:0;
	}
}

@media (max-width: 575px) {
    button#rmp_menu_trigger-8075 {
        left: 3%;
    }
}

