@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}


/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Alata', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}


/*
        Typography
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alata', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
}

h2 {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

.containerWrapper {
    display: block;
    width: auto;
    padding: 0 100px;
    position: relative;
    z-index: 10;
}


/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: auto;
    padding: 0;
    transition: all 400ms;
}


/*topNavbar*/

.topNavbar {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 6px 0;
    background: #000;
    color: #fff;
}


/*user-menu*/

.user-menu {
    float: left;
    text-align: center;
    margin-top: 5px;
}

.user-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.user-menu ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 5px;
    color: #fff;
}

.user-menu ul li a {
    font-weight: 300;
    font-size: 15px;
    color: #fcc80f;
}

.topNavbar ul li a svg {
    color: #eef6fb;
    font-size: 18px;
    padding: 0 2px 0 1px;
}

.user-menu ul li a:hover {
    color: #ddd;
    text-decoration: underline;
}


/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 110px;
    padding: 0;
    background: #fff;
}


/* .navigationBar:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/navigBg.png') no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 200%;
    top: 0;
    left: 0;
    opacity: 1;
} */

.containerWrapper {
    display: block;
    position: relative;
    padding: 0 100px;
}

.containerWrapper:after {
    content: '';
    display: block;
    clear: both;
}


/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transition: all 300ms;
}

.navbarbrandfixed {
    visibility: hidden;
    opacity: 0;
}

.navbar-brand img {
    height: 60px;
}

.navbar-nav {
    margin-top: 14px;
    margin-right: 30px
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}


/*navbar-collapse*/

.navbar-collapse>ul>li {
    float: left;
    margin: 0 0;
    color: #000;
    height: 70px;
    padding: 0;
    /* position: initial; */
    transition: all 300ms;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 10px;
    margin: 0 1px;
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 300ms;
}

.navbar-collapse>ul>li>a i.fa-angle-down {
    display: inline-block;
    padding-left: 5px;
}

/* .navbar-collapse>ul>li>a:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 100%;
    background: url(../images/travel.png) 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    /* transform: skew(-20deg); */
/* } */

.navbar-collapse>ul>li:hover>a:before,
.navbar-collapse>ul>li.active>a:before {
    /*width: 100%;
    left: 0;*/
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li:hover>a {
    background: transparent;
    color: #fcc80f !important;
}

.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color: #fcc80f !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}


/*drop down menu*/

.navbar-collapse>ul>li>ul {
    display: block;
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 20px;
    margin: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 8px 15px;
    color: #222;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    white-space: inherit;
}

.navbar-collapse>ul>li>ul>li>a:hover {
    background: #fcc80f;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #fcc80f;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #000;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}


/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    height: auto;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #fcc80f;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}


/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.navigationBarScroll:before {
    display: none;
}

.navigationBarScroll .navbar-brand {
    margin-top: 15px;
}

.navigationBarScroll .navbar-brand img {
    transform: scale(0.9);
    top: -8px;
    height: 65px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}

.navigationBarScroll .navbar-collapse>ul>li:before {
    height: 35px;
    top: 20%;
}

@media (max-width: 1366px) {
    .navbar-collapse>ul>li>a {
        font-size: 15px;
        height: 33px;
        line-height: 34px;
        text-transform: capitalize;
    }
}

.navbar-collapse>ul>li>ul>img {
    width: 250px;
}


/* .navbar-collapse>ul>li>ul {
    padding-right: 270px;
} */

.navbar-collapse>ul>li>ul>li>a,
.navbar-collapse>ul>li>ul>li>ul>li>a {
    font-size: 13px;
}


/*banner-slider-full*/

.banner-slider-section {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.banner-slider-full {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 5;
}

.banner-slider-full .owl-wrapper-outer,
.banner-slider-full .owl-wrapper,
.banner-slider-full .owl-item,
.banner-slider-full .item {
    height: 100%;
}

.banner-slider-full .item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-slider-full .item .replaceImg {
    display: block;
    position: relative;
    /*top: 100px;*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover !important;
}

.banner-slider-full .item {
    position: relative;
    z-index: 20;
}

.banner-slider-full .item:before {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}

#bannerSlider .banner-info {
    display: block;
    width: auto;
    position: absolute;
    bottom: 30%;
    left: 10%;
    margin: 0 auto;
    z-index: 100;
    color: #fff;
    text-align: left;
}

#bannerSlider .banner-info h1 {
    display: inline-block;
    font-size: 20px;
    text-transform: capitalize;
    /* font-family: 'Roboto', sans-serif; */
    letter-spacing: 0;
    margin: 0;
    font-weight: 400;
    padding: 10px 20px;
    background: #fcc80f;
    color: #000;
    position: relative;
    line-height: normal;
    float: left;
    margin-bottom: 20px;
    clear: both;
}

#bannerSlider .banner-info .btn-primary {
    margin-top: 15px !important;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
    background-color: #000 !important;
}

#bannerSlider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 3px !important;
    border-radius: 100px !important;
    background: #ffffff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.banner-slider-section .owl-theme .owl-pagination {
    display: block;
    position: absolute;
    z-index: 1;
    left: 5%;
    bottom: 20px !important;
}

.banner-slider-section .owl-theme .owl-controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner-slider-section .owl-theme .owl-buttons>div {
    display: block;
    position: absolute;
    bottom: 45vh;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent !important;
    font-size: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #a01a1e !important;
    opacity: 0.9 !important;
    border-radius: 100px !important;
    text-align: center;
}

.banner-slider-section .owl-theme .owl-buttons>div:hover {
    opacity: 0.7 !important;
    background: #000 !important;
    /*box-shadow: 0 0 30px rgba(0,0,0,0.3);*/
}

.banner-slider-section .owl-theme .owl-buttons>div i {
    height: inherit;
    line-height: inherit;
    color: #fcc80f;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-prev {
    left: 50px;
}

.banner-slider-section .owl-theme .owl-buttons>div.owl-next {
    right: 50px;
}


/*down-arrow-box*/

.down-arrow-box {
    display: block;
    position: absolute;
    bottom: 3%;
    color: #fff;
    width: 200px;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    z-index: 5;
    text-align: center;
}

.down-arrow-box strong {
    display: block;
    position: relative;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    top: 0;
}

.down-arrow-box a {
    display: block;
    position: relative;
    font-size: 26px;
    color: #000;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    background: #fcc80f;
    margin: 0 auto;
    top: 10px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.down-arrow-box a:hover {
    display: block;
    position: relative;
    font-size: 26px;
    color: #000;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    background: #fff;
    margin: 0 auto;
    top: 10px;
    text-align: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}



/* cave slider */


.caves {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 50px 0px 50px 0px;
    color: #000;
    position: relative;
    background: url(../images/Trip-Planner.jpg) no-repeat fixed 100% 0;
    overflow: hidden;
    background-size: cover;
    backface-visibility: hidden;
}

.caves:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(48, 48, 48, 0.007);
    opacity: 0.8;
}

#Ajanta-slider .owl-buttons {
    margin: 20px 0px;
}

#Ajanta-slider .owl-prev {
    background-color: #fff;
    color: #000;
    display: inline-block;
    zoom: 1;
    margin: 8px;
    padding: 5px 14px;
    font-size: 18px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 11px;
}

#Ajanta-slider .owl-prev:hover {
    background-color: #fcc80f;
    color: #000;
}

#Ajanta-slider .owl-next:hover {
    background-color: #fcc80f;
    color: #000;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    /* opacity: 1; */
    background-color: white;

}

#Ajanta-slider .owl-next {
    background-color: #fff;
    color: #000;
    display: inline-block;
    zoom: 1;
    margin: 8px;
    padding: 5px 14px;
    font-size: 18px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 11px;
}

#Ellora-slider .owl-buttons {
    margin: 20px 0px;
}

#Ellora-slider .owl-prev:hover {
    background-color: #fcc80f;
    color: #000;
}

#Ellora-slider .owl-next:hover {
    background-color: #fcc80f;
    color: #000;
}

#Ellora-slider .owl-prev {
    background-color: #fff;
    color: #000;
    display: inline-block;
    zoom: 1;
    margin: 8px;
    padding: 5px 14px;
    font-size: 18px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 11px;
}

#Ellora-slider .owl-next {
    background-color: #fff;
    color: #000;
    display: inline-block;
    zoom: 1;
    margin: 8px;
    padding: 5px 14px;
    font-size: 18px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 11px;
}

.caves-head {
    padding: 50px 0px;
}

.caves h2 a {
    margin-bottom: 20px;
    color: #fff;
}

.viewAllLink {
    float: right;
    border: 1px solid #bbb;
    padding: 10px 18px;
    margin-bottom: 20px;
    margin-top: -55px;
    border-radius: 5px;
    background-color: #fcc80f;
}

.viewAllLink:hover {
    background-color: #fff;
    background-color: black;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
    color: white;
}

.caves h2 {
    color: white;
    padding: 26px 0px;
}

.caves .owl-carousel {
    display: block;
    position: relative;
}

.viewAllLink {
    float: right;
    border: 1px solid #bbb;
    padding: 10px 18px;
    margin-bottom: 20px;
    margin-top: -82px;
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px; */
    border-radius: 5px;
}

.viewAllLink {
    color: black;
}

.caveInfo {
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    background: #fff;
    border-radius: 10px 0 0 10px;
    padding: 0px 0px 0px 20px;
}

#Ellora-slider .caveInfo {
    position: absolute;
    top: 0;
    left: -25px;
    width: 100%;
    background: #fff;
    border-radius: 0px 10px 10px 0px;
    padding: 0px 0px 0px 20px;
}

.caveText {
    width: 100%;
    padding: 30px;
}

.caveText ul li {
    padding: 10px 0px;
}

.caveicon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fcc80f75;
    position: absolute;
    left: 15px;
}

.caveicon i {
    margin-top: 6px;
    margin-left: 9px;
    color: #000;
    font-size: 10px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

/* .caves .owl-theme .owl-nav {
    position: absolute;
    bottom: 30px;
    left: 60px;
    margin-top: 0;
} */
.caveimg a {
    height: 377px;
    width: 100%;
    display: block;
    background: #f0f0f0;
    overflow: hidden;
    position: relative;
    /* -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0; */
    border-radius: 0 10px 10px
}

.caveimg a img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.caveInfo h3 {
    color: #fcc80f;
    font-size: 34px;
    font-family: 'Playfair Display';
    /* padding-bottom: 5px;
    padding-top: 15px */
}


/* end cave slider */


/* Abad-Mumbai */

/* .Abad-Mumbai {
    padding: 50px 0px;
    clear: both;
    width: 100%;
    position: relative;
    text-align: center;
}

.pro {
    padding: 0px 70px 70px 70px;
}

.Abad-MumbaiBlock {
    background-color: #fff;
    margin-bottom: 40px;
    border-radius: 5px;
    transition: .5s;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 14px 25px rgb(0 0 0 / 4%);
    padding: 47px 0px 20px 0px;
    position: relative;
    padding: 20px;
}

.Abad-MumbaiBlock h3 {
    margin-top: 20px;
    font-size: 18px;
}

.Abad-MumbaiBlock p {
    font-size: 14px !important;
}

.Abad-Mumbai h2 {
    color: black;
    padding: 26px 0px;
}

.sign {
    color: black;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease 0s;
    margin-right: 25px;
    display: inline-block;
    position: relative;
    margin-top: 5px;
    margin-left: 13px;
    border: 1px solid #fcc80f;
    background-color: #fcc80f;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    box-shadow: 0px 5px 11px rgb(0 0 0 / 10%);
} */

/* End Abad-Mumbai */

/* Our Service */

.Services {
    padding: 50px 0px;
    background-color: whitesmoke;
}

/* 
.helpline-info .btn-primary1 {
    background: #fcc80f !important;
    color: #000;
    font-size: 20px;
    padding: 8px 20px;
    border-radius: 20px;
    line-height: 40px;
    margin-left: 47%;
    
} */

/* button */

.btn-12 {
    position: relative;
    /* right: 20px; */
    bottom: 20px;
    border: none;
    box-shadow: none;
    width: 130px;
    height: 40px;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
    left: 615px;
    font-size: 25px;
}

.btn-12 span {
    background: #fcc80f;
    background: linear-gradient(0deg, rgba(252, 200, 15, 100) 0%, rgba(252, 200, 15, 87) 100%);
    display: block;
    position: absolute;
    width: 182px;
    height: 46px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-12 span:nth-child(1) {
    box-shadow:
        -7px -7px 20px 0px #fff9,
        -4px -4px 5px 0px #fff9,
        7px 7px 20px 0px #0002,
        4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btn-12:hover span:nth-child(1) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.btn-12:hover span:nth-child(2) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

/* end button */

.Services1 {
    padding: 50px 0px;
}

.Services h2 {
    color: black;
    padding: 26px 0px;
    text-align: center;
}

.serviceicon {
    color: black;
    font-size: 22px;
    text-align: center;
    transition: all 0.3s ease 0s;
    float: left;
    margin-right: 25px;
    display: inline-block;
    position: relative;
    margin-top: 38px;
    margin-left: 0;
    border: 1px solid #fcc80f;
    background-color: #fcc80f;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    box-shadow: 0px 5px 11px rgb(0 0 0 / 10%);
    animation-name: rotate-vertical;
    animation-duration: 4s;

}

@keyframes rotate-vertical {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.service p {
    color: grey !important;
    padding-left: 82px;
}


/* .owl-controls{
    position: absolute;
    bottom: 30px;
    left: 60px;
    margin-top: 0;
} */

/* End Our Services */




/* servicessection */

.Localtoursection {
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 0 50px 0;
    position: relative;
    text-align: center;
    background: #000;
    overflow: hidden;
}

.Localtoursection h2 {
    color: #fff;
}

.Localtourblock {
    position: relative;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 25px 25px rgb(0 0 0 / 15%);
    margin: 16px;
    padding: 20px;
}

.Localtourblock h4 {
    position: absolute;
    width: 280px;
    height: 40px;
    line-height: 36px !important;
    background: #fcc80f;
    top: 30px;
    color: #000;
    left: -18px;
    border-radius: 30px;
    border-bottom-left-radius: 0;
}

.Localtourblock h4::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 20px;
    background: #fcc80f;
    top: 39px;
    left: 0px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    z-index: 2;
}

.Localtourblock h4::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 12px;
    background: #fcc80f;
    top: 40px;
    left: 0px;
}

.Localtourblock .btn-primary {
    position: absolute;
    width: 150px;
    height: 33px;
    background: #fcc80f !important;
    bottom: 20px;
    color: #000;
    font-size: 17px;
    right: -14px;
    line-height: 35px;
    border-radius: 30px;
    border-top-right-radius: 0;
}

.Localtourblock .btn-primary::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 16px;
    background: #fcc80f !important;
    top: -15px;
    right: 0px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 2;
}

.Localtourblock .btn-primary::after {
    content: '';
    position: absolute;
    width: 9px;
    height: 12px;
    background: #fcc80f;
    top: -7px;
    right: 0px;
}

.Localtourblock .btn-primary svg {
    color: #0074c9;
}

.Localtourblock .btn-primary:hover svg {
    color: #fff;
}

.Localtourblock img {
    width: 100%;
    margin-top: 0px;
    transition: 0.5s;
}

.Localtourblock p {
    font-size: 18px;
    color: #000;
    text-align: left;
    padding: 5px 20px;
}


/* Outstationtoursection */

.Outstationtoursection {
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 0 50px 0;
    position: relative;
    text-align: center;
    background: #fcc80f;
    overflow: hidden;
}

.Outstationtoursection h2 {
    color: #000;
}

.Outstationtourblock {
    position: relative;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 25px 25px rgb(0 0 0 / 15%);
    margin: 16px;
    padding: 15px;
}

.Outstationtourblock h4 {
    position: absolute;
    width: 280px;
    height: 40px;
    line-height: 36px !important;
    background: #000;
    top: 30px;
    color: #fff;
    left: -18px;
    border-radius: 30px;
    border-bottom-left-radius: 0;
}

.Outstationtourblock h4::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 20px;
    background: #000;
    top: 39px;
    left: 0px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    z-index: 2;
}

.Outstationtourblock h4::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 12px;
    background: #000;
    top: 40px;
    left: 0px;
}

.Outstationtourcontent {
    padding: 20px;
}

.Outstationtourblock .btn-primary {
    background: #000 !important;
    color: #fff;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 20px;
    line-height: 40px;
}

.Outstationtourblock .btn-primary1 {
    background: #000 !important;
    color: #fff;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 20px;
    line-height: 40px;
}

.Outstationtourblock .btn-primary1:hover {
    background: #fcc80f !important;
    color: #000;
}

.Outstationtourblock .btn-primary:hover {
    background: #fcc80f !important;
    color: #000;
}


.Outstationtourblock .btn-primary svg {
    color: #ffffff;
}

.Outstationtourblock .btn-primary:hover svg {
    color: #fff;
}

.Outstationtourblock img {
    width: 100%;
    margin-top: 0px;
    transition: 0.5s;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.Outstationtourblock p {
    font-size: 18px;
    color: #000;
    text-align: center;
    padding: 5px 20px;
}


/* key indicators */

.keyIndicatorsSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 60px 0;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    background: url('../images/key-indicators.jpeg') no-repeat fixed 100% 0;
    background-size: cover;
}

.keyIndicatorsSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

.keyIndicatorsSection .heading-center {
    color: #fff;
}

.keyIndicatorsSection .heading-center:after {
    background: none;
}

.keyIndicatorsSection .project-fig {
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
}

.keyIndicatorsSection .project-fig i {
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 90px;
    height: 90px;
    line-height: 60px;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 20%);
    background-color: #fcc80f;
    color: #fff;
    font-size: 36px;
    border: solid 2px #efefef;
}

.keyIndicatorsSection .project-fig h3 {
    color: #fff;
    font-size: 46px;
}

.keyIndicatorsSection .project-fig h4 {
    color: #fff;
    margin-bottom: 0px;
}

.project-icon {
    animation-name: full-circle;
    animation-duration: 4s;
}

@keyframes full-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/* end of key indicators */


/*------------------- testimonial Section-------------------------- */

.testimonialBlock {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 80px 0px 80px 0px;
    text-align: center;
    color: #fff;
    position: relative;
    background: url(../images/testimonial.jpg) no-repeat fixed 100% 0;
    overflow: hidden;
    background-size: cover;
    backface-visibility: hidden;
}

.testimonialBlock:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgb(0 0 0 / 95%);
    opacity: 0.8;
}

.testimonials-desc {
    display: block;
    padding: 30px;
    text-align: center;
    background: #fcc80f;
    color: rgb(0, 0, 0);
    margin: 0px 15px;
    border-top: 4px solid #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.testimonials-desc:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    width: 11px;
    height: 13px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background: #fff;
}

.testimonials-desc:after {
    content: '';
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    width: 11px;
    height: 13px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background: #fff;
}

.testimonials-desc p {
    font-size: 17px;
    font-style: italic;
}

.testimonials-desc p i {
    padding: 0 10px;
}

.testimonials-desc h4 {
    font-size: 18px;
    font-weight: 600;
}

.testimonialBlock .heading-center {
    margin-bottom: 50px;
}

.testimonialBlock .heading-center::after {
    background: none;
}

.testimonialBlock .owl-theme .owl-controls .owl-page span {
    background: #fff !important;
}


/* end of testimonial */


/*footer*/

.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    padding: 80px 0px 20px 0px;
    background: #fff;
    color: #333;
    box-shadow: inset 0px 0px 75px rgba(0, 0, 0, .2)
}

.footer>.row {
    position: relative;
    z-index: 2;
}

.footer h3 {
    display: block;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.footerUls {
    display: block;
    margin-left: 20px;
}

.footerUls li {
    list-style-type: disc;
    padding: 4px 0 4px 0;
    font-size: 15px;
    color: #333;
}

.footerUls li a {
    color: inherit;
}

.footerUls li a:hover {
    text-decoration: underline;
    color: #fcc80f;
}

.footer-img {
    margin-bottom: 9px;
    width: 100%;
    margin-top: 3px;
    margin-left: -9%;
}

/* .toursvgicon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
} */

.footer .btn-primary {
    color: #fff;
    border: solid 2px #333;
    border-radius: 40px;
    padding: 10px 20px;
}

.foottext p{
    font-family: 'Alata', sans-serif;
}


/*addressInfo*/

.addressInfo {
    display: block;
    position: relative;
}

.addressInfo h4 {
    font-weight: bold;
    font-size: 20px;
}

.addressInfo ul li {
    margin-bottom: 5px;
    font-size: 15px;
    padding: 5px 20px;
}

.addressInfo ul li a:hover {
    color: #fcc80f;
}

/* .addressInfo svg {
    display: inline-block;
    width: 20px;
    color: #0074c9;
    margin-left: -24px;
} */


/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #000;
    text-align: center;
    padding: 15px 0;
    color: #efefef;
    font-size: 11px;
}

.footerStrip a {
    color: #333;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #0074c9;
}

.footer-social {
    display: inline-block;
    margin-top: 15px;
}

.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    border-radius: 100%;
}

.footer-social a:hover {
    background: #fcc80f;
    border-color: #fcc80f;
    color: #000;
}

.footer-social .footerfacebookLink {
    background: #204385;
}

.footer-social .footerwhatsupLink {
    background: #00e676;
}

.footer-social .footerInsta {
    background: #dd2a7b;
}

.whatsapp {
    position: fixed;
    left: -150px;
    bottom: 10px;
    z-index: 999;
}


/*Sidebar*/

.sidebarWrapper .heading-center {
    text-align: center;
}

.sidebarWrapper .contactButton {
    writing-mode: vertical-rl;
    position: fixed;
    right: 0px;
    z-index: 11;
    background: #fcc80f;
    color: black;
    top: 40%;
    padding: 10px;
    letter-spacing: 0px;
    border-radius: 10px 0px 0px 10px;
    text-transform: uppercase;
}

.sidebarWrapper .CallButton {
    writing-mode: vertical-rl;
    position: fixed;
    right: 0px;
    z-index: 11;
    background: black;
    color: #fff;
    top: 60%;
    padding: 10px;
    letter-spacing: 0px;
    border-radius: 10px 0px 0px 10px;
    text-transform: uppercase;
}

.sidebarWrapper .sidebar {
    top: 25%;
    width: 0;
    position: fixed;
    z-index: 999;
    right: -60px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 15px;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
}

.sidebarWrapper .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #0074c9;
    display: block;
    transition: 0.3s;
}

.sidebarWrapper .sidebar a:hover {
    color: #0074c9;
}

.sidebarWrapper .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 1;
}

.sidebarWrapper .openbtn {
    font-size: 16px;
    cursor: pointer;
    color: white;
    padding: 15px 10px;
    border: none;
}

.sidebarWrapper .openbtn:hover {
    background-color: #333;
}

.sidebarWrapper #main {
    transition: margin-left .5s;
    padding: 0;
}

.Inline {
    display: inline !important;
    width: auto !important;
    margin-right: 5px !important;
}

#AgreeError {
    color: red;
    height: 22px !important;
    margin-bottom: 0;
}

.enquiry-form {
    position: relative;
}

.enquiry-form label {
    display: block;
    color: #222;
}

.enq-formgroup {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.enq-formgroup i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0074c9;
    border-radius: 0 20px 20px 0;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.enquiry-form input {
    display: block;
    width: 100%;
    text-indent: 20px;
    height: 40px;
    border: solid 1px #ddd;
    font-family: sans-serif;
    background: transparent;
}

.enquiry-form textarea {
    display: block;
    width: 100%;
    text-indent: 45px;
    height: auto;
    padding: 5px 0;
    border: solid 1px #ddd;
    font-family: sans-serif;
    background: transparent;
}

.addresssection {
    display: block;
}

.contactUsAddress p {
    font-size: 16px;
    margin: 0px;
}

.custom-contact p em {
    padding: 20px;
    background: #5c1811;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    color: #fff;
    float: left;
    margin-right: 10px;
    font-size: 22px;
    line-height: 10px;
    text-align: center;
}

.enquiry-form .btn-primary {
    color: #fff;
    border-color: transparent;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidebarWrapper .sidebar {
        padding-top: 15px;
    }

    .sidebarWrapper .sidebar a {
        font-size: 18px;
    }
}

.sidebarWrapper .contactButton:hover,
.sidebarWrapper .contactButton:active,
.sidebarWrapper .contactButton:focus {
    color: #fff;
}


/*misc*/

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #014397;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    border: solid 1px #ddd !important;
}

.btn-primary {
    background: #0074c9 !important;
    color: #fff;
    border-color: transparent;
    margin-top: 20px !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #000 !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #000;
    z-index: 200;
}

.scrollup:hover {
    background: #fcc80f;
    opacity: 1;
    color: #fff;
}


/*Media queries*/

@media (max-width: 1366px) {}

@media (max-width: 991px) {
    .navigationBarScroll {
        position: absolute;
        height: auto
    }

    .navigationBar {
        height: auto;
        position: absolute;
    }

    .navbar-collapse {
        float: left;
        clear: both;
        width: 100%;
        margin-top: 12px;
        border-top: solid 1px #ddd;
    }

    .navbar-collapse>ul>li {
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li.active>a {
        background: transparent !important;
        color: #000000 !important;
    }

    .navbar-collapse>ul>li:hover>a {
        background: transparent;
        color: #000000 !important;
    }



    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    .navbar-collapse>ul>li::before {
        height: 100%;
    }
}

@media (max-width: 1075px) {
    .Outstationtourblock .btn-primary {
        padding: 5px 14px;
    }

    .Outstationtourblock .btn-primary1 {
        padding: 5px 10px;
    }

    .Outstationtourblock p {
        padding: 5px 5px;
    }

    .Outstationtourcontent {
        padding: 4px;
    }

    .Localtourblock p {
        padding: 5px 0px;
    }
}

@media (max-width: 768px) {
    .containerWrapper {
        padding: 0 20px;
    }

    .navigationBar {
        position: relative;
        background: #fff;
        height: auto;
        width: 100%;
        float: none;
        left: 0;
        height: auto;
    }

    .navigationBar:before {
        display: none;
    }

    .navigationBarContent {
        padding-bottom: 0;
    }

    .navbar-collapse>ul>li {
        font-size: 14px;
        margin: 0;
        width: 100%;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-header {
        margin: 0;
    }

    .navbar-brand {
        margin: 12px 0;
        border: none;
    }

    .navbar-collapse {
        float: none;
        background: #fff;
        margin-top: 10px;
        padding: 0;
        width: auto;
    }

    .navbar-toggle {
        background: #fff;
        border-radius: 0;
        border: none;
        margin-top: 23px;
    }

    .navbar-collapse>ul>li {
        color: #000000;
        border-bottom: solid 1px #ddd;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li:hover,
    .navbar-collapse>ul>li.active,
    .navbar-collapse>ul>li.active:hover {
        background: #fcc80f;
        color: #fff;
    }

    .partnersRow h4 {
        margin: 0 0 15px 0;
    }

    .navigationBarScroll .navbar-brand {
        margin-top: 0;
    }

    .navigationBarScroll .navbar-brand img {
        transform: scale(1);
        top: 0;
    }

    .navigationBarScroll .navbar-collapse>ul>li {
        height: 0px;
        line-height: 60px;
    }

    .navbar-collapse>ul>li>ul {
        display: none;
        /*left: 105%;*/
        visibility: visible;
        opacity: 1;
        transition: none;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        color: #fff !important;
    }

    .banner-slider-section {
        height: 280px;
    }

    #bannerSlider .banner-info {
        left: 0%;
    }

    #bannerSlider .banner-info h1 {
        font-size: 18px !important;
        font-weight: bold;
    }

    #bannerSlider .banner-info .bannerInfoHeading {
        font-size: 20px !important;
    }

    #bannerSlider .banner-info .btn-primary {
        padding: 6px 10px;
        font-size: 14px;
        margin-top: 5px;
    }

    .down-arrow-box a {
        font-size: 16px;
        width: 20px;
        height: 31px;
        line-height: 32px;
        top: 1px;
    }

    /* .svgcar {
        position: relative;
        width: 100%;
        margin: 0px 0 0 0;
    } */

    lottie-player {
        width: 75% !important;
    }

    .AboutusSection {
        margin-top: -40px;
    }

    .keyIndicatorsSection .project-fig {
        height: 240px;
    }

    .keyIndicatorsSection .project-fig h3 {
        color: #fff;
        font-size: 38px;
    }

    .Outstationtourcontent {
        padding: 12px;
    }

    .Outstationtourblock p {
        padding: 5px 15px;
    }

    .viewAllLink {
        padding: 5px 14px;
        margin-top: -62px;
        margin-right: 19px;
        font-size: 12px;
    }

    .caves h2 {
        color: white;
        padding: 24px 25px;
        font-size: 17px;
    }

    .caveInfo {
        position: relative;
        top: 0;
        left: 0px;
        width: 100%;
        background: #fff;
        border-radius: 10px 0 0 10px;
    }

    .caveText {
        padding: 10px 25px 26px 14px;
    }

    #Ellora-slider .caveInfo {
        position: relative;
        top: 0;
        left: 0px;
        width: 100%;
        background: #fff;
        border-radius: 0px 10px 10px 0px;
    }

    #Ellora-slider.caveText {
        padding: 10px 25px 26px 14px;
    }

    .service h3 {
        margin-top: 16px;
        font-size: 20px;
        padding: 0px 32px 0px 1px;
    }


    .service p {
        font-size: 15px !important;
        padding: 0px 70px 0px 84px;
    }

    .whatsapp {
        left: -142px;
        width: 100%;
    }

    .whatsapp lottie-player {
        width: 20% !important;
    }
}


@media (max-width: 1250px) {
    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }

    .navbar-collapse>ul>li {
        font-size: 14px;
        margin: 0;
    }

    .containerWrapper {
        padding: 0 20px;
    }
}

@media (max-width: 875px) {
    .navbar-collapse>ul>li>ul>li>a {
        font-weight: 300;
    }

    .containerWrapper {
        padding: 0 20px;
    }
}

@media (max-width: 1180px) {
    .navigationBarScroll .navbar-collapse>ul>li>a>i {
        display: none;
    }

    .navigationBarScroll .navbar-collapse>ul>li>a>i.fa-angle-right {
        display: inline-block;
    }

    .navigationBarScroll .navbar-collapse>ul>li {
        font-size: 16px;
    }

    .navigationBarScroll .navbar-collapse>ul>li>a {
        padding-left: 15px;
    }
}