@import url('https://fonts.googleapis.com/css2?family=Raleway&family=Roboto+Slab:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

html, body {
height: 100%;
font-family: 'Roboto', sans-serif;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
color: #141d1e;
font-weight: 400;
}
h1 {
font-size: 3em;
}
h2 {
font-size: 2em;
font-family: 'Roboto', sans-serif;
font-weight:600;
}
h3 {
font-size: 25px;
margin-bottom: 12px;
}
h4 {
font-size: 25px;
color:#141d1e;
margin-top: 0.2em;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
p {
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
color:#000;
font-weight: 400;
line-height: 24px;
margin: 0 0 15px 0;
}
img {
max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
outline: none;
}
a:hover, a:focus {
text-decoration: none;
outline: none;
color: #fff;
}
ul, ol {
padding: 0;
margin: 0;
}
/*--------------------- Helper CSS -----------------------*/
.paddingbottom {
padding-bottom:5px;
}
.pcenter {
text-align:center;
color:black;
padding-bottom: 1em;
}
.section-title {
text-align: center;
margin-bottom: 22px;
}
.section-title span {
font-size: 14px;
color: #f67901;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
}
.section-title1 span {
font-size: 14px;
color: #f67901;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 2px;
text-align:center;
}
.section-title h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 2.5vw;
display: block;
margin-bottom: 1vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
padding-top: 0;
}
.section-title1 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 2.5vw;
display: block;
margin-bottom: 1vw;
color: #141d1e;
font-weight: 700;
margin-top: 0;
padding-top: 0;
text-align:center;
}
.set-bg {
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
}
.spad {
padding-top: 50px;
padding-bottom: 100px;
}
.spad-2 {
padding-top: 50px;
padding-bottom: 70px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
color: #fff;
}
/* buttons */
.primary-btn {
display: inline-block;
font-size: 25px;
color: white;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
position: relative;
}
.primary-btn1 {
font-size: 22px;
color: #001A66;
}
.primary-btn:after {
position: absolute;
left: 0;
bottom: -5px;
width: 100%;
height: 2px;
background: #dfa974;
content: "";
}
/* Preloder */
#preloder {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 999999;
background: #ffffff;
}
.loader {
width: 40px;
height: 40px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -13px;
margin-left: -13px;
border-radius: 60px;
animation: loader 0.8s linear infinite;
-webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
border: 4px solid #f44336;
border-left-color: transparent;
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
border: 4px solid #673ab7;
border-left-color: transparent;
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
border: 4px solid #f44336;
border-left-color: transparent;
}
}
@-webkit-keyframes loader {
0% {
-webkit-transform: rotate(0deg);
border: 4px solid #f44336;
border-left-color: transparent;
}
50% {
-webkit-transform: rotate(180deg);
border: 4px solid #673ab7;
border-left-color: transparent;
}
100% {
-webkit-transform: rotate(360deg);
border: 4px solid #f44336;
border-left-color: transparent;
}
}
.spacial-controls {
position: fixed;
width: 111px;
height: 91px;
top: 0;
right: 0;
z-index: 999;
}
.spacial-controls .search-switch {
display: block;
height: 100%;
padding-top: 30px;
background: #323232;
text-align: center;
cursor: pointer;
}
.search-model {
display: none;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #000;
z-index: 99999;
}
.search-model-form {
padding: 0 15px;
}
.search-model-form input {
width: 500px;
font-size: 40px;
border: none;
border-bottom: 2px solid #333;
background: none;
color: #999;
}
.search-close-switch {
position: absolute;
width: 50px;
height: 50px;
background: #333;
color: #fff;
text-align: center;
border-radius: 50%;
font-size: 28px;
line-height: 28px;
top: 30px;
cursor: pointer;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/*--------------------- Header -----------------------*/
.header-section.header-normal .menu-item {
-webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}
.top-nav .tn-right .top-social a {
display: inline-block;
font-size: 16px;
color: #19191a;
margin-left: 15px;
}
.top-nav .tn-right .language-option:hover .flag-dropdown {
top: 40px;
opacity: 1;
visibility: visible;
}
.top-nav .tn-right .language-option img {
height: 26px;
width: 26px;
border-radius: 50%;
margin-right: 10px;
}
.top-nav .tn-right .language-option span {
font-size: 16px;
color: #19191a;
text-transform: uppercase;
font-weight: 500;
}
.top-nav .tn-right .language-option .flag-dropdown {
position: absolute;
left: 0;
top: 60px;
width: 100px;
background: #ffffff;
display: block;
padding: 10px 15px;
-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 99;
}
.top-nav .tn-right .language-option .flag-dropdown ul li {
list-style: none;
text-align: left;
}
.top-nav .tn-right .language-option .flag-dropdown ul li a {
font-size: 14px;
text-transform: uppercase;
font-weight: 500;
color: #19191a;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.top-nav .tn-right .language-option .flag-dropdown ul li a:hover {
color: #dfa974;
}
hr {
text-align: center;
margin-top: 0em;
}
.canvas-open {
display: none;
}
.offcanvas-menu-wrapper {
display: none;
}

/*--------------------- Hero -----------------------*/
.hero-section {
position: relative;
padding-top: 60px;
padding-bottom: 195px;
}
.hero-section .container {
position: relative;
z-index: 5;
}
.hero-text {
padding-top: 60px;
}
.hero-text h1 {
font-size: 80px;
line-height: 90px;
font-weight:600;
color: #001A66;
margin-bottom: 16px;
}
.hero-text p {
font-size: 18px;
color: #ffffff;
line-height: 28px;
margin-bottom: 35px;
}
.booking-form {
background: #ffffff;
padding: 44px 40px 50px 40px;
border-radius: 4px;
}
.booking-form h3 {
color: #19191a;
margin-bottom: 36px;
}
.booking-form form .check-date {
position: relative;
margin-bottom: 15px;
}
.booking-form form .check-date label {
font-size: 14px;
color: #707079;
display: block;
margin-bottom: 10px;
}
.booking-form form .check-date input {
width: 100%;
height: 50px;
border: 1px solid #ebebeb;
border-radius: 2px;
font-size: 16px;
color: #19191a;
text-transform: uppercase;
font-weight: 500;
padding-left: 20px;
}
.booking-form form .check-date i {
color: #dfa974;
position: absolute;
right: 18px;
bottom: 17px;
}
.booking-form form .select-option {
margin-bottom: 15px;
}
.booking-form form .select-option label {
font-size: 14px;
color: #707079;
display: block;
margin-bottom: 10px;
}
.booking-form form .select-option .nice-select {
border-radius: 2px;
border: 1px solid #ebebeb;
height: 50px;
line-height: 50px;
outline: none;
padding-left: 20px;
width: 100%;
float: none;
}
.booking-form form .select-option .nice-select:after {
border-bottom: 2px solid #dfa974;
border-right: 2px solid #dfa974;
height: 10px;
margin-top: 0;
right: 20px;
width: 10px;
top: 36%;
}
.booking-form form .select-option .nice-select span {
font-size: 16px;
color: #19191a;
text-transform: uppercase;
font-weight: 500;
}
.booking-form form .select-option .nice-select .list {
margin-top: 0;
width: 100%;
}
.booking-form form button {
display: block;
font-size: 14px;
text-transform: uppercase;
border: 1px solid #dfa974;
border-radius: 2px;
color: #dfa974;
font-weight: 500;
background: transparent;
width: 100%;
height: 46px;
margin-top: 30px;
}
.explore1 {
width:100%;
background-color:#e5e5e5;
background-image:url(../images/whytravel.webp)!important;
background-repeat:no-repeat;
background-size:cover;
padding:5%;
}
.explore1 h1 {
font-size: 34px;
position: relative;
margin: 20px 0 20px;
font-family: 'Roboto', sans-serif;
color: #141d1e;
font-weight: 600;
text-align: center;
line-height: 45px;
}
.explore1 h2 {
font-size: 34px;
position: relative;
margin: 20px 0 20px;
font-family: 'Roboto', sans-serif;
color: #141d1e;
font-weight: 600;
text-align: center;
}
.explore-box1 {
width:96%;
margin-right:2%;
margin-left:2%;
margin-top:3%;
}
.explore-grid1 {
width:31.3333%;
float:left;
padding:5px;
margin-right:1%;
margin-left:1%;
margin-top:2%;
margin-bottom:2%;
background-color:#FFF;
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.19);
}
.explore-grid1 h2 {
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
color: #000;
}
.packages {
width:100%;
padding:4%;
}
.packages h1 {
font-family: 'TrajanProBold';
color:#000000;
display:block;
font-size:2.5rem;
text-align: center;
font-weight: bold;
}
.packages h2 {
font-family: 'TrajanProBold';
color:#000000;
display:block;
font-size:1.5rem;
text-align: center;
font-weight: bold;
line-height:1rem;
}
.explore-world {
width:100%;
padding:4%;
background-image:url(../images/explore-world-bg.webp);
background-repeat:no-repeat;
background-size:cover;
}
.explore-world h1 {
font-family: 'TrajanProBold';
color:#000000;
display:block;
font-size:2.5rem;
text-align: center;
text-transform:uppercase;
font-weight: bold;
}
.explore-world h2 {
font-family: 'TrajanProBold';
color:#000000;
display:block;
font-size:1.5rem;
text-align: center;
text-transform:uppercase;
font-weight: bold;
line-height:1rem;
}
.packages {
width:100%;
padding:4%;
}
.packages h1 {
font-size: 38px;
position: relative;
margin: 20px 0 20px;
padding:0 12px 17px;
font-family: 'Roboto', sans-serif;
color: #fff;
font-weight: 800;
text-align:center;
}
.packages h2 {
font-size: 34px;
position: relative;
margin: 20px 0 20px;
font-family: 'Roboto', sans-serif;
color: #fff;
font-weight: 300;
text-align:center;
}
.explore-world {
width:100%;
padding:4%;
background-image:url(../images/explore-world-bg.webp);
background-repeat:no-repeat;
background-size:cover;
}
.explore-world h1 {
font-size: 40px;
position: relative;
margin: 20px 0 20px;
padding-bottom: 17px;
font-family: 'Roboto', sans-serif;
color: #fff;
font-weight: 600;
}
.explore-world h2 {
font-size: 40px;
position: relative;
margin: 20px 0 20px;
padding-bottom: 17px;
font-family: 'Roboto', sans-serif;
color: #fff;
font-weight: 600;
}
.packages-box {
width:96%;
margin-left: 2%;
margin-right: 2%;
}
.packages-grid {
width:23%;
float:left;
margin-right:1%;
margin-left:1%;
margin-top:2%;
margin-bottom:2%;
background-color:#FFF;
border:1px solid#CCC;
}
.packages-grid h2 {
font-size: 18px;
font-weight: bold;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
color:#000;
text-align: center;
}
.packages-grid p {
font-family: 'chivoregular';
color:#444;
display:block;
font-size:1.5rem;
text-align: left;
text-transform: capitalize;
font-weight: bolder;
padding-top:1%;
padding-left:6%;
}
.read-more {
font-family: 'chivoregular';
width:100%;
display: inline-block;
padding: 10px 10px;
background-color:#141d1e;
z-index: 0;
color: #FFF;
text-align: center;
font-size: 1em;
text-transform: uppercase;
font-weight: 400;
text-decoration: none;
margin-top: 2%;
border:0;
}
.read-more:hover {
background-color:#000;
color: #FFF;
}
.side-bar-block {
margin-bottom: 40px;
}
.custom-form {
background: #001A66;
}
.custom-form {
padding: 35px 40px;
}
.custom-form h3 {
color: #58595b;
}
.custom-form h3 {
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 30px;
color:#000;
text-align:center;
}
.custom-form form {
margin-top: 40px;
}
.custom-form .form-group {
position: relative;
}
.form-group {
margin-bottom: 15px;
}
.custom-form .form-group input, .custom-form .form-group textarea {
border-radius: 0px;
border: 0px;
}
.custom-form .form-group input {
height: 45px;
padding-left: 40px;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.custom-form .form-group .fa {
color: #a7a9ac;
}
.custom-form .form-group .fa {
position: absolute;
top: 14px;
left: 15px;
font-size: 18px;
}
.custom-form .form-group input, .custom-form .form-group textarea {
border-radius: 0px;
border: 0px;
}
.custom-form .form-group textarea {
padding-left: 40px;
padding-top: 14px;
height: 97px;
}
textarea {
outline: none;
font-size: 16px;
border: none;
color: #666;
letter-spacing: 0.5px;
padding: 12px 15px;
width: 100%;
box-sizing: border-box;
margin-bottom: 15px;
text-transform: capitalize;
background: #fff;
}
.custom-form button {
height: 45px;
font-size: 16px;
margin-top: 25px;
background: #141d1e!important;
text-align:center;
}
.custom-form button:hover {
background: #000!important;
}
.btn-orange, .btn-orange:focus {
background: #faa61a;
color: white;
}
.side-bar .support-block {
background: #141d1e;
color: #fff;
}
.side-bar .support-block {
padding: 33px 25px 20px;
}
.side-bar-block:last-child {
margin-bottom: 0px;
}
.side-bar .support-block h3 {
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 25px;
color: #fff;
margin-bottom: 10px;
}
.side-bar .support-block p {
color: #808285;
}
.side-bar .support-block p {
font-size: 13px;
}
.side-bar .support-contact span {
font-size: 30px;
margin-right: 10px;
float: left;
margin-top:-10px;
}
.side-bar .support-block p {
color: #fff;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
.side-bar .support-contact p {
font-size: 20px;
font-weight: bold;
overflow: hidden;
}
.hero-slider {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.hero-slider.owl-carousel .owl-dots {
position: absolute;
left: 0;
bottom: 23px;
width: 100%;
text-align: center;
}
.hero-slider.owl-carousel .owl-dots button {
height: 6px;
width: 6px;
background: #ffffff;
opacity: 0.5;
border-radius: 50%;
margin-right: 10px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.hero-slider.owl-carousel .owl-dots button.active {
width: 30px;
border-radius: 50px;
opacity: 1;
}
.hero-slider.owl-carousel .owl-dots button:last-child {
margin-right: 0;
}
.hero-slider .owl-stage-outer, .hero-slider .owl-stage, .hero-slider .owl-item, .hero-slider .hs-item {
height: 100%;
}
/*--------------------- About US -----------------------*/
.about-text {
text-align: center;
padding: 0 35px;
}
.about-text p {
color: #595960;
font-weight: 500;
}
.about-text p.f-para {
margin-bottom: 10px;
}
.about-text p.s-para {
margin-bottom: 35px;
}
.about-text .about-btn {
color: #19191a;
}
.about-pic img {
min-width: 100%;
}
/*--------------------- Service Section -----------------------*/
.services-section {
padding-bottom: 60px;
padding-top: 65px;
}
.services-section .section-title {
margin-bottom: 36px;
}
.service-item {
text-align: center;
padding: 30px 35px 18px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.service-item:hover {
background: #001A66;
}
.service-item:hover i {
color: #ffffff;
}
.service-item:hover h4 {
color: #ffffff;
}
.service-item:hover p {
color: #ffffff;
}
.service-item i {
display: inline-block;
color: #dfa974;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.service-item h4 {
color: #19191a;
font-size: 22px;
margin-bottom: 15px;
margin-top: 10px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.service-item p {
color: #707079;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
/*------------------------ Home Page Room Section -------------------------*/
.hp-room-items {
overflow: hidden;
padding: 0px;
margin-top:3em;
}
.hp-room-items .hp-room-item {
height: 550px;
margin-right: -15px;
position: relative;
overflow: hidden;
margin: 20px;
border: 1px solid #ccc;
}
.hp-room-items .hp-room-item:hover .hr-text {
bottom: 135px;
}
.hp-room-items .hp-room-item:hover .hr-text h2 {
margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text {
position: absolute;
left: 0px;
right: 0px;
bottom: -250px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background-color:rgba(0, 0, 0, 0.63);
padding: 20px;
}
.hp-room-items .hp-room-item .hr-text:hover {
position: absolute;
left: 0px;
right: 0px;
bottom: 0px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background-color:rgba(0, 0, 0, 0.63);
padding: 20px;
}
.hp-room-items .hp-room-item .hr-text h3 {
color: white;
margin-bottom: 15px;
}
.hp-room-items .hp-room-item .hr-text h2 {
color: #dfa974;
font-weight: 700;
margin-bottom: 50px;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.hp-room-items .hp-room-item .hr-text h2 span {
font-family: "Cabin", sans-serif;
font-size: 16px;
font-weight: 400;
color: black;
}
.hp-room-items .hp-room-item .hr-text table {
margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td {
font-size: 16px;
color: white;
line-height: 36px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
width: 120px;
}
.hp-room-items .hp-room-item .hr-text .primary-btn:after {
background: #ffffff;
}
.p1 {
color:white;
}
/*--------------------- Testimonial Slider -----------------------*/
.testimonial-section {
background: #fffcf3;
}
.testimonial-section .section-title {
margin-bottom: 30px;
}
.testimonial-slider.owl-carousel .owl-item img {
width: auto;
margin: 0 auto;
}
.testimonial-slider.owl-carousel .owl-nav button {
height: 44px;
width: 44px;
border: 1px solid #ebebeb;
font-size: 24px;
color: #707079;
background: #ffffff;
line-height: 48px;
text-align: center;
border-radius: 50%;
position: absolute;
left: -190px;
top: 50%;
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
transform: translateY(-6px);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.testimonial-slider.owl-carousel .owl-nav button:hover {
border-color: #19191a;
color: #19191a;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next {
left: auto;
right: -190px;
}
.testimonial-slider .ts-item {
text-align: center;
}
.testimonial-slider .ts-item p {
font-size: 20px;
color: #707079;
line-height: 30px;
margin-bottom: 50px;
}
.testimonial-slider .ts-item .ti-author {
margin-bottom: 60px;
}
.testimonial-slider .ts-item .ti-author .rating {
display: inline-block;
}
.testimonial-slider .ts-item .ti-author .rating i {
color: #f5b917;
font-size: 16px;
}
.testimonial-slider .ts-item .ti-author h5 {
font-size: 20px;
color: #19191a;
display: inline-block;
}
/*--------------------- Blog and Event -----------------------*/
.blog-section {
padding-bottom: 70px;
}
.blog-section .section-title {
margin-bottom: 36px;
}
/*--------------------- Footer Section -----------------------*/
.footer-section {
background: #222736;
}
.footer-section .footer-text {
padding: 80px 0 30px;
}
.footer-section .footer-text .ft-about {
margin-bottom: 30px;
}
.footer-section .footer-text .ft-about .logo {
margin-bottom: 20px;
}
.footer-section .footer-text .ft-about .logo a {
display: inline-block;
}
.footer-section .footer-text .ft-about p {
color: #aaaab3;
margin-bottom: 20px;
}
.footer-section .footer-text .ft-about .fa-social a {
display: inline-block;
height: 40px;
width: 40px;
font-size: 16px;
line-height: 40px;
text-align: center;
color: #ffffff;
border: 1px solid #5A4D48;
border-radius: 50%;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin-right: 7px;
}
.footer-section .footer-text .ft-about .fa-social a:hover {
background: #dfa974;
border-color: #dfa974;
}
.footer-section .footer-text .ft-contact {
margin-bottom: 30px;
}
.footer-section .footer-text .ft-contact h6 {
font-size: 14px;
color: #dfa974;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 3px;
font-family: "Cabin", sans-serif;
margin-bottom: 20px;
}
.footer-section .footer-text .ft-contact ul li {
font-size: 16px;
color: #aaaab3;
line-height: 32px;
list-style: none;
}
.footer-section .footer-text .ft-newslatter h6 {
font-size: 14px;
color: #dfa974;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 3px;
font-family: "Cabin", sans-serif;
margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter p {
color: #aaaab3;
margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter .fn-form {
position: relative;
}
.footer-section .footer-text .ft-newslatter .fn-form input {
width: 100%;
height: 50px;
border-radius: 2px;
background: #393D4A;
border: none;
padding-left: 20px;
font-size: 16px;
color: #707079;
}
.footer-section .footer-text .ft-newslatter .fn-form button {
position: absolute;
right: 0;
top: 0;
font-size: 16px;
background: #dfa974;
color: #ffffff;
padding: 0 16px;
height: 50px;
border: none;
border-radius: 0 2px 2px 0;
}
.footer-section .copyright-option {
background: rgba(16, 20, 31, 0.2);
padding: 20px 0;
}
.footer-section .copyright-option ul li {
list-style: none;
display: inline-block;
margin-right: 34px;
}
.footer-section .copyright-option ul li:last-child {
margin-right: 0;
}
.footer-section .copyright-option ul li a {
font-size: 16px;
color: #aaaab3;
}
.footer-section .copyright-option .co-text {
font-size: 16px;
color: #707079;
text-align: right;
}
/* --------------------------------- Other Pages Styles ----------------------------------- */
/*--------------------- Breadcrumb Section -----------------------*/
.breadcrumb-section {
padding-top: 70px;
padding-bottom: 80px;
}
.breadcrumb-text {
text-align: center;
}
.breadcrumb-text h2 {
font-size: 44px;
color: #19191a;
margin-bottom: 12px;
}
.breadcrumb-text .bt-option a {
display: inline-block;
font-size: 18px;
color: #19191a;
margin-right: 20px;
position: relative;
font-weight: 500;
}
.breadcrumb-text .bt-option a:after {
position: absolute;
right: -13px;
top: 1px;
content: "";
font-size: 18px;
font-family: "FontAwesome";
color: #aaaab3;
}
.breadcrumb-text .bt-option span {
display: inline-block;
font-size: 18px;
color: #aaaab3;
}
/*------------------------ About Us Page Section -------------------------*/
.aboutus-page-section {
padding-top: 0;
padding-bottom: 70px;
}
.about-page-text {
margin-bottom: 65px;
}
.about-page-text .ap-title {
margin-bottom: 30px;
}
.about-page-text .ap-title h2 {
font-size: 44px;
color: #19191a;
margin-bottom: 18px;
}
.about-page-text .ap-title p {
font-size: 18px;
color: #707079;
line-height: 28px;
}
.about-page-text .ap-services li {
list-style: none;
font-size: 20px;
color: #707079;
line-height: 42px;
}
.about-page-text .ap-services li i {
color: #dfa974;
margin-right: 5px;
}
.about-page-services .ap-service-item {
position: relative;
height: 420px;
border-radius: 5px;
margin-bottom: 30px;
}
.about-page-services .ap-service-item .api-text {
position: absolute;
left: 0;
bottom: 40px;
width: 100%;
text-align: center;
}
.about-page-services .ap-service-item .api-text h3 {
color: #ffffff;
}
/*--------------------- Video Section -----------------------*/
.video-section {
height: 500px;
padding-top: 140px;
}
.video-section .video-text {
text-align: center;
}
.video-section .video-text h2 {
font-size: 48px;
color: #ffffff;
margin-bottom: 16px;
}
.video-section .video-text p {
font-size: 20px;
color: #ffffff;
margin-bottom: 40px;
}
.video-section .video-text .play-btn {
display: inline-block;
}
/*--------------------- Gallery Section -----------------------*/
.gallery-section {
padding-bottom: 80px;
}
.gallery-section .section-title {
margin-bottom: 38px;
}
.gallery-item {
position: relative;
height: 279px;
margin-bottom: 20px;
border-radius: 5px;
position: relative;
z-index: 1;
}
.gallery-item:hover:after {
opacity: 1;
}
.gallery-item:hover .gi-text {
opacity: 1;
}
.gallery-item:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(25, 25, 26, 0.3);
content: "";
z-index: -1;
border-radius: 5px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
}
.gallery-item.large-item {
height: 576px;
}
.gallery-item .gi-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
opacity: 0;
}
.gallery-item .gi-text h3 {
color: #ffffff;
}
/*--------------------- Room Section -----------------------*/
.rooms-section {
padding-top: 0;
padding-bottom: 80px;
}
.room-item {
margin-bottom: 30px;
}
.room-item img {
min-width: 100%;
}
.room-item .ri-text {
border: 1px solid #ebebeb;
border-top: none;
padding: 24px 24px 30px 28px;
}
.room-item .ri-text h4 {
color: #19191a;
margin-bottom: 17px;
}
.room-item .ri-text h3 {
color: #dfa974;
font-weight: 700;
margin-bottom: 14px;
}
.room-item .ri-text h3 span {
font-family: "Cabin", sans-serif;
font-size: 14px;
font-weight: 400;
color: #19191a;
}
.room-item .ri-text table {
margin-bottom: 18px;
}
.room-item .ri-text table tbody tr td {
font-size: 16px;
color: #707079;
line-height: 36px;
}
.room-item .ri-text table tbody tr td.r-o {
width: 125px;
}
.room-item .ri-text .primary-btn {
color: #19191a;
}
.room-pagination {
text-align: center;
padding-top: 20px;
}
.room-pagination a {
font-size: 16px;
color: #707079;
border: 1px solid #EFD4B9;
border-radius: 2px;
padding: 7px 13px 5px;
margin-right: 7px;
display: inline-block;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.room-pagination a:last-child {
margin-right: 0;
}
.room-pagination a:hover {
background: #dfa974;
color: #ffffff;
}
/*----------------------- Room Details Section -------------------------*/
.room-details-section {
padding-top: 0;
padding-bottom: 80px;
}
.room-details-item {
margin-bottom: 50px;
}
.room-details-item img {
margin-bottom: 40px;
}
.room-details-item .rd-text .rd-title {
overflow: hidden;
margin-bottom: 8px;
}
.room-details-item .rd-text .rd-title h3 {
color: #19191a;
float: left;
}
.room-details-item .rd-text .rd-title .rdt-right {
float: right;
text-align: right;
}
.room-details-item .rd-text .rd-title .rdt-right .rating {
display: inline-block;
margin-right: 25px;
margin-bottom: 10px;
}
.room-details-item .rd-text .rd-title .rdt-right .rating i {
color: #f5b917;
}
.room-details-item .rd-text .rd-title .rdt-right a {
display: inline-block;
color: #ffffff;
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
background: #dfa974;
padding: 14px 28px 13px;
}
.room-details-item .rd-text h2 {
color: #dfa974;
font-weight: 700;
margin-bottom: 25px;
}
.room-details-item .rd-text h2 span {
font-family: "Cabin", sans-serif;
font-size: 16px;
font-weight: 400;
color: #19191a;
}
.room-details-item .rd-text table {
margin-bottom: 32px;
}
.room-details-item .rd-text table tbody tr td {
font-size: 16px;
color: #19191a;
line-height: 36px;
}
.room-details-item .rd-text table tbody tr td.r-o {
width: 120px;
color: #707079;
}
.room-details-item .rd-text p {
color: #707079;
}
.room-details-item .rd-text p.f-para {
margin-bottom: 22px;
}
.rd-reviews {
padding-top: 55px;
border-top: 1px solid #e5e5e5;
margin-bottom: 50px;
}
.rd-reviews h4 {
color: #19191a;
letter-spacing: 1px;
margin-bottom: 45px;
}
.rd-reviews .review-item {
margin-bottom: 32px;
}
.rd-reviews .review-item .ri-pic {
float: left;
margin-right: 30px;
}
.rd-reviews .review-item .ri-pic img {
height: 70px;
width: 70px;
border-radius: 50%;
}
.rd-reviews .review-item .ri-text {
overflow: hidden;
position: relative;
padding-left: 30px;
}
.rd-reviews .review-item .ri-text:before {
position: absolute;
left: 0;
top: 0;
width: 1px;
height: 100%;
background: #e9e9e9;
content: "";
}
.rd-reviews .review-item .ri-text span {
font-size: 12px;
color: #dfa974;
text-transform: uppercase;
letter-spacing: 3px;
}
.rd-reviews .review-item .ri-text .rating {
position: absolute;
right: 0;
top: 0;
}
.rd-reviews .review-item .ri-text .rating i {
color: #f5b917;
}
.rd-reviews .review-item .ri-text h5 {
color: #19191a;
margin-top: 4px;
margin-bottom: 8px;
}
.rd-reviews .review-item .ri-text p {
color: #707079;
margin-bottom: 0;
}
.review-add h4 {
color: #19191a;
letter-spacing: 1px;
margin-bottom: 45px;
}
.review-add .ra-form input {
width: 100%;
height: 50px;
border: 1px solid #e5e5e5;
font-size: 16px;
color: #aaaab3;
padding-left: 20px;
margin-bottom: 25px;
}
.review-add .ra-form input::-webkit-input-placeholder {
color: #aaaab3;
}
.review-add .ra-form input::-moz-placeholder {
color: #aaaab3;
}
.review-add .ra-form input:-ms-input-placeholder {
color: #aaaab3;
}
.review-add .ra-form input::-ms-input-placeholder {
color: #aaaab3;
}
.review-add .ra-form input::placeholder {
color: #aaaab3;
}
.review-add .ra-form h5 {
font-size: 20px;
color: #19191a;
margin-bottom: 24px;
float: left;
margin-right: 10px;
}
.review-add .ra-form .rating {
padding-top: 3px;
display: inline-block;
}
.review-add .ra-form .rating i {
color: #f5b917;
font-size: 16px;
}
.review-add .ra-form textarea {
width: 100%;
height: 132px;
border: 1px solid #e5e5e5;
font-size: 16px;
color: #aaaab3;
padding-left: 20px;
padding-top: 12px;
margin-bottom: 24px;
resize: none;
}
.review-add .ra-form textarea::-webkit-input-placeholder {
color: #aaaab3;
}
.review-add .ra-form textarea::-moz-placeholder {
color: #aaaab3;
}
.review-add .ra-form textarea:-ms-input-placeholder {
color: #aaaab3;
}
.review-add .ra-form textarea::-ms-input-placeholder {
color: #aaaab3;
}
.review-add .ra-form textarea::placeholder {
color: #aaaab3;
}
.review-add .ra-form button {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
color: #ffffff;
letter-spacing: 2px;
background: #dfa974;
border: none;
padding: 14px 34px 13px;
display: inline-block;
}
.room-booking {
padding: 0 30px 0 40px;
}
.room-booking h3 {
color: #19191a;
margin-bottom: 30px;
}
.room-booking form .check-date {
position: relative;
margin-bottom: 15px;
}
.room-booking form .check-date label {
font-size: 14px;
color: #707079;
display: block;
margin-bottom: 10px;
}
.room-booking form .check-date input {
width: 100%;
height: 50px;
border: 1px solid #ebebeb;
border-radius: 2px;
font-size: 16px;
color: #19191a;
text-transform: uppercase;
font-weight: 500;
padding-left: 20px;
}
.room-booking form .check-date i {
color: #dfa974;
position: absolute;
right: 18px;
bottom: 17px;
}
.room-booking form .select-option {
margin-bottom: 15px;
}
.room-booking form .select-option label {
font-size: 14px;
color: #707079;
display: block;
margin-bottom: 10px;
}
.room-booking form .select-option .nice-select {
border-radius: 2px;
border: 1px solid #ebebeb;
height: 50px;
line-height: 50px;
outline: none;
padding-left: 20px;
width: 100%;
float: none;
}
.room-booking form .select-option .nice-select:after {
border-bottom: 2px solid #dfa974;
border-right: 2px solid #dfa974;
height: 10px;
margin-top: 0;
right: 20px;
width: 10px;
top: 36%;
}
.room-booking form .select-option .nice-select span {
font-size: 16px;
color: #19191a;
text-transform: uppercase;
font-weight: 500;
}
.room-booking form .select-option .nice-select .list {
margin-top: 0;
width: 100%;
}
.room-booking form button {
display: block;
font-size: 14px;
text-transform: uppercase;
border: 1px solid #dfa974;
border-radius: 2px;
color: #dfa974;
font-weight: 500;
background: transparent;
width: 100%;
height: 46px;
margin-top: 30px;
}
/*--------------------- Blog Section -----------------------*/
.blog-section.blog-page {
padding-top: 0;
padding-bottom: 88px;
}
.blog-item {
height: 450px;
position: relative;
margin-bottom: 30px;
border-radius: 5px;
}
.blog-item.small-size {
height: 400px;
}
.blog-item .bi-text {
position: absolute;
left: 0;
bottom: 25px;
width: 100%;
padding-left: 30px;
padding-right: 30px;
}
.blog-item .bi-text .b-tag {
display: inline-block;
color: #ffffff;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
background: #f67901;
padding: 3px 10px;
border-radius: 2px;
}
.blog-item .bi-text h4 {
margin-top: 18px;
margin-bottom: 18px;
}
.blog-item .bi-text h4 a {
color: #ffffff;
font-weight:600;
background:#f67901;
padding: 0.2em;
font-size:0.8em;
}
.blog-item .bi-text .b-time {
font-size: 12px;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 3px;
}
.load-more {
text-align: center;
padding-top: 30px;
}
.load-more .primary-btn {
color: #19191a;
}
/*---------------------------- Blog Details Hero Section ----------------------------*/
.blog-details-hero {
height: 530px;
padding-top: 165px;
}
.bd-hero-text {
text-align: center;
}
.bd-hero-text span {
font-size: 12px;
color: #ffffff;
background: #dfa974;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
padding: 4px 16px;
border-radius: 2px;
}
.bd-hero-text h2 {
font-size: 44px;
color: #ffffff;
line-height: 54px;
margin-top: 30px;
margin-bottom: 12px;
}
.bd-hero-text ul li {
list-style: none;
font-size: 14px;
color: #dfa974;
margin-right: 35px;
display: inline-block;
}
.bd-hero-text ul li:last-child {
margin-right: 0;
}
.bd-hero-text ul li.b-time {
text-transform: uppercase;
}
/*--------------------- Blog Details Section -----------------------*/
.blog-details-section {
padding-top: 55px;
}
.blog-details-text .bd-title {
margin-bottom: 52px;
}
.blog-details-text .bd-title p {
font-size: 18px;
color: #707079;
line-height: 30px;
}
.blog-details-text .bd-pic {
overflow: hidden;
margin-bottom: 35px;
}
.blog-details-text .bd-pic .bp-item {
width: calc(33.33% - 10px);
float: left;
margin-right: 15px;
}
.blog-details-text .bd-pic .bp-item:last-child {
margin-right: 0;
}
.blog-details-text .bd-pic .bp-item img {
min-width: 100%;
}
.blog-details-text .bd-more-text {
margin-bottom: 50px;
}
.blog-details-text .bd-more-text .bm-item {
margin-bottom: 30px;
}
.blog-details-text .bd-more-text .bm-item h4 {
color: #19191a;
margin-bottom: 20px;
}
.blog-details-text .bd-more-text .bm-item p {
font-size: 18px;
color: #707079;
line-height: 30px;
}
.blog-details-text .tag-share {
overflow: hidden;
border-top: 1px solid #ebebeb;
padding-top: 30px;
margin-bottom: 75px;
}
.blog-details-text .tag-share .tags {
float: left;
}
.blog-details-text .tag-share .tags a {
font-size: 12px;
color: #707079;
background: #ebebeb;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
padding: 4px 16px;
border-radius: 2px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin-right: 6px;
}
.blog-details-text .tag-share .tags a:hover {
color: #ffffff;
background: #dfa974;
}
.blog-details-text .tag-share .social-share {
float: right;
}
.blog-details-text .tag-share .social-share span {
display: inline-block;
font-size: 18px;
color: #707079;
}
.blog-details-text .tag-share .social-share a {
display: inline-block;
font-size: 16px;
color: #707079;
margin-left: 30px;
}
.blog-details-text .comment-option {
margin-bottom: 75px;
}
.blog-details-text .comment-option h4 {
color: #19191a;
margin-bottom: 35px;
}
.blog-details-text .comment-option .single-comment-item {
margin-bottom: 30px;
}
.blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
padding-left: 22px;
}
.blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before {
position: absolute;
left: 0;
top: 0;
width: 1px;
height: 255px;
background: #ebebeb;
content: "";
}
.blog-details-text .comment-option .single-comment-item.reply-comment {
padding-left: 120px;
margin-bottom: 52px;
}
.blog-details-text .comment-option .single-comment-item.second-comment .sc-text {
padding-left: 22px;
}
.blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
position: absolute;
left: 0;
top: 0;
width: 1px;
height: 100px;
background: #ebebeb;
content: "";
}
.blog-details-text .comment-option .single-comment-item .sc-author {
float: left;
margin-right: 28px;
}
.blog-details-text .comment-option .single-comment-item .sc-author img {
height: 70px;
width: 70px;
border-radius: 50%;
}
.blog-details-text .comment-option .single-comment-item .sc-text {
display: table;
position: relative;
}
.blog-details-text .comment-option .single-comment-item .sc-text span {
font-size: 12px;
color: #dfa974;
text-transform: uppercase;
letter-spacing: 2px;
}
.blog-details-text .comment-option .single-comment-item .sc-text h5 {
font-size: 20px;
color: #19191a;
margin-top: 4px;
margin-bottom: 8px;
}
.blog-details-text .comment-option .single-comment-item .sc-text p {
color: #707079;
margin-bottom: 18px;
}
.blog-details-text .comment-option .single-comment-item .sc-text a {
display: inline-block;
color: #19191a;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
padding: 5px 24px;
border: 1px solid #F9EEE3;
border-radius: 50px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin-right: 10px;
}
.blog-details-text .comment-option .single-comment-item .sc-text a:hover {
background: #dfa974;
color: #ffffff;
border-color: #dfa974;
}
.blog-details-text .leave-comment h4 {
color: #19191a;
margin-bottom: 35px;
}
.blog-details-text .leave-comment .comment-form input {
width: 100%;
height: 50px;
color: #707079;
font-size: 16px;
padding-left: 20px;
border: 1px solid #e5e5e5;
border-radius: 2px;
margin-bottom: 20px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.blog-details-text .leave-comment .comment-form input:focus {
border-color: #dfa974;
}
.blog-details-text .leave-comment .comment-form textarea {
width: 100%;
height: 116px;
color: #707079;
font-size: 16px;
padding-left: 20px;
border: 1px solid #e5e5e5;
border-radius: 2px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
margin-bottom: 42px;
resize: none;
padding-top: 12px;
}
.blog-details-text .leave-comment .comment-form textarea:focus {
border-color: #dfa974;
}
.blog-details-text .leave-comment .comment-form button {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
color: #ffffff;
letter-spacing: 2px;
background: #dfa974;
border: none;
padding: 14px 42px 13px;
display: inline-block;
border-radius: 2px;
}
/*--------------------- Recommend Blog -----------------------*/
.recommend-blog-section {
padding-top: 65px;
padding-bottom: 50px;
}
.recommend-blog-section .section-title {
margin-bottom: 37px;
}
.recommend-blog-section .section-title h2 {
margin-top: 0;
}
/*--------------------- Contact Section -----------------------*/
.contact-section {
padding-top: 2em;
padding-bottom: 2em;
}
.contact-text h2 {
font-size: 44px;
color: #19191a;
margin-bottom: 24px;
}
.contact-text p {
color: #707079;
}
.contact-text table tbody tr td {
font-size: 16px;
color: #19191a;
line-height: 36px;
font-weight: 500;
}
.contact-text table tbody tr td.c-o {
color: #707079;
width: 75px;
}
.contact-form input {
width: 100%;
height: 50px;
border: 1px solid #e1e1e1;
font-size: 16px;
color: #aaaab3;
padding-left: 25px;
margin-bottom: 0px;
}
.contact-form input::-webkit-input-placeholder {
color: #aaaab3;
}
.contact-form input::-moz-placeholder {
color: #aaaab3;
}
.contact-form input:-ms-input-placeholder {
color: #aaaab3;
}
.contact-form input::-ms-input-placeholder {
color: #aaaab3;
}
.contact-form input::placeholder {
color: #aaaab3;
}
.contact-form textarea {
width: 100%;
height: 150px;
border: 1px solid #e1e1e1;
font-size: 16px;
color: #aaaab3;
padding-left: 25px;
padding-top: 12px;
margin-bottom: 33px;
resize: none;
}
.contact-form textarea::-webkit-input-placeholder {
color: #aaaab3;
}
.contact-form textarea::-moz-placeholder {
color: #aaaab3;
}
.contact-form textarea:-ms-input-placeholder {
color: #aaaab3;
}
.contact-form textarea::-ms-input-placeholder {
color: #aaaab3;
}
.contact-form textarea::placeholder {
color: #aaaab3;
}
.contact-form button {
font-size: 19px;
font-weight: 700;
text-transform: uppercase;
color: #ffffff;
letter-spacing: 2px;
background: #dfa974;
border: none;
padding: 5px 15px 13px;
display: inline-block;
width: 11em;
}
.map {
height: 470px;
-webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
margin-top: 75px;
}
.map iframe {
width: 100%;
}
.bgblue {
background-image:url(../images/udaipur-bg.webp);
}
.bgnevyblue {
background:#0c40a1 
}
.goabg {
background-image:url(../images/domestic-tour-goa/goa-bg.webp);
}

.top-section {
background-color:#141d1e;
}
.top-section-left {
float: left;
text-align: left;
}
.top-section-left li:nth-child(1) {
background-color: #141d1e;
padding: 0.5vw 1vw;
}
.top-section-left li {
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
color: #FFF;
z-index: 1000;
font-size: 0.8vw;
font-weight: 400;
text-align: left;
margin-right: 1vw;
padding-top: 0.5vw;
text-decoration: none;
text-transform: none;
}
.top-section-left li:hover {
color: #ef7b00;
}

.black {
color:#000!important;
}

.black:hover {
color:#000!important;
}


.orangebg {
background-color:#ef7b00!important;
    padding: 0.5vw 1vw;
	    margin-left: 350px;
}

.orangebg:hover {
color:#ef7b00!important;
background-color:#042341!important;
}


.top-section-left li a {
color: #FFF;
font-weight:600;
text-decoration: none;
}
.top-section-left li a:hover {
color: #fff!important;
}
.top-section-left li i {
padding-right: 0.2vw;
}
.top-section-middle {
float: right;
text-align: left;
}
.top-section-middle li {
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
color: #FFF;
z-index: 1000;
font-size: 1vw;
font-weight: 600;
text-align: left;
margin-right: 1vw;
text-decoration: none;
text-transform: none;
}
.top-section-middle li i {
font-size: 1.2vw;
padding-top: 0.5vw!important;
color:#FFFFFF;
}
.top-section-middle li i:hover {
color:#ef7b00;
}
.top-section-mobile {
display: none;
}
.section-title {
position: relative;
}
.section-title2 {
position: relative;
padding:1.5em;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5vw;
display: block;
margin-bottom: 1vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
text-align: center;
}
.section-title2 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 2.5vw;
display: block;
margin-bottom: 1vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
padding-top: 0;
text-align: center;
}
.mb-5 {
margin-bottom: 0rem !important;
}
.text-primary {
color: #FEA116 !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.rounded {
border-radius: 2px !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
.position-relative {
position: relative !important;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.bg-primary {
background-color: #FEA116 !important;
}
.text-white {
color: #fff !important;
}
.p-4 {
padding: 1.5rem !important;
background: white;
text-align:left;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.pe-3 {
padding-right: 1rem !important;
}
.text-body {
color: #666565 !important;
line-height: 1.5;
}
.justify-content-between {
justify-content: space-between !important;
}
.btn.btn-primary, .btn.btn-secondary {
color: #FFFFFF;
}
.btn {
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 20px;
text-transform: uppercase;
transition: .5s;
background-color:#141d1e;
border:none;
color:white;
padding: 0.8em;
width: 14em;
margin: 1em 0;
}
.btn:hover {
background-color:black;
color:white;
}
.btn4 {
font-family: 'Roboto', sans-serif;
font-weight: 500;
text-transform: uppercase;
transition: .5s;
background-color:#ef7b00!important;
border:none;
color:white;
padding: 0.8em;
width: 13em;
font-size:18px;
}
.btn4:hover {
background-color:#141d1e;
color:white;
}
.py-5 {
padding-top: 1rem !important;
padding-bottom: 3rem !important;
background-color:white;
margin-left: -15px;
margin-right: -15px;
}
.margin-top {
margin-top:30px;
}
h1, .h1 {
font-size: 2.5rem;
}
.bgcolor {
background-color:#f9f9f9;
}
.bg-bottom {
background-size: cover;
background-repeat: no-repeat;
background-position: bottom center;
}
.ftco-footer {
font-size: 16px;
z-index: 0;
border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.ftco-footer .ftco-footer-widget h2 {
font-weight: normal;
color: #000000;
margin-bottom: 40px;
font-size: 18px;
font-weight: 600;
}
.ftco-footer p {
color: white;
font-size: 1.3vw;
}
.float-md-left {
float: left !important;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.ftco-footer-social li {
list-style: none;
margin: 0 10px 0 0;
display: inline-block;
}
.ftco-footer .ftco-footer-widget ul li a {
color: rgba(0, 0, 0, 0.5);
}
.ftco-footer-social li a {
height: 40px;
width: 40px;
display: block;
float: left;
color: white;
border-radius: 50%;
position: relative;
background: #f67901;
}
.ftco-footer .ftco-footer-widget ul li a span {
color: rgba(0, 0, 0, 0.1);
}
.ftco-footer-social li a span {
position: absolute;
font-size: 18px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #fff !important;
}
.ftco-footer .ftco-footer-widget h2 {
font-weight: normal;
color: white;
margin-bottom: 40px;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
}
.ftco-footer .ftco-heading-2 {
font-size: 17px;
font-weight: 400;
color: #000000;
}
.ftco-footer .ftco-footer-widget ul li a {
color: white;
}
.ftco-footer .ftco-footer-widget ul li a:hover {
color: #f67901;
}
.ftco-footer a {
color: rgba(0, 0, 0, 0.5);
}
.block-23 ul {
padding: 0;
}
.block-23 ul li, .block-23 ul li > a {
display: table;
line-height: 1.5;
margin-bottom: 8px;
}
.block-23 ul li .icon {
width: 40px;
font-size: 18px;
padding-top: 2px;
color: #f15d30 !important;
}
.block-23 ul li .icon, .block-23 ul li .text {
display: table-cell;
vertical-align: top;
color: white !important;
}
.block-23 ul li span {
color: rgba(0, 0, 0, 0.7);
}
.footer {
background-color: #000;
padding: .5%;
}
.footer-left {
margin-left: 1vw;
}
.weblink {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8vw;
color: #FFF;
padding-top: 0vw;
float: left;
margin-left: 0.5vw;
text-decoration: none;
}
.weblink a {
font-size: 0.8vw;
color: #FFF;
text-decoration: none;
}
.weblink a:hover {
color:#f67901;
}
.footer-right {
margin-right: 1vw;
}
.copyright {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8vw;
float: right;
color: #FFF;
padding-top: 0vw;
}
.heading-section .subheading {
font-size: 30px;
display: block;
margin-bottom: 5px;
color: #f15d30;
font-family: "Arizonia", cursive;
}
.heading-section h2 {
font-size: 40px;
line-height: 1.2;
}
.btn.btn-primary {
background: #001A66 !important;
color: #fff !important;
margin-top: 20px;
}
.btn.btn-primary:hover {
background: #ea4335 !important;
color: #fff !important;
}
.services.services-1 {
width: 100%;
background: #f15d30;
padding: 100px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
margin-bottom: 30px;
z-index: 0;
}
.services.services-1 .media-body {
color: rgba(255, 255, 255, 0.8);
}
.services.services-1 .icon span {
color: #fff;
font-size: 50px;
}
.services.services-1 .media-body {
color: rgba(255, 255, 255, 0.8);
}
.services.services-1 .media-body h3 {
color: #fff;
}
.services.color-1:after {
background: #1089ff;
}
.ftco-wrap-about .img {
width: 100%;
}
.heading-section .subheading {
font-family:'poppins';
font-size: 13px;
display: block;
margin-bottom: 5px;
color: #ef7b00;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 800;
}
.heading-section h2 {
font-family: 'Roboto', sans-serif;
font-size: 40px;
position: relative;
color:#141d1e;
font-weight: 600;
}
.btn.btn-secondary {
background: #f67901;
color: #fff;
margin-top: 15px;
font-size: 1em;
}
.btn.btn-secondary:hover {
background: #1142a1;
color: #fff;
}
.insta-img, .room-img, .hero-wrap, .img, .blog-img, .user-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
padding: 50px;
}
.packages {
padding:90px 0 90px;
background-image:url(../images/domestic-bg.webp);
}
.packages1 {
padding:30px 0 30px;
background-image:url(../images/udaipur-bg.webp);
}
.packages-box1 {
width: 96%;
margin-left: 2%;
margin-right: 2%;
margin-top: 1%;
}
/*single-package-item */
.single-package-item {
margin-bottom: 30px;
padding-bottom: 20px;
box-shadow: 0 0 20px rgba(0, 0, 0, .1);
-webkit-transition: .5s;
-moz-transition:.5s;
-ms-transition:.5s;
-o-transition:.5s;
transition: .5s;
border: 1px solid #ccc;
background:white;
}
.single-package-item-txt {
padding: 0 25px;
}
.single-package-item img {
max-width: 100%;
}
.single-package-item h3 {
position: relative;
font-family: Arial, Helvetica, sans-serif;
color: black;
display: block;
font-size: 1.4vw;
text-align: left;
font-weight: 700;
padding-top: 0;
text-decoration: none;
padding-bottom: 5px;
}
.single-package-item h3:after {
position: absolute;
content: " ";
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background: #ebebeb;
}
.packages-para {
padding:17px 0 0;
text-transform: capitalize;
}
.packages-para p {
font-size: 14px;
color: black;
font-family: Arial, Helvetica, sans-serif;
margin-bottom:15px;
}
.packages-para p span {
display: inline-block;
width: 150px;
color: black;
}
.packages-review p i {
color: #001A66;
font-size: 16px;
}
.packages-review span {
margin-left: 20px;
font-size: 14px;
color: #aaa;
font-family: Arial, Helvetica, sans-serif;
text-transform: capitalize;
}
.about-view.packages-btn {
width: 110px;
height: 35px;
font-size: 14px;
color: #fff;
border:none;
background:#ef7b00;
text-transform: capitalize;
-webkit-transition: .5s;
-moz-transition:.5s;
-ms-transition:.5s;
-o-transition:.5s;
transition: .5s;
}
.about-view.packages-btn:hover {
background:#141d1e;
color:white;
}
.single-package-item:hover {
box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
.row1 {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: 0px;
margin-left: 0px;
}
h5, .h5 {
font-size: 1.45rem;
font-weight:500;
}
.bgcolor {
background:fff3f2;
}
.para1 {
float:left;
}
.explore-grid p {
color: #000;
display: block;
font-size: 1vw;
text-align: left;
text-transform: none;
font-weight: 400;
text-decoration: none;
padding-left: 0;
padding-right: 0;
}
.what-we-are {
background:url(../images/what-we-are.webp) center center no-repeat;
background-size: cover;
padding: 50px 0px;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.page-heading {
padding: 30px 0px;
}
.page-heading h5 {
font-family: 'Roboto', sans-serif;
font-size: 32px;
color: #141d1e;
line-height: 58px;
margin-top: 10px;
font-weight: 600;
}
.page-heading small {
font-size: 14px;
color: #000;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
}
.page-heading p {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
color: #141d1e;
line-height: 1.6;
text-align: center;
padding: 10px 10%;
font-weight: 400;
display: block;
}
.right-content {
font-size: 18px;
font-family: "Open Sans";
color: rgb(129, 113, 107);
font-style: italic;
line-height: 1.5;
padding: 10px 0px !important;
}
.right-listing {
margin-bottom: 30px;
}
.righticon {
border-radius: 50%;
background-color: #ef7b00;
box-shadow: 0px 4px 20px 0px rgb(42 29 24 / 20%);
width: 75px;
height: 75px;
text-align: center;
line-height: 75px;
font-size: 30px;
color: #fff;
font-weight: 600;
}
.right-listing h5 {
font-size: 22px;
font-family: 'Roboto', sans-serif;
color: #141d1e;
font-weight: bold;
line-height: 1.2;
text-align: left;
font-weight: 600;
margin: 0px;
padding: 0px;
margin-bottom: 0.4vw;
}
.bgcolor2 {
background-color:#fffaf9;
}
.our_services {
padding: 20px 0px;
background: #f7f7f7 url(../images/services.webp) no-repeat top 133px center;
}
.imgtaxi {
width:60%;
height:auto;
}
.section.no-padding-bottom>.inner {
padding-bottom: 0 !important;
}
.section.white>.inner {
background: #fff;
}
.section>.inner {
padding-bottom: 50px;
background: #fff;
padding-top: 50px;
padding-right: 0;
padding-left: 0;
}
.big-heading {
text-transform: uppercase;
font-weight: 900;
position: relative;
padding-left: 22px;
margin-bottom: 48px;
border-left: 9px solid #ef7b00;
line-height: 38px;
}
.big-heading small {
display: block;
font-size: 16px;
line-height: 20px;
font-weight: 300;
margin-bottom: 4px;
padding-top: 9px;
}
.services .service {
margin-bottom: 72px;
}
.service img {
margin-bottom: 36px;
}
.img-responsive {
width: 100%;
height: auto;
}
.service a h4 {
color: #21282e;
}
.border-left {
border-left: 0px solid #dee2e6!important;
}
.service h4 {
float: left;
font-size: 1.5em;
line-height: 20px;
font-weight: 700;
text-transform: uppercase;
padding-left: 10px;
border-left: 3px solid #001A66;
margin-bottom: 20px;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
-ms-transition: .25s;
transition: .25s;
}
.service hr {
margin-bottom: 24px;
margin-top: 0;
}
.button.border {
color: white;
background: #fff;
border-radius:5px;
}
.button.small {
font-size: 18px;
line-height: 34px;
padding: 5px 20px;
background:#001A66;
}
.button.small:hover {
background:#ea4335;
}
.section {
position: relative;
padding: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.section.no-padding-bottom>.inner {
padding-bottom: 0 !important;
}
.section.white>.inner {
background:#f5f5f5;
}
.section>.inner {
padding-bottom: 50px;
background: #fff;
padding-top: 12px;
padding-right: 0;
padding-left: 0;
}
.small-heading {
font-family: 'Roboto', sans-serif;
font-weight: 700;
line-height: 25px;
padding-left: 12px;
margin-bottom: 16px;
position: relative;
border-left: 3px solid #001A66;
}
.fa-ul {
margin-left: 0;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul>li {
position: relative;
}
.fa-li {
position: static;
width: auto;
margin-right: 12px;
color: #ef7b00;
}
.heading.no-margin-top {
margin-top: 0;
}
.heading {
font-family: 'Roboto', sans-serif;
letter-spacing: 1px;
font-weight: 700;
line-height: 28px;
padding-left: 18px;
margin-bottom: 25px;
margin-top: 48px;
position: relative;
border-left: 5px solid #001A66;
}
.portfolio-single-info {
margin: 25px 0;
}
.portfolio-single-info .item:first-of-type {
line-height: 27px;
padding-bottom: 16px;
}
.portfolio-single-info .item {
border-left: 1px solid #6c6c6c;
margin-left: 24px;
line-height: 29px;
position: relative;
padding-left: 40px;
font-weight: 700;
text-transform: none;
padding-bottom: 8px;
padding-top: 8px;
color: black;
}
.portfolio-single-info .item:first-of-type .icon {
top: 0;
margin-top: -7px;
color: black;
}
.portfolio-single-info .item .icon {
display: block;
width: 52px;
height: 52px;
line-height: 50px;
border-radius: 100%;
border: 2px solid #6c6c6c;
font-size: 24px;
text-align: center;
position: absolute;
left: -26px;
top: 18%;
margin-top: -26px;
background: #fff;
}
.portfolio-single-info .item span {
font-weight: 600;
margin-left: 9px;
color:#000;
}
.portfolio-single-about {
margin: 48px 0;
}
img-responsive {
width: 100%;
height: auto;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
max-width: 100%;
display: block;
border: 0;
overflow:hidden;
}
.portfolio-single-about .content {
padding: 24px;
background: white;
color: #6d7276;
}
.portfolio-single-about .content p {
font-style: normal;
}
.button-list .button:last-of-type {
margin-right: 0;
}
.button-list.single .button {
margin-right: 0;
}
.button.solid.red {
padding: 0.6em;
color: #fff;
background:#141d1e;
}
.button.solid.red:hover {
color: #fff;
background:black;
}
.button.small.solid {
line-height: 40px;
}
.button.icon-left i {
margin-right: 9px;
}
.portfolio-single-info .item:last-of-type {
line-height: 27px;
padding-top: 8px;
border-bottom: none;
}
.portfolio-single-info .item:last-of-type .icon {
margin-top: -7px;
color: black;
}
#CDSWIDSSP {
font: normal 12px Trip Sans VF, Trip Sans, Arial, sans-serif;
color: #333;
overflow: hidden;
height: auto;
background-color: #fff;
margin: 0;
padding: 0;
text-align: left;
position: relative;
background-color: transparent;
letter-spacing: 0;
}
#CDSWIDSSP {
width: 100% !important;
}
/* Taxi Fares --- */
.rt-wrap {
overflow: hidden;
border-bottom: 0;
width:96%;
margin:0 2%;
}
table {
border-width: 0.1vw;
border-spacing: 0;
border-style: none;
border-color: gray;
border-collapse: collapse;
font-size: 18px;
font-weight: 500;
letter-spacing: 0;
margin-bottom: 2vw!important;
width: 90%;
margin: 0 auto;
text-align: center;
}
th:nth-child(1) {
width: 3%;
}
th {
font-family: 'Roboto', sans-serif;
background: #141d1e;
color: #FFF;
padding: 1vw;
text-align: center;
border: 0.1vw solid #ebebeb;
font-weight: 600;
}
td {
font-family: Arial, Helvetica, sans-serif;
padding: 10px;
border: 1px solid #ebebeb;
color: black;
font-weight: 600;
    font-size: 16px;
}
tr:nth-child(2n) {
background: #e3e3e3;
}
.home-txt {
width: 100%;
margin-top: 4vw;
margin-bottom: 4vw;
}
.home-txt h1 {
text-align: center;
color: #252938;
font-size: 3.5vw;
letter-spacing: 0;
margin: 0 0 1vw;
text-transform: uppercase;
line-height: 1.1em;
font-weight: 600;
}
.home-txt h1 span {
text-align: center;
color: #ea8923;
font-size: 1.3vw;
line-height: 2em;
font-weight: 400;
letter-spacing: .1vw;
margin: 0 0 1vw;
text-transform: uppercase;
}
.home-txt p {
text-align: center;
color: #000;
font-weight: 400;
line-height: 1.5em;
font-size: 1.225vw;
margin: 0 auto;
margin-left: 5vw;
margin-right: 5vw;
margin-bottom: 1vw;
}
.title-content {
position: absolute;
bottom: -4vw;
width: 100%;
}
.title-content h1 {
font-family: 'Roboto', sans-serif;
color: #fedd01;
display: block;
height: auto;
font-size: 3em;
font-weight: 600;
line-height: 1.4;
text-align: center;
text-shadow: 2px 2px 5px #000;
text-transform: none;
letter-spacing: 0;
}
.title-content p {
font-family: "Kaushan Script", cursive;
color: #FFF;
font-size: 4em;
font-weight: 400;
line-height: 1.1em;
text-align: center;
color: #FFF;
text-shadow: 2px 2px 5px #000;
letter-spacing: 0;
text-transform: none;
padding-top: 0;
padding-bottom: 2vw;
}

.title-content h5  {
text-align: center;
font-size: 1.2em;
}
.title-content h5 a {
font-family: 'Roboto', sans-serif;
background-color: #001A66;
font-size: 1.3em;
font-weight: 600;
color: #fff;
padding-top: 0;
text-align: center;
text-decoration: none;
padding: 20px 30px;
}
.title-content h5 a:hover {
background-color: #141d1e;
color:white;
}
.jssorb052 .i {
position: absolute;
cursor: pointer;
}
.jssorb052 .i .b {
fill: #000;
fill-opacity: 0.3;
}
.welcome-box {
width: 100%;
margin: 0 auto;
margin-top: 3vw;
}
.welcome-grid {
width: 100%;
background: #f8f9fa;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 0.5vw;
-moz-border-radius: .5vw;
-ms-border-radius: .5vw;
border-radius: 0.5vw;
padding: 2vw 0;
margin-bottom: 2vw;
text-align: center;
}
.greybg {
background-color: #f5f5f5;
}
.welcome-grid1 {
width: 100%;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 0.5vw;
-moz-border-radius: .5vw;
-ms-border-radius: .5vw;
border-radius: 0.5vw;
padding: 2vw 0;
margin-bottom: 2vw;
text-align: center;
}
.top {
margin-top:0.5em;
}
.welcome-section img {
width: 100%;
}
.welcome-grid img {
width: 30%!important;
}
.welcome-grid h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.6vw;
font-weight: 400;
padding: 0.5em;
color: #000;
line-height: 1.5em;
}
.explore {
width: 100%;
padding: 4vw;
}
.explore-grid {
font-weight:700;
color:black;
font-size:1.5vw;
float:left;
}
.items {
position: relative;
margin: 0%;
overflow: hidden;
width: 100%;
}
.items img {
max-width: 100%;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.explore-grid-box {
padding: 1vw;
}
.explore-grid h2 {
color: #004378;
display: block;
font-size: 1.2vw;
text-align: left;
font-weight: 700;
padding-top: 0;
text-decoration: none;
padding-bottom: 5px;
}
.explore-grid p {
color: black;
display: block;
font-size: 1vw;
text-align: left;
text-transform: none;
font-weight: 400;
text-decoration: none;
padding-left: 0;
padding-right: 0;
}
.review-section {
padding: 2vw;
}
.review-section-border {
border-right: 0.01vw solid rgba(0, 0, 0, 0.05);
}
.review-section img {
width: 45%;
}
.pb-2, .py-2 {
padding-bottom: 0rem!important;
}
.demo {
padding: 0px 0 3em;
word-spacing: 0px;
}
.heading-title {
margin-bottom: 20px;
}
.serviceBox {
padding: 2em 2em 2em 7em;
background: #f8f8f8;
overflow: hidden;
position: relative;
transition: all 0.3s ease-in-out 0s;
word-spacing: 0px;
margin-top: 28px;
}
.serviceBox .service-icon {
font-size: 50px;
color: #ef7b00;
position: absolute;
top: 28px;
left: 20px;
transition: all 0.3s ease-in-out 0s;
}

.serviceBox .service-icon img {
width:80px;
}
.serviceBox .title {
font-family: 'Roboto', sans-serif;
color:#141d1e;
font-size: 21px;
font-weight: 800;
margin: 0 0 6px 0;
text-transform: capitalize;
}
.serviceBox .description {
font-size: 20px;
color: #000;
margin: 0;
transition: all 0.3s ease-in-out 0s;
font-family: Arial, Helvetica, sans-serif;
}
.ml-md-5, .mx-md-5 {
margin-left: 0rem!important;
}
.pt-5, .py-5 {
padding-top: 0rem!important;
}
.how-reach {
margin-top: 3%;
margin-bottom: 5%;
width: 90%;
margin: 0 auto;
margin-top: 2em;
}
.how-reach-left {
width: 60%;
float: left;
margin-bottom: 5%;
}
.how-reach-left h1 {
font-weight: 600;
font-family: 'Roboto', sans-serif;
color: #141d1e;
display: block;
font-size: 40px;
text-align: center;
padding-bottom: 1vw;
margin: 0;
}
.how-reach-left p {
color: #3a3838;
line-height: 1.7em;
padding-bottom: 20px;
text-align: center;
font-size: 16px;
}
.about-section-grids {
padding: 0;
}
.online-form {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.online-form-text {
float: left;
width: 100%;
padding-left: 0;
}
.online-form-text input[type="text"], .contact-right textarea, .contact form select {
font-family: Calibri;
color: #333;
width: 100%;
padding: 15px 15px;
border: 1px solid #eaeaea;
border-radius: 1px;
font-size: 1.5em;
margin-bottom: 1em;
outline: 0;
font-weight: 400;
transition: .5s all ease;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
-o-transition: .5s all ease;
-ms-transition: .5s all ease;
}
.online-form textarea {
resize: none;
height: 180px;
margin-bottom: 1em;
}
.online-form-text input[type="text"], .contact-right textarea, .contact form select {
font-family: 'Roboto', sans-serif;
color: #333;
width: 100%;
padding: 15px 15px;
border: 1px solid #eaeaea;
border-radius: 1px;
font-size: 16px;
margin-bottom: 1em;
outline: 0;
font-weight: 400;
transition: .5s all ease;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
-o-transition: .5s all ease;
-ms-transition: .5s all ease;
}


.online-form-text input[type="text"],
.online-form-text input[type="fullname"],
.online-form-text input[type="email"],
.online-form-text input[type="mobile"], .contact-right textarea, .contact form select {
font-family: 'Roboto', sans-serif;
color: #333;
width: 100%;
padding: 15px 15px;
border: 1px solid #eaeaea;
border-radius: 1px;
font-size: 16px;
margin-bottom: 1em;
outline: 0;
font-weight: 400;
transition: .5s all ease;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
-o-transition: .5s all ease;
-ms-transition: .5s all ease;
}


.online-form input[type="submit"] {
font-family: Calibri;
background: #141d1e;
padding: 15px 25px;
display: block;
color: #FFF;
font-size: 1.5em;
border: 0;
outline: 0;
-webkit-border-radius: 0;
border-radius: 0;
cursor: pointer;
text-align: center;
margin-top: 0.5em;
margin-left: 0;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.online-form input[type="submit"]:hover {
background:#f67901;
}
.contact-address {
padding: 3%;
}
.contact-address h3 , .contact-address1 h3{
	font-weight:bold;
	font-size:26px;
	
}
.contact-address1 {
background-color: #efefef;
padding: 3%;
margin-top: 8%;
}
.contact-address p {
color: #000;
line-height: 1.7em;
text-align: left;
font-size: 16px;
margin-top: 15px;
}
.social-icons li {
font-size: 2.2em;
font-weight: 400;
list-style: none;
display: inline-block;
text-align: center;
margin-right: 2%;
}
.social-icons li i {
color: #1142a1;
}
.social-icons li i:hover {
color: #f67901;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
display: table;
content: " ";
}
*, :after, :before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.online-form textarea {
resize: none;
height: 180px;
margin-bottom: 1em;
}
.online-form textarea {
font-family: 'Roboto', sans-serif;
color: #333;
width: 100%;
padding: 15px 15px;
border: 1px solid #eaeaea;
border-radius: 1px;
font-size: 16px;
margin-bottom: 1em;
outline: 0;
font-weight: 400;
transition: .5s all ease;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
-o-transition: .5s all ease;
-ms-transition: .5s all ease;
}
.contact-address p a {
color: black;
line-height: 1.7em;
text-align: center;
font-weight:600;
}
.contact-address p a:hover {
color: #f67901;
}
.feature-area {
position: relative;
}
.feature-text {
margin-top: 50px;
}
.feature-text h3 {
font-size: 2.5vw;
font-weight: 700;
position: relative;
color: #1142a1;
}
.para2 {
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-size: 1.2vw;
line-height: 1.8em;
margin-top:0.8em;
}
.feature-btn {
padding:15px 30px;
background: #1142a1;
color: #fff;
transition: 0.4s;
font-size: 14px;
font-weight: 600;
border-radius: 2px;
margin-top: 20px;
display: inline-block;
text-transform: uppercase;
}
.feature-btn:hover {
background:#f67901;
}
.margin-row {
margin-top: 60px;
}
.feature-text {
margin-top: 50px;
}
.contact-section .box {
width: 100%;
display: block;
background: rgba(0, 0, 0, 0.05);
}
.contact-section .box .icon {
width: 100px;
height: 100px;
margin: 0 auto;
margin-bottom: 15px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.contact-section .box .icon span {
color: #141d1e;
font-size: 30px;
}
.contact-section .box h3 {
font-size: 18px;
font-weight: 600;
color: 5C3D2E;
}
.contact-section .contact-form {
width: 100%;
}
.bg-light {
background: #f9fafb !important;
}
.form-group {
margin-bottom: 1rem;
}
.block-9 .form-control {
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-size: 15px;
}
.form-control {
height: 52px !important;
background: #fff !important;
color: #000000 !important;
font-size: 18px;
border-radius: 5px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.block-9 .form-control {
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
font-size: 15px;
}
textarea.form-control {
height: inherit !important;
}
.form-group {
margin-bottom: 1rem;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
}
.btn.btn-primary {
background: #1142a1 !important;
color: #fff !important;
}
.btn.btn-primary1 {
background: #1142a1 !important;
color: #fff !important;
height: 2.8em;
}
.btn.btn-primary1:hover {
background: #f67901 !important;
color: #fff !important;
}
.lightorangebg {
background:#f9ede2;
}
.btn.btn-primary:hover {
background: #f67901 !important;
color: #fff !important;
}
#map {
width: 100%;
}
.bg-white {
background-color: #fff !important;
}
.footertext1 {
color:white;
}
.slider_area {
position: relative;
z-index: 0;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
display: block;
}
.owl-carousel {
width: 100%;
z-index: 1;
}
.owl-carousel, .owl-carousel .owl-item {
-webkit-tap-highlight-color: transparent;
position: relative;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item {
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
}
.slider_area .single_slider {
height: 650px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.slider_bg_2 {
background-image:url(../images/banner2.webp);
}
.overlay::before {
position: absolute;
content: "";
background-color: #040E27;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: .1;
}
.slider_area .single_slider .slider_text h3 {
font-family: "Nothing You Could Do", cursive;
font-size: 150px;
text-transform: capitalize;
font-weight: 400;
line-height: .5;
color: #fff;
margin-bottom: 0;
}
.slider_area .single_slider .slider_text p {
font-size: 20px;
font-weight: 400;
color: #FFF;
margin-top: 33px;
margin-bottom: 49px;
}
.boxed-btn3 {
background: #1EC6B6;
color: #fff;
display: inline-block;
padding: 18px 41px;
font-family: "Rubik", sans-serif;
font-size: 16px;
font-weight: 500;
border: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align: center;
text-transform: capitalize;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
cursor: pointer;
}
.slider_area .single_slider {
height: 650px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.slider_area .owl-carousel .owl-nav div {
height: 120px;
left: 0px;
width: 50px;
color: #fff;
background-color: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
left: 50px;
font-size: 14px;
border: none;
left: 150px;
line-height: 120px;
background: rgba(255, 255, 255, 0.2);
left: 0;
border: none !important;
}
.owl-carousel .owl-nav div.owl-prev i {
position: relative;
top: 0px;
}
.ti-angle-left:before {
content: "\e64a";
}
.slider_area .owl-carousel .owl-nav div.owl-next {
right: 0;
left: auto;
}
.owl-carousel .owl-nav div.owl-next i {
position: relative;
right: 0;
}
.ti-angle-right:before {
content: "\e649";
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
display: table;
content: " ";
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
display: table;
content: " ";
}
:after, :before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.topbar {
background:#e9a825;
padding:12px 0 
}
.topbar ul {
padding:0;
margin:0 
}
.topbar ul li {
float:left;
border-right:1px solid #ddd!important;
padding:0 12px;
line-height:12px;
margin-top:3px 
}
.topbar ul li:last-child {
border-right:0!important;
padding-right:0 
}
.topbar ul li:first-child {
padding-left:0 
}
.topbar ul li a {
color:#fff;
font-size:13px;
font-family:Arial, Helvetica, sans-serif 
}
.smoicons {
text-align:right 
}
.smoicons a i {
font-size:16px;
color:#fff;
margin:0 9px 
}
.smoicons i:hover {
color:#eee;
border-color:#fac01f 
}
.header1 {
padding:10px 0;
text-align:center 
}
.searchcont {
position:absolute;
right:0;
top:3px;
width:26% 
}
.searchfrm .form-group input.form-control::-webkit-input-placeholder {
display:none 
}
.searchfrm .form-group input.form-control::-moz-placeholder {
display:none 
}
.searchfrm .form-group {
position:relative;
width:0;
min-width:40px;
height:40px;
overflow:hidden;
transition:width 1s;
backface-visibility:hidden;
margin:0 
}
.searchfrm .form-group input.form-control {
background:#fff!important;
position:absolute;
top:0;
right:0;
z-index:10;
outline:none;
width:100%;
height:40px;
margin:0 
}
.searchfrm input[type="text"].form-control {
-webkit-appearence:none;
-webkit-border-radius:0 
}
.searchfrm .form-control-submit, .searchfrm .search-label {
width:40px;
height:40px;
position:absolute;
right:0;
top:0;
padding:3px;
margin:0;
text-align:center;
cursor:pointer;
line-height:40px;
background:#fff 
}
.searchfrm i {
font-size:15px;
color:#333 
}
.searchfrm i:hover {
color:#e9a825 
}
.searchfrm .sb-search-open i {
color:#fff!important 
}
.searchfrm .form-control-submit {
background:#fff;
opacity:0;
color:transparent;
border:none;
outline:none;
z-index:-1 
}
.searchfrm .search-label {
z-index:90 
}
.searchfrm .form-group.sb-search-open, .searchfrm .no-js .sb-search-open {
width:100% 
}
.searchfrm .form-group.sb-search-open .search-label, .searchfrm .no-js .sb-search .search-label {
background:#333;
color:#fff;
z-index:11 
}
.searchfrm .sb-search-open:hover .search-label {
background:#e9a825!important;
color:#fff!important 
}
.searchfrm .form-group.sb-search-open .form-control-submit, .searchfrm .no-js .form-control .form-control-submit {
z-index:90 
}


/* Header and Logo */
.header1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}

.logo1 {
    text-align: left;
}

.logo1 img {
    width: 140px;
}

/* Navigation Menu */
.menubar {
    background: #fff;
    border-top: 1px solid #e1e1e1;
}

.menucontainer {
    display: flex;
	 align-items: center; /* Center vertically */
    justify-content: space-between;
    width: 100%;
}

.menutop {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
	margin-top: 20px;
}

.menutop li {
    display: inline-block;
    position: relative;
}

.menutop li a {
    display: block;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1vw;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 9px;
    border-top: 3px solid transparent;
}

.menutop .current-menu-item a, 
.menutop li a:hover, 
.menutop .current-menu-parent a {
    color: #ef7b00;
    border-top: 3px solid #ef7b00;
    cursor: pointer;
}

/* Submenu */
.menutop .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 250px;
    display: none;
    background: #edecec;
    border-top: 3px solid #e9a825;
	text-align:left;
}

.menutop li:hover .sub-menu {
    display: block;
}

.menutop .sub-menu li a {
    padding: 14px;
    font-size: 1.1vw;
    text-align: left;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	    width: 250px;
}

.menutop .sub-menu li a:hover {
    background: #f5f5f5;
}



@media screen and (max-width: 768px) {
    .header1 {
        flex-direction: column;
        align-items: center;
    }

    .menucontainer {
        justify-content: center;
    }
}



article.post {
margin-bottom:50px 
}
article.post img {
height:auto;
width:100%;
margin-bottom:20px 
}
article.post h2 {
font-size:18px;
font-weight:400;
margin:0 
}
article.post h2 a {
color:#222 
}
article.post h2 a:hover {
color:#e9a825 
}
article.post p {
color:#666 
}
.metabars {
border-top:1px solid #e0dede;
border-bottom:1px solid #e0dede;
padding:7px 0 
}
.metabars span {
border-left:1px solid #ccc;
margin:0;
padding:0 5px 0 8px;
cursor:text;
font-family:Arial, Helvetica, sans-serif;
font-weight:400;
color:#777;
line-height:18px;
font-size:11px 
}
.metabars span:first-child {
padding-left:0;
border-left:0 
}
.metabars span a {
color:#666 
}
.metabars .morepost {
padding:12px 0;
font-size:11px;
color:#666;
float:right 
}
.metabars .morepost:after {
font-family:'FontAwesome';
content:'\f105';
font-size:12px;
color:#666;
margin-left:2px 
}
.metabars a:hover {
color:#e9a825 
}
.metabars .commentcount {
padding-top:10px 
}
.aboutus {
text-align:center;
padding:30px 0 30px 
}
.aboutus h1 {
font-size:40px;
position:relative;
margin:5px 0 ;
font-family: 'Roboto', sans-serif;
color:#141d1e;
font-weight:600;
}


.aboutus h2 {
font-size:30px;
position:relative;
margin:5px 0 ;
padding-bottom:17px;
 font-family: "Kaushan Script", cursive;
color:#141d1e;
font-weight:400;
}
.aboutus2 h1 {
font-size:40px;
position:relative;
    margin: 0px 0 0px;
padding-bottom:10px;
font-family: 'Roboto', sans-serif;
color:#141d1e;
font-weight:600;
text-align: center;

}



.aboutus2 p {
text-align:center; 
font-size: 20px;
color: #000;
    margin-bottom: 30px;
}



.aboutus p {
text-align:center;
font-size: 20px;
color: #000;
}
.aboutus .btn-primary3 {
font-family: 'Roboto', sans-serif;
/*margin:0px;*/
background: #141d1e;
color:#FFFFFF;
padding: 1em;
}
.aboutus .btn-primary3:hover {
background: black;
}
.textpadding {
padding-right:10em;
padding-left:10em;
}
.headings {
background:#141d1e;
text-align:center;
padding:35px 0;
position:relative 
}

.headings h2 {
color:#fff;
font-size:32px;
padding-bottom:12px;
font-family: 'Roboto', sans-serif;
font-weight:600;
}
.headings p {
color:#e5e5e5;
text-align:center;
font-size: 20px;
padding:0;
margin:0 
}
.heading {
position:relative;
margin-bottom:23px 
}
.colsec {
padding:60px 0;
text-align:center;
display: flex;
margin-top: 2em;
}
.colsec:nth-child(even) {
padding-top:0 
}
.colsec h3 {
font-size:28px;
letter-spacing:4px;
position:relative;
padding:2px 0 10px;
margin:0 0 21px;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-weight: 600;
}
.colsec h3:after {
content:'';
border-bottom:solid 1px #000;
position:absolute;
width:10%;
left:45%;
bottom:0 
}
.colsec h3 strong {
display:block;
font-weight:400;
letter-spacing:0;
font-size:25px;
line-height:35px;
text-transform: capitalize;
line-height: 25px;
}
.colsec p {
text-align:center;
font-size: 20px;
    line-height: 26px;
color:#000;
font-family: Arial, Helvetica, sans-serif;
}
.colsec .btn-primary {
margin-top:20px 
}
.hover-effect {
margin:0 auto;
overflow:hidden!important;
font-size:0;
}
.hover-effect img {
width:100%!important;
transition:transform .5s ease-in-out;
}
.hover-effect:hover img {
transform:scale(1.2);
opacity:.9 
}
.whytravel {
background-image:url(../images/udaipur-bg.webp);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
.whytravel2 {
background-image:url(../images/popular-dest-bg.webp);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
.whytravel3 {
background-image:url(../images/silver-bg.webp);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
.whytravel4 {
background-image:url(../images/purple-bg.webp);
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
.elementor-section {
position: relative;
background:#f7f7f7;
}
.elementor-section.elementor-section-boxed>.elementor-container {
max-width: 1140px;
}
.elementor-row {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
width: 33.333%;
}
.elementor-column-wrap {
width: 100%;
}
.elementor-column, .elementor-column-wrap {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
padding: 10px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.elementor-144 .elementor-element.elementor-element-cbcfccc {
text-align: right;
}
.elementor-element .elementor-widget-container {
-webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
-o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}
.elementor *, .elementor :after, .elementor :before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
width: 33.333%;
}
.elementor-column-wrap {
width: 100%;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
padding: 10px;
}
.elementor-widget-wrap>.elementor-element {
width: 100%;
}
.elementor-widget-image {
text-align: center;
}
.elementor-element .elementor-widget-container {
-webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
-o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
text-align: justify;
}
.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
width: 33.333%;
}
.elementor-column-wrap {
width: 100%;
}
.elementor-section .elementor-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: auto;
margin-left: auto;
position: relative;
}
.bggrey {
background:#f7f7f7;
}
.vehicle-block {
margin:15px 0px;
}
.vehicle-block:hover .vehicle-info {
box-shadow:0px 4px 8px rgba(0, 0, 0, 0.15);
}
.vehicle-time {
position:absolute;
top:27px;
left:0px;
padding:5px 10px;
}
.vehicle-time .fa {
margin-right:5px;
}
.vehicle-time p {
margin-bottom:0px;
font-size:16px;
}
.vehicle-info {
text-align:center;
padding:22px 10px;
}
.vehicle-info .vehicle-title a {
font-size:20px;
font-weight:bold;
text-transform:uppercase;
}
.vehicle-info .vehicle-title p {
font-size:20px;
margin-bottom:12px;
margin-top:0px;
}
.main-img {
position: relative;
overflow: hidden !important;
}
.items img {
max-width: 100%;
-moz-transition: all .3s;
-webkit-transition: all .3s;
transition: all .3s;
border: 1px solid #e6e7e8;
}
.items:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
border: 1px solid #e6e7e8;
}
.offer-price-2 {
background: #ef7b00;
color: white;
}
.offer-price-2 {
padding: 14px 20px;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.offer-price-2 li.price {
font-size: 22px;
font-weight: bold;
text-align: center;
}
.offer-price-2 ul li .fa {
margin-top: 0px;
}
.vehicle-info {
box-shadow: 0px 4px 6px rgb(0 0 0 / 7%);
border: 1px solid #e6e7e8;
}
.main-info {
background: white;
}
.main-info .main-title a {
color: #000;
}
.vehicle-info .vehicle-title a {
font-size: 25px;
font-weight: bold;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
color: #001A66;
}
.vehicle-info .vehicle-title p {
color: #202020;
}
.samedaytours {
background-image:url(../images/flower-bg.webp);
background-size:cover;
padding:50px 0px;
text-align:center;
}
.samedaytours img {
width:100%;
}
.samedaytours h2 {
margin-bottom:15px 
}
.samedaytours p {
text-align:center;
padding-top:12%;
padding-bottom:20px;
}
.sametourslist a i {
width:40px;
height:40px;
background:#141d1e;
border-radius:50%;
display:inline-block;
color:#fff;
font-size:20px;
padding-top:11px;
margin-right:5px 
}
.sametourslist h4 {
font-size:14px;
text-align:center;
line-height:25px;
color:black;
}
.sametourslist {
margin:8px 0;
position:relative;
overflow:hidden;
display:inline-block;
-webkit-animation:anima 2s;
-moz-animation:anima 2s;
-o-animation:anima 2s;
-ms-animation:anima 2s;
animation:anima 2s;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-o-backface-visibility:hidden;
-ms-backface-visibility:hidden;
backface-visibility:hidden 
}
.sametourslist .sametourscaption {
cursor:default;
position:absolute;
width:100%;
height:100%;
background-image:-webkit-linear-gradient(top, #e8cb90 0%, #d6ad5a 100%);
padding:10px;
text-align:center;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity:0;
opacity:0;
top:45%;
top:0;
right:50%;
padding:25px 
}
.sametourslist:hover .sametourscaption {
right:0;
top:0 
}
.sametourslist:hover {
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1) 
}
.sametourslist, .sametourscaption, .sametourslist:hover .sametourscaption, .sametourslist:hover img {
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
-ms-transition:all .5s ease;
transition:all .5s ease 
}
.sametourslist:hover .sametourscaption {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
filter:alpha(opacity=100);
-moz-opacity:1;
-khtml-opacity:1;
opacity:1;
-webkit-user-select:none;
-moz-user-select:none;
-o-user-select:none;
-ms-user-select:none;
user-select:none;
-webkit-touch-callout:none;
-moz-touch-callout:none;
-o-touch-callout:none;
-ms-touch-callout:none;
touch-callout:none;
-webkit-tap-highlight-color:transparent;
-moz-tap-highlight-color:transparent;
-o-tap-highlight-color:transparent;
-ms-tap-highlight-color:transparent;
tap-highlight-color:transparent 
}
.para3 {
text-align:center 
}
.hsmall {
font-size:0.8em 
}
.psmall {
font-size:15px;
color:#555;
border-bottom: 3px solid #e6e7e8;
padding-bottom: 1em;
margin-top: 0.5em;
}
.a1 {
font-family: 'Roboto', sans-serif;
color: black;
text-decoration: none;
font-size:22px;
font-weight:600;
}
.a1:hover {
color: black;
}
.a2 {
color:#fff!important;
}
.a2:hover {
color:#fff!important;
}
footer {
background-color:#141d1e;
padding:50px 0;
}
footer h4 {
font-family: 'Roboto', sans-serif;
color:#fff;
font-weight:700;
text-transform:uppercase;
padding-bottom:15px;
font-size:22px;
}
footer ul li, footer ul li a, footer p {
color:#fff;
text-align:left;
font-size: 18px;
line-height: 1.4em;
font-family: Arial, Helvetica, sans-serif;
}
footer ul li {
color: #fff;
text-align: left;
font-size: 16px;
line-height: 1.4em;
font-family: Arial, Helvetica, sans-serif;
padding-bottom:5px 
}
footer ul li:hover {
color: #ef7b00;
}
footer ul li a {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:white;
}
footer ul li a:hover {
color:#ef7b00;
}
footer .smoicons {
text-align:left 
}
footer .smoicons a i {
color:#BFBFBF;
}
footer .smoicons a i:hover {
color:#ef7b00;
}
.smoicons a i {
font-size: 24px;
color: #fff;
margin: 0 9px;
margin-left: 2px;
}
ul {
list-style:none;
font-family: Arial, Helvetica, sans-serif;
}
.testimonial-main {
background-image:url(../images/flower-bg.webp);
padding: 2vw;
}
.testim {
width: 100%;
position: relative;
}
*, *::before, *::after {
box-sizing: border-box;
}
.testim .wrap {
position: relative;
width: 100%;
max-width: 1020px;
padding: 40px 20px;
margin: auto;
}
.testim .arrow {
font-size: 1.5em;
}
.testim .dots {
text-align: center;
position: absolute;
width: 100%;
bottom: 60px;
left: 0;
display: block;
z-index: 3333;
height: 12px;
}
.testim .dots .dot {
list-style-type: none;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid black;
margin: 0 10px;
cursor: pointer;
-webkit-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
position: relative;
}
.testim .arrow {
display: block;
position: absolute;
color: #141d1e;
cursor: pointer;
font-size: 2em;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
padding: 5px;
z-index: 22222222;
}
.testim .cont {
position: relative;
overflow: hidden;
}
.testim .cont > div {
text-align: center;
position: absolute;
top: 0;
left: 0;
padding: 0 0 70px 0;
opacity: 0;
}
.testim .cont > div.active {
position: relative;
opacity: 1;
}
.testim .arrow.right {
right: 10px;
}
.whytravel1 h2 {
font-family: 'Roboto', sans-serif;
font-size: 25px;
text-transform: uppercase;
position: relative;
padding-bottom:0;
font-weight: 600;
color: #fff;
}
.whytravel1 h2:before {
bottom: 24px;
}
.whytravel1 h2:after {
bottom: 18px;
}
.whytravel1 ul li {
line-height: 31px;
font-weight: 400;
color: #fff;
position: relative;
padding-left: 20px;
font-size: 16px;
}
.whytravel1 ul li:before {
content: '\f00c';
font-family: 'FontAwesome';
font-size: 12px;
color: #ef7b00;
position: absolute;
left: 0;
top: 1px;
}
.whytravel1 {
padding: 55px 0;
background:#141d1e;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
}
.bg-light {
background:#333 !important;
}

.colorwhite {
color:white!important;
}

.bg-dark1 {
background:#141d1e !important;
}
.mono-bg {
background: rgba(250, 248, 244);
background-image: url(https://www.atulyamtours.com/css/../images/mono-bg.webp);
background-position: center top;
background-repeat: no-repeat;
background-size: 70%;
padding: 80px 0px!important;
text-align: center;
background-attachment: fixed;
background-position: center;
}
.mono-bg1 {
background-color:#ebf6fc;
background-position: center top;
background-repeat: no-repeat;
background-size: 70%;
padding: 80px 0px!important;
text-align: center;
background-attachment: fixed;
background-position: center;
}
.explore h2 {
font-size: .8em;
display: block;
font-weight: 400;
color: #000;
padding-bottom: 10px;
margin-bottom: 0;
}
.explore h1 {
ffont-size: 40px;
position: relative;
margin: 20px 0 20px;
padding-bottom: 17px;
font-family: 'Roboto', sans-serif;
color: #141d1e;
font-weight: 600;
}
.hvr-float {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgb(0 0 0 / 0%);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
cursor: pointer;
}
.explore-grid {
padding: 0px;
margin-top: 10px!important;
margin-bottom: 10px!important;
background-color: #FFF;
}
img {
max-width: 100%;
vertical-align: middle;
display: inline-block;
}
.explore-grid h2 {
color: #000;
display: block;
font-size: 18px;
text-align: center;
font-weight: 400;
padding-top: 10px;
padding-bottom: 10px;
text-decoration: none;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
opacity: 1;
transform: translate(0);
}
.blog-slider__button {
font-weight: 500;
text-transform: uppercase;
transition: .5s;
background-color: #141d1e;
border: none;
color: white;
padding: 0.8em;
width: 12em;
border: 1px solid #141d1e;
}
.blog-slider__button:hover {
background:none;
color: #141d1e;
border: 1px solid #141d1e;
}
.text-left {
text-align: left !important;
}
.explore-grid {
padding: 0px;
margin-top: 10px!important;
margin-bottom: 10px!important;
background-color: #FFF;
}
.travel-experience {
width: 100%;
padding: 4vw;
background: #f1f1f1;
background-attachment:fixed;
}
.explore-box {
width: 100%;
}
.destination {
position: absolute;
font-size: 1.2vw;
bottom: 0;
left: 0;
background: #141d1e;
color: #fff!important;
padding: 0.5vw 1vw;
padding-left: 1vw!important;
padding-right: 1vw!important;
margin: 0!important;
}
.explore-grid {
margin-top: 2vw;
background-color: #FFF;
text-decoration: none;
border: 1px solid #ccc;
}
.items {
position: relative;
overflow: hidden;
}
.items img {
max-width: 100%;
-moz-transition: all .3s;
-webkit-transition: all .3s;
transition: all .3s;
}
.explore-grid img {
width: 100%;
}
.items:hover img {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
border: 1px solid #ccc;
}
.items-title {
font-family: 'Merriweather', serif;
top:0%;
width:40%;
right:1%;
text-align:left;
color: rgba(255, 255, 255, 1);
font-size: 1.3em;
font-weight:400;
letter-spacing:1px;
line-height: 1.5em;
padding-top:15%;
height:100%;
text-transform:capitalize;
cursor:pointer;
}
.items-title:hover {
color: rgba(255, 255, 255, 1);
}
.explore-grid p {
color: #000;
display: block;
font-size: 1vw;
text-align: left;
text-transform: none;
font-weight: 400;
text-decoration: none;
padding-left: 0;
padding-right: 0;
}
.explore-grid-box {
padding: 1.5vw;
}
.explore-grid h2 {
font-family: 'Roboto', sans-serif;
color: #141d1e;
display: block;
font-size: 21px;
text-align: left;
font-weight: 600;
padding-top: 0;
text-decoration: none;
padding-bottom: 5px;
}
.explore-grid p {
font-family: Arial, Helvetica, sans-serif;
color: #000;
display: block;
font-size: 20px;
text-align: left;
text-transform: none;
font-weight: 400;
text-decoration: none;
padding-left: 0;
padding-right: 0;
}
.explore-grid-box {
padding: 1.5vw;
}
.mtop {
margin-top: 3em;
text-align: center;
}
.col-md-3, .col-md-6, .col-md-4 {
float: left;
}
.btn1 {
background-color: #000;
font-size: 20px;
font-weight: 400;
background: #141d1e;
text-align: center;
color: #fff;
-webkit-transition: all .5s ease;
transition: all .5s ease;
border: 0;
border-radius: 0;
padding: 0.8vw 1vw;
margin-top: 1vw;
text-transform: uppercase;
}
.btn1:hover {
font-size: 20px;
font-weight: 400;
background: black;
text-align: center;
color: #fff;
-webkit-transition: all .5s ease;
transition: all .5s ease;
border: 0;
border-radius: 0;
padding: 0.8vw 1vw;
margin-top: 1vw;
text-transform: uppercase;
}
.fa {
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.explore {
width: 100%;
padding: 4vw;
}
.img2 {
width:70px;
height:70px;
}
.welcome-section {
padding: 4vw 2vw 4vw 2vw;
background-image:url(../images/popular-dest-bg.webp);
}
.welcome-box {
width: 98%;
margin: 0 auto;
margin-top: 0px;
margin-top: 1vw;
}
.welcome-section h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1vw;
display: block;
font-weight: 600;
color: #f68b1f;
text-transform: uppercase;
letter-spacing: .1vw;
}
.welcome-section h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 2.5vw;
display: block;
margin-bottom: 1vw;
color: #004378;
font-weight:700;
margin-top:0;
padding-top:0;
}
.welcome-section p {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1vw;
font-weight: 300;
color: #000;
font-style: normal;
line-height: 1.5em;
margin-bottom: 0;
}
.desktop-show {
display: block;
}
.mobile-show {
display: none;
}
.orange-bg {
background:#ef7b00;
padding:1em;
}
.orange-bg h3 {
font-family: 'Roboto', sans-serif;
font-size:18px!important;
}
.orange-bg img {
width: 50% !important;
}
.services-grids {
width: 100%;
background:#ef7b00;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius:.5vw;
-moz-border-radius:.5vw;
-ms-border-radius:.5vw;
border-radius:.5vw;
padding:2vw 0;
margin-bottom:2em;
margin-top:0;
}
.services-grids:hover {
background:#141d1e;
}

.services-grids1 {
    width: 100%;
    background: #ef7b00;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0.5vw;
    -moz-border-radius: .5vw;
    -ms-border-radius: .5vw;
    border-radius: 0.5vw;
    padding: 1.8vw 0!important;
    margin-bottom: 1.4em;
    margin-top: 0;
    height: 25px;
}

.services-grids1:hover {
background:#141d1e;
}


.services-grids1 h3 {
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-weight: 600;
padding-top:-20px!important;
color: #fff;
line-height: 1.5em;
    margin-top: -15px;
    margin-top: -15px;
}

.services-grids h3 {
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-weight: 600;
padding-left:1vw;
padding-right:1vw;
padding-top:1vw;
color: #fff;
line-height: 1.5em;
}
.services-grids img {
width:50%!important;
}
.welcome-grids h3 {
font-family: 'Muli', sans-serif;
font-size:1.3vw;
font-weight:400;
padding:0;
color:#FFF;
line-height:1.5em;
}
.welcome-grids h4 {
font-family: 'Muli', sans-serif;
font-size:1.2vw;
font-weight:400;
padding:0;
color:#000;
line-height:1.5em;
}
.welcome-grids img {
width:65%!important;
margin-top:1vw;
}
.welcome-section img {
width:100%;
}
.paddingbottom {
padding-bottom:25px;
}
.bigfont {
font-family: Arial, Helvetica, sans-serif;
font-size:17px!important;
font-weight:700!important;
}
.welcome-section1 {
padding: 5vw 5vw;
}
.bg-pattern {
background: url(../images/pattern_footer.webp);
background-repeat: repeat;
}
.no-padding {
padding: 0!important;
}
.text-right {
text-align: right !important;
}
.welcome-section1 .fs-slide img {
height: 100%;
}
.welcome-section1 h4 {
font-size: 28px;
letter-spacing: 4px;
position: relative;
padding: 2px 0 10px;
margin: 0 0 21px;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-weight: 600;
text-align:center;
}
.welcome-section1 h4:after {
content: '';
border-bottom: solid 1px #000;
position: absolute;
width: 10%;
left: 45%;
bottom: 0;
}
.welcome-section1 p {
text-align: center;
font-size: 17px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
line-height: 24px;
margin: 0 0 15px 0;
}
.bgsilver {
background-image:url(../images/silver-bg.webp);
padding: 2em;
}
.bgtaxi {
background-color:#ededed;
padding:2em;
width:100%;
}




.bgtaxi1 {
background-image:url(../images/main-pages-terms-condition-bg.webp);
padding:2em;
width:100%;
}

.white {
color:white!important;
}
.orange {
color:black;
}
.orange:hover {
color:#ef7b00;
}

/*----mystickymenu--------*/


#mysticky-nav {
width:100%;
position: static;
}
#mysticky-nav.wrapfixed {
position:fixed;
left: 0px;
margin-top:0px; 
z-index: 99999;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity:1;
background-color: #ffffff;
}
#mysticky-nav.wrapfixed .myfixed{
background-color: #ffffff;
position: relative;
top: auto;
left: auto;
right: auto;
width:auto !important;
}
#mysticky-nav .myfixed {
margin:0 auto;
float:none;
border:0px;
background:none;
max-width:100%;
}

#mysticky-nav .myfixed {
padding:2px 0!important;
box-shadow:rgba(0, 0, 0, 0.117647) 0 1px 3px 
}
#mysticky-nav .myfixed .logo img {
width:100px 
}
/*--*/
.recentcomments a{
display:inline !important;
padding:0 !important;
margin:0 !important;
}

.logo1 {
margin-top: 5px;
}

.logo1 img {
width:130px;
}


.trip-high {
margin: 0;
padding: 7px 0 7px 30px;
list-style: none;
background:url(../images/about/trip-icon-copy.webp) no-repeat left;
}
.bighead {
font-size:18px;
font-weight:700;
color:#000;
}
.offer_section {
position: relative;
}
.layout_padding-bottom {
padding-bottom: 30px;
}
.offer_section .box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 45px;
border-radius: 5px;
padding: 20px 15px;
background-color: #222831;
color: #ffffff;
}
.offer_section .box .img-box {
width: 175px;
min-width: 175px;
height: 175px;
margin-right: 15px;
position: relative;
-webkit-transition: all 0.1 0.5s;
transition: all 0.1 0.5s;
border-radius: 100%;
border: 5px solid #ffbe33;
overflow: hidden;
}
.offer_section .box .img-box img {
width: 100%;
-webkit-transition: all .2s;
transition: all .2s;
}
.offer_section .box .detail-box h5 {
font-family: 'Roboto', sans-serif;
font-size: 24px;
color:#fff;
margin: 0;
font-weight:600;
}
.offer_section .box .detail-box h6 {
font-family: 'Dancing Script', cursive;
margin: 10px 0;
}
.offer_section .box .detail-box a {
display: inline-block;
padding: 10px 30px;
background-color: #ffbe33;
color: #ffffff;
border-radius: 45px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border: none;
}
.bigheading {
font-family: 'Roboto', sans-serif;
font-weight: 700;
line-height: 40px;
padding-left: 12px;
margin-bottom: 16px;
position: relative;
border-left: 3px solid #001A66;
font-size:35px;
}
.mono-bg {
background: rgba(250,248,244);
background-image:url(../images/places-bg.webp);
background-position: center top;
background-repeat: no-repeat;
background-size: 70%;
padding: 80px 0px!important;
text-align: center;
background-attachment: fixed;
background-position: center;
}
.hvr-float {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgb(0 0 0 / 0%);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
cursor: pointer;
}
.destination-box {
border: 1px solid#f1f1f1;
margin-bottom: 20px;
}
.container-box-hdg {
width: 100%;
position: absolute;
color: #fff;
background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgba(0,0,0, 1) 90%);
transform: translate(-0%,2%);
left: 0px;
bottom: 1%;
font-size: 15px;
line-height: 22px;
padding: 50px 0 8px;
text-shadow: 2px 2px #000;
font-weight: 400;
overflow: hidden!important;
}
.tour-packages {
width: 100%;
padding: 4em;
}
.tour-packages h3 {
font-family: 'Roboto', sans-serif;
font-size: 34px;
display: block;
color: #141d1e;
font-weight: 600 !important;
padding-bottom: 5px;
margin-bottom: 10px;
}
.tour-packages h5 {
font-family: 'Josefin Sans', sans-serif;
font-size: .8em;
display: block;
font-weight: 400;
color: #666;
padding-bottom: 10px;
margin-bottom: 0;
text-transform: uppercase;
}
.mt-3, .my-3 {
margin-top: 1rem !important;
}
.tour-packages h2 {
font-family: 'Roboto', sans-serif;
font-size: 24px;
color: #000;
font-weight: 600;
letter-spacing: 0;
padding-bottom: 0;
text-transform: uppercase;
padding-bottom: 8px;
padding-top: 18px;
}
.tour-packages p {
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
line-height: 24px;
margin-bottom: 10px!important;
font-weight: 400;
color: #000;
letter-spacing: .02em;
}
.itnerary-section-left {
margin-top: 1vw;
}
.mt-4, .my-4 {
margin-top: 1.5rem !important;
}
.tour-packages li {
list-style: none;
font-family: 'Roboto', sans-serif;
font-size: 15px;
line-height: 22px;
margin-bottom: 8px;
font-weight: 300;
color: #000;
letter-spacing: 0;
}
figure {
margin: 0;
padding: 0;
overflow: hidden;
}
.day-circle {
width: 35px;
height: 35px;
line-height: 35px;
background-color: #141d1e;
border-radius: 50%;
float: left;
margin-bottom: 1vw;
}
.day-circle h3 {
font-size: 20px;
font-weight: 600;
color: #fff;
text-align: center;
padding-top: 0;
text-transform: uppercase;
}
.day-circle h3 i {
font-size: 16px;
padding-top: 8px;
}
figcaption {
margin-left: 3em;
text-align: left;
padding-top: 0;
}
.tour-packages h4 {
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: 1.3em;
margin-bottom: 5px!important;
font-weight: 600;
color: #000;
letter-spacing: .02em;
}
.tour-packages h4 {
font-family: 'poppins';
font-size: 18px;
display: block;
margin-bottom: 5px;
color: #ef7b00;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 800;
}
figure {
position: relative;
}
.sightseeing img {
width: 100%!important;
}
.packages-grid1 {
width:23%;
float:left;
margin-right:1%;
margin-left:1%;
margin-top:2%;
margin-bottom:2%;
background-color:#FFF;
border:1px solid#CCC;
}
.packages-grid1 h2 {
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
color: #000;
text-align: center;
padding: 8px;
}
.packages-grid1 p {
font-family: 'chivoregular';
color:#444;
display:block;
font-size:1.5rem;
text-align: left;
text-transform: capitalize;
font-weight: bolder;
padding-top:1%;
padding-left:6%;
}
/*-------------------------------- Responsive Media Styles --------------------------------*/
@media only screen and (min-width: 1554px) and (max-width: 1920px) {
.container {
max-width: 1820px!important;
}
.hp-room-items .hp-room-item .hr-text {
bottom: -200px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
.hp-room-items .hp-room-item .hr-text {
bottom: -288px;
}
}
@media only screen and (min-width: 1200px) {
.container {
max-width: 1220px!important;
}
}

@media only screen and (min-width: 1400px) {
.container {
max-width: 1420px!important;
}
}





/* Medium Device: 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.testimonial-slider.owl-carousel .owl-nav button {
left: -150px;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next {
right: -150px;
}
.hp-room-items .hp-room-item .hr-text {
bottom: -322px;
}
.hp-room-items .hp-room-item:hover .hr-text {
bottom: 80px;
}
.logo.logo1.text-right.desktop-show {
    display: none;
}
.footer {
	padding:10px 15px;
}

}
@media only screen and (max-width: 991px) {
.desktop-show{
display: none;
}
.mobile-show{
display: block;
}
.top-nav {
display: none;
}
.menu-item .nav-menu {
display: none;
}
.offcanvas-menu-overlay {
position: fixed;
left: 0;
top: 0;
background: transparent;
z-index: 98;
height: 100%;
width: 100%;
visibility: hidden;
-webkit-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s;
}
.offcanvas-menu-overlay.active {
visibility: visible;
}
.canvas-open {
position: absolute;
right: 40px;
top: 25px;
font-size: 22px;
width: 30px;
height: 30px;
color: #19191a;
border: 1px solid #19191a;
border-radius: 2px;
line-height: 33px;
text-align: center;
z-index: 100;
display: block;
cursor: pointer;
}
.offcanvas-menu-wrapper {
position: fixed;
left: -300px;
top: 0;
width: 300px;
z-index: 999;
background: #ffffff;
text-align: center;
overflow-y: auto;
height: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
padding: 80px 30px 30px 30px;
display: block;
}
.offcanvas-menu-wrapper .canvas-close {
height: 30px;
width: 30px;
border: 1px solid #141d1e;
border-radius: 50%;
text-align: center;
line-height: 30px;
cursor: pointer;
position: absolute;
right: 30px;
top: 30px;
padding-right: 1px;
}
.offcanvas-menu-wrapper .search-icon {
color: #19191a;
text-align: center;
cursor: pointer;
margin-bottom: 10px;
}
.offcanvas-menu-wrapper .header-configure-area {
margin-bottom: 30px;
}
.offcanvas-menu-wrapper .header-configure-area .language-option {
display: inline-block;
cursor: pointer;
padding: 13px 0;
position: relative;
margin-bottom: 10px;
}
.offcanvas-menu-wrapper .header-configure-area .language-option:hover .flag-dropdown {
top: 40px;
opacity: 1;
visibility: visible;
}
.offcanvas-menu-wrapper .header-configure-area .language-option img {
height: 26px;
width: 26px;
border-radius: 50%;
margin-right: 10px;
}
.offcanvas-menu-wrapper .header-configure-area .language-option span {
font-size: 16px;
color: #19191a;
text-transform: uppercase;
font-weight: 500;
}
.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown {
position: absolute;
left: 0;
top: 60px;
width: 100px;
background: #ffffff;
display: block;
padding: 10px 15px;
-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 99;
}
.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li {
list-style: none;
text-align: left;
}
.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a {
font-size: 14px;
text-transform: uppercase;
font-weight: 500;
color: #19191a;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a:hover {
color: #dfa974;
}
.offcanvas-menu-wrapper .header-configure-area .bk-btn {
display: inline-block;
font-size: 13px;
font-weight: 700;
padding: 16px 28px 15px;
background: #dfa974;
color: #ffffff;
text-transform: uppercase;
letter-spacing: 2px;
}
.offcanvas-menu-wrapper .slicknav_menu {
background: transparent;
padding: 0;
}
.offcanvas-menu-wrapper .slicknav_menu .slicknav_btn {
float: none;
margin: 0 0 10px 0;
display: none;
}
.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav {
display: block !important;
}
.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul {
margin: 0;
text-align: left;
}
.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li .dropdown {
padding-left: 20px;
}
.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a {
margin: 0;
padding: 10px;
font-weight: 600;
font-size: 14px;
color: #19191a;
border-bottom: 1px solid #e5e5e5;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a:hover {
border-radius: 0;
background: transparent;
color: #dfa974;
}
.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row a {
border-bottom: 0;
padding-left: 0;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row span {
color: #19191a;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover a {
color: #f67901;
}
.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover span {
color: #dfa974;
}
.offcanvas-menu-wrapper .top-social {
display: inline-block;
margin-top: 30px;
margin-bottom: 20px;
}
.offcanvas-menu-wrapper .top-social a {
display: inline-block;
font-size: 16px;
color: #f67901;
margin-right: 20px;
}
.offcanvas-menu-wrapper .top-social a:last-child {
margin-right: 0;
}
.offcanvas-menu-wrapper .top-widget li {
list-style: none;
font-size: 16px;
color: #19191a;
font-weight: 500;
line-height: 28px;
}
.offcanvas-menu-wrapper .top-widget li i {
color: #f67901;
margin-right: 4px;
}
.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
left: 0;
opacity: 1;
visibility: visible;
}
.about-text {
margin-bottom: 30px;
}
.footer-section .copyright-option ul {
text-align: center;
margin-bottom: 10px;
}
.footer-section .copyright-option .co-text {
text-align: center;
}
.about-pic img {
margin-bottom: 20px;
}
.room-booking {
padding: 0;
margin-top: 40px;
}
.contact-form {
padding-top: 30px;
}
.hero-text {
margin-bottom: 40px;
}

}
/* Tablet Device: 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.welcome-section {
    margin-bottom: 10px!important;
}

.welcome-section2 {
    padding: 20px 0 !important;
}

.welcome-section2 h1 {
    font-size: 34px!important;}
	
	
.testimonial-slider.owl-carousel .owl-nav button {
left: -30px;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next {
right: -30px;
}
.hp-room-items {
margin: 0;
}
.hp-room-item {
margin-bottom: 15px;
}
.mono-bg {
	padding: 50px 0px !important;
}
.footer {
	padding:10px 15px;
}

}
/* Large Mobile: 480px */
@media only screen and (max-width: 767px) {

.welcome-section {
    margin-bottom: 10px!important;
}

.welcome-section2 {
    padding: 20px 0 !important;
}

.welcome-section2 h1 {
    font-size: 34px!important;}
	
	
.testimonial-slider.owl-carousel .owl-nav {
display: none;
}
.room-details-item .rd-text .rd-title {
margin-bottom: 25px;
}
.room-details-item .rd-text .rd-title h3 {
float: none;
margin-bottom: 30px;
}
.room-details-item .rd-text .rd-title .rdt-right {
float: none;
text-align: left;
}
.footer-section .copyright-option ul li {
margin-right: 25px;
}
.blog-details-text .tag-share .tags {
float: none;
margin-bottom: 20px;
}
.blog-details-text .tag-share .social-share {
float: none;
}
.about-text .section-title h2 {
font-size: 30px;
line-height: 40px;
}
.hp-room-items {
margin: 0 -5px;
}
.hp-room-item {
margin-bottom: 10px;
}

/*----*/
.services-grids h3 {
	font-size:38px;
}
.packages {
	padding:30px 0;
}
.packages h1{
font-size:32px;
}
.packages-grid, .packages-grid1{
width: 46%;
margin: 10px 2%;
}

.mono-bg {
	padding: 30px 0px !important;
}

.explore-grid1{
	width:48%;
}
.footer {
	padding:10px 15px;
}

}
/* Small Mobile: 320px */
@media only screen and (max-width: 479px) {

.welcome-section {
    margin-bottom: 10px!important;
}

.welcome-section2 {
    padding: 20px 0 !important;
}

.welcome-section2 h1 {
    font-size: 34px!important;}
	
	
.footer-section .copyright-option ul li {
margin-bottom: 5px;
}
.video-section {
padding-top: 80px;
}
.rd-reviews .review-item .ri-pic, .blog-details-text .comment-option .single-comment-item .sc-author {
float: none;
margin-bottom: 30px;
}
.rd-reviews .review-item .ri-text .rating {
position: relative;
}
.rd-reviews .review-item .ri-text, .blog-details-text .comment-option .single-comment-item.second-comment .sc-text, .blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
padding-left: 0;
}
.blog-details-text .comment-option .single-comment-item.reply-comment {
padding-left: 30px;
}
.rd-reviews .review-item .ri-text:before, .blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before, .blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
display: none;
}
.blog-details-hero {
padding-top: 70px;
}
.blog-details-text .bd-pic .bp-item {
width: 100%;
float: none;
margin-right: 0;
margin-bottom: 10px;
}
.blog-details-text .tag-share .tags a {
margin-bottom: 6px;
}
.blog-details-text .comment-option .single-comment-item .sc-text a {
margin-bottom: 10px;
}
.packages-grid, .packages-grid1{
width: 96%;
margin: 10px 2%;
}

.offer_section .box{
	display:block;
	width:100%;
}

.offer_section .box .img-box {
	margin:0 auto;
}
.offer_section .box .detail-box {
text-align:center;
}
.explore-grid1{
	width:98%
}
}
/*-------*/
@media only screen and (max-width: 1920px) {
.hero-text {
padding-top: 60px;
}
}
@media only screen and (min-width: 1920px) {
hr {
text-align: center;
margin-top: 0em;
margin-bottom: 0em;
}
.colsec h3 {
font-size: 3em;
letter-spacing: 4px;
position: relative;
padding: 2px 0 10px;
margin: 0 0 21px;
margin-top: 0;
}
.menu-item .logo {
padding: 8px 0;
width: 18em;
}
.menu-item .nav-menu {
margin-top: 4em;
}
.menu-item .nav-menu .mainmenu {
display: inline-block;
height:6em;
}
.menu-item .nav-menu .mainmenu li a {
font-size: 1.2em;
color: #525252;
margin-right: 40px;
font-weight: 700;
display: inline-block;
position: relative;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
top: 0.5em;
}
.menu-item .nav-menu {
text-align: center;
margin-top: 5em;
height: 5.6em;
}
.menu-item .nav-menu .mainmenu li:hover .dropdown {
top: 77px;
opacity: 1;
visibility: visible;
width: 18em;
}
.menu-item .nav-menu .mainmenu li a:after {
position: absolute;
left: 0;
top: 55px;
width: 100%;
height: 2px;
background: #ef7b00;
content: "";
opacity: 0;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
padding-right: 0;
padding-left: 0;
}
.elementor-section {
position: relative;
padding: 2em;
}
.para {
font-size: 1.5vw;
font-family: "Cabin", sans-serif;
color: black;
font-weight: 400;
line-height: 1.5vh;
margin: 0 0 15px 0;
}
.psmall {
font-size:1.4em;
}
.single-package-item img {
max-width: 100%;
margin-left: 90px;
}
.ftco-wrap-about .img {
width: 100%;
height: 850px;
}
.btn3 {
display: inline-block;
padding: 13px 29px;
margin-bottom: 0;
font-size: 13px;
text-transform: uppercase;
font-weight: 700;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #ef7b00;
border: 0 solid transparent;
margin-top:1em;
}
}
/*----------*/
@media only screen and (min-width: 320px) and (max-width: 479px) {


.welcome-section1 h2 {
    font-size: 18px!important;}
	
	.welcome-section1 h1 {
    font-size: 35px!important;}
	
	.room-content h4 {
    font-size: 22px!important;}

.welcome-section {
    margin-bottom: 10px!important;
}

.welcome-section2 {
    padding: 20px 0 !important;
}

.welcome-section2 h1 {
    font-size: 34px!important;}

.top-section {
background-color: #004378;
padding: 1px;
}
.top-section-left {
width: 38%;
float: left;
text-align: left;
padding-bottom: 5px;
}
.top-section-left li:nth-child(1) {
background-color: #f67901;
padding: 0.5vw 1vw;
}
.top-section-mobile {
background-color: #004378;
display: block;
padding: 5px;
}
.top-section-mobile {
background-color:#141d1e;
display: block;
padding: 5px;
text-align:center;
}
.top-section-left-mobile li {
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
color: #FFF;
z-index: 1000;
font-size: 1.5em;
font-weight: 300;
text-align: left;
margin-right: 2%;
padding-top: 0;
padding-bottom: 2px;
padding-left: 5px;
text-decoration: none;
text-transform: none;
}
.menutop {
margin: 0;
padding: 0;
display: none;
}
.menu-item {
position: relative;
z-index: 9;
}
.top-section {
display: none;
}
.top-section-left-mobile {
width: 80%;
margin: 0 auto;
}
.menu-item .logo {
padding: 8px 3px;
width: 12em;
}
.col-sm-5, .col-sm-7, .col-sm-12 {
position: relative;
width: 100%;
padding-right: 0px;
padding-left: 0px;
}
.canvas-open {
position: absolute;
right: 15px;
top: 65px;
font-size: 2.5em;
width: 40px;
height: 40px;
color: #ef7b00;
border-radius: 2px;
line-height: 33px;
text-align: center;
z-index: 100;
display: block;
cursor: pointer;
border:none;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.ftco-wrap-about .img {
width: 100%;
height: 15em;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
padding: 0em;
margin-top: 1em;
}
.mb-4, .my-4 {
margin-bottom: 1rem!important;
}
.mt-5, .my-5 {
margin-top: 2rem !important;
}
.insta-img, .room-img, .hero-wrap, .img, .blog-img, .user-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.heading-section .subheading {
font-size: 0.8em;
display: block;
margin-bottom: 5px;
color: #f67901;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
}
.heading-section h2 {
font-size: 23px;
}
.heading-section .bighead{
font-size:15px;
}
.container-box-hdg{
font-size:25px;
padding-bottom:12px;
bottom:0;
}
p {
font-size: 15px;
}

.mb-5, .my-5 {
margin-bottom: 0rem!important;
}
.services-section {
padding-bottom: 35px;
padding-top: 18px;
padding: 0.8em;
}
.section-title span {
font-size: 0.6em;
color: #f67901;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
}
.section-title h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 4vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
padding-top: 0;
}
.welcome-grid {
width: 80%;
background: #f8f9fa;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 0.5vw;
-moz-border-radius: .5vw;
-ms-border-radius: .5vw;
border-radius: 0.5vw;
padding: 2vw 0;
margin-bottom: 2vw;
text-align: center;
margin-left: 2.2em;
}
.welcome-grid h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 4.5vw;
font-weight: 400;
padding: 0.5em;
color: #000;
line-height: 1.5em;
}
.section-title1 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 1vw;
color: white;
font-weight: 700;
margin-top: 0;
padding-top: 0;
text-align: center;
}
.hp-room-items {
overflow: hidden;
padding: 0.6em;
margin-top:1em;
}
.single-package-item h3 {
position: relative;
font-family: Arial, Helvetica, sans-serif;
color: black;
display: block;
font-size: 5.4vw;
text-align: left;
font-weight: 700;
padding-top: 0;
text-decoration: none;
padding-bottom: 5px;
}
.single-package-item {
margin-bottom: 30px;
padding-bottom: 20px;
box-shadow: 0 0 20px rgb(0 0 0 / 10%);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #ccc;
background: white;
}
.packages-para {
padding: 17px 0 0;
text-transform: capitalize;
width: 9em;
}
.packages-para p span {
display: inline-block;
width: 215px;
color: black;
}
.section-title2 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 1vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
padding-top: 0;
text-align: center;
margin-top:1em;
}
.section-title2 {
position: relative;
padding: 0.5em;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5vw;
display: block;
margin-bottom: 1vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
text-align: center;
}
.explore-grid {
font-weight: 700;
color: black;
font-size: 5vw;
float: left;
}
.text-body {
color: #666565 !important;
line-height: 1.5;
}
.spad {
padding-top: 20px;
padding-bottom: 100px;
padding: 1em;
}
.blog-item .bi-text h4 a {
color: #ffffff;
font-weight: 600;
background: #f67901;
padding: 0.2em;
font-size: 0.7em;
}
.ftco-footer .ftco-footer-widget h2 {
font-weight: normal;
color: white;
margin-bottom: 6px;
font-weight: 600;
text-transform: uppercase;
margin-left: 0.4em;
margin-top: 1em;
}
.ftco-footer .ftco-footer-widget ul li a {
color: white;
margin-left: 0.6em;
}
.block-23 ul li .icon, .block-23 ul li .text {
display: table-cell;
vertical-align: top;
color: white !important;
padding-left: 0.5em;
}
.block-23 ul li .icon {
display:none;
}
.ftco-footer .ftco-footer-widget ul li a span {
color: rgba(0, 0, 0, 0.1);
display: contents;
}
.footer-left, .footer-right{
	margin-left:0;
	margin-right:0;
}
.weblink {
padding-top: 0.5em;
padding-bottom: 1%;
margin-left: 0px;
font-size: 1em;
font-weight: 400;
text-align:center
}
.weblink a {
font-size: .950em;
}
.copyright {
/*display: none;*/
font-size: 1em;
text-align:center;
width:100%;
}
#back-to-top img {
float: left;
width: 80%!important;
height: 100%;
}
a {
color: white;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #ef7b00;
}
.header1 {
padding: 0px 0;
margin-top: -2px;
text-align:center;
}
.hover-effect img {
    width: 100%!important;
    transition: transform .5s ease-in-out;
    margin-bottom: 25px;
}


.aboutus h1:after {
width: 10%;
left: 45%;
}
.textpadding {
padding-right: 30px;
padding-left: 30px;
}

.aboutus p {
    text-align: center;
    font-size: 15px;
    color: #181818;
    padding-left: 5px;
    padding-right: 5px;
}
.aboutus {
text-align: center;
padding: 30px 0 10px;
}

.aboutus2 h1 {
    font-size: 25px;
    position: relative;
    margin: 0px 0 0px;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    color: #141d1e;
    font-weight: 600;
    text-align: center;
}

.aboutus2 p {
    text-align: center;
    font-size: 17px;
    color: #000;
    margin-bottom: 30px;
}

.online-enquiry {
 padding-bottom: 10px;
}


.online-enquiry h1 {
font-family: 'Roboto', sans-serif;
    font-size: 30px;
    display: block;
    color: #000;
    font-weight: 500 !important;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
	text-align:left;
}


.btn {
width:100%;
font-size: 14px;
margin-top: 0;
margin-bottom: 30px;
font-weight:bold;
margin-top: 12px;
}
.logo {
loat: none;
margin-left: 0;
padding: 8px 10px 5px 10px;
width:100%;
margin: 0 auto;
}
.headings {
padding: 20px 0;
}
.headings h2 {
color: #fff;
font-size: 22px;
padding-bottom: 8px;
}
.orange-bg h3 {
font-family: 'Roboto', sans-serif;
font-size: 14px!important;
font-weight:600;
margin-top: 5px;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    border: 1px solid #ebebeb;
    color: black;
    font-weight: 600;
    font-size: 12px;
}

th {
    font-family: 'Roboto', sans-serif;
    background: #141d1e;
    color: #FFF;
    padding: 1vw;
    text-align: center;
    border: 0.1vw solid #ebebeb;
    font-weight: 600;
    font-size: 12px;
}

.headings p {
font-size: 12px;
line-height:16px;
}
.headings:before {
left: 42%;
}
.colsec {
padding: 0px 0;
display: block;
margin-top: 28px;
text-align:center;
padding-bottom: 20px;
}
.colsec h3 {
font-size: 22px;
letter-spacing: 4px;
position: relative;
padding: 28px 0 10px;
margin: 0 0 21px;
}
.colsec p {
text-align: center;
font-size: 15px;
color: #181818;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.2em;
padding-right: 28px;
padding-left: 28px;
}
.colsec .btn-primary {
margin-top: 8px;
margin-bottom: 15px;
}
.offcanvas-menu-wrapper .mainmenu {
display: none;
}
.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
left: 0;
opacity: 1;
visibility: visible;
}
.vehicle-block {
margin-bottom: 30px;
}
.main-img {
position: relative;
overflow: hidden;
}
.main-img img {
width: 100%;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.offer-price-2 li.price {
font-size: 20px;
}
.vehicle-info .vehicle-title a {
font-size: 19px;
}
.vehicle-info .vehicle-title p {
font-size: 15px;
}
.text-center {
text-align: center;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.serviceBox {
margin-bottom: 15px;
}

.side-bar .support-contact p {
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
}


.services-grids1 {
    width: 100%;
    background: #ef7b00;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0.5vw;
    -moz-border-radius: .5vw;
    -ms-border-radius: .5vw;
    border-radius: 0.5vw;
    padding: 4.8vw 0!important;
    margin-bottom: 1.4em;
    margin-top: 0;
    height: 25px;
}


footer ul li, footer ul li a, footer p {
font-size: 15px;
}
footer ul li {
font-size: 15px;
}
.mobile-show {
display: block;
}
.menubar {
border-top: 0px solid #e1e1e1;
}
.review-section-border {
border-right: 0;
margin-bottom: 1em;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.whytravel1 h2 {
font-size: 20px;
margin-top: 18px;
}
.whytravel1 ul li {
font-size: 15px;
}
h2 {
font-size: 20px;
font-weight: 600;
}
.sametourslist h4 {
font-size: 2px;
text-align: center;
color: black;
margin-top: -30px;
line-height: 15px;
}
.a1 {
font-size: 20px;
font-weight: 600;
}
.samedaytours p{
text-align: center;
padding-top: 12%;
padding-bottom: 35px;
}
.samedaytours .col-sm-6 p{
padding-top: 0%;
}

footer h4 {
padding-bottom: 10px;
}
footer {
padding: 30px 0;
}
.testim .wrap {
padding: 40px 55px;
}
.testim .arrow.left {
left: 10px;
}
.testimonial-main {
padding: 0vw;
}
.righticon {
margin: 0px auto;
margin-bottom: 10px;
}
.right-listing {
margin-bottom: 5px;
margin-top: 30px;
text-align:center;
}
.paddingtop {
margin-top:15px;
}
.right-listing h5 {
font-family: 'Roboto', sans-serif;
text-align: center;
font-weight: 600;
padding-bottom: 10px;
}
.mobile-show {
display:block;
}
.btn1 {
font-size:13px;
padding: 0.5em 1em;
}
.welcome-section {
padding: 10vw;
}
.mtop {
margin-top: 18px;
text-align: center;
}
.whytravel1 {
padding: 30px 0;
}
table {
border-width: 0.1vw;
border-spacing: 0;
border-style: none;
border-color: gray;
border-collapse: collapse;
font-size: 6px;
font-weight: 600;
letter-spacing: 0;
margin-bottom: 2vw!important;
width: 100%;
/*margin: 0px 2px auto;*/
text-align: center;
overflow-x: scroll;
display: block;
}
.page-heading h5 {
font-size: 20px;
line-height: 30px;
font-weight: 600;
}
.our_services {
padding: 0px 0px;
}
.page-heading {
padding: 20px 0px;
}
.page-heading p {
text-align: center;
font-size: 15px;
color: #181818;
line-height: 1.2em;
}
.explore-grid-box {
padding: 2.5vw;
}
.travel-experience {
padding: 1vw;
background-color:#141d1e!important;
background-repeat:no-repeat;
padding-bottom: 20px;
}
.explore-grid p {
font-size: 15px;
}
.btn4 {
font-size: 13px;
padding: 0.5em 1em;
}
.explore-grid h2 {
font-size: 20px;
}
.explore-box {
width: 100%;
padding-top: 20px;
}
.menutop li a {
font-size: 6px;
padding: 12px 0;
margin: 0 10px;
border-top: 3px solid transparent;
font-weight: 600;
}
.aboutus {
text-align: center;
padding: 15px 0 30px;
}
.aboutus h1 {
font-size: 30px;
}

.aboutus h2 {
    font-size: 25px;
}

.how-reach-left h1 {
display: block;
font-size: 20px;
text-align: center;
padding-bottom: 1vw;
margin: 0;
font-weight:600;
}
.how-reach-left p {
line-height: 1.2em;
text-align: center;
font-size: 15px;
}
.how-reach {
margin-top: 20px;
}
.how-reach-left {
width: 100%;
float:none;
margin-bottom: 5%;
text-align: center;
}
.online-form {
padding-left: 2%;
padding-right: 2%;
}
.contact-address {
width: 100%;
float: right;
background-color: #efefef;
padding: 3%;
margin-top: 8%;
margin-bottom: 25px;
}
.contact-address p {
color: #3a3838;
line-height: 1.2em;
text-align: left;
font-size: 15px;
margin-top: 15px;
}
.review-section {
margin-top: 20px;
}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {

.welcome-section1 h2 {
    font-size: 18px!important;}
	
	.welcome-section1 h1 {
    font-size: 35px!important;}
	
	.room-content h4 {
    font-size: 22px!important;}
	
	
.top-section {
background-color: #004378;
padding: 1px;
}
.top-section-left {
width: 38%;
float: left;
text-align: left;
padding-bottom: 5px;
}
.top-section-left li:nth-child(1) {
background-color: #f67901;
padding: 0.5vw 1vw;
}
.top-section-mobile {
background-color: #004378;
display: block;
padding: 5px;
}
.top-section-mobile {
background-color:#141d1e;
display: block;
padding: 5px;
text-align:center;
}
.top-section-left-mobile li {
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
color: #FFF;
z-index: 1000;
font-size: 1.5em;
font-weight: 300;
text-align: left;
margin-right: 2%;
padding-top: 0;
padding-bottom: 2px;
padding-left: 5px;
text-decoration: none;
text-transform: none;
}
.menutop {
margin: 0;
padding: 0;
display: none;
}
.menu-item {
position: relative;
z-index: 9;
}
.top-section {
display: none;
}
.top-section-left-mobile {
width: 80%;
margin: 0 auto;
}
.menu-item .logo {
padding: 8px 3px;
width: 12em;
}
.col-sm-5, .col-sm-7, .col-sm-12 {
position: relative;
width: 100%;
padding-right: 0px;
padding-left: 0px;
}
.canvas-open {
position: absolute;
right: 15px;
top: 65px;
font-size: 2.5em;
width: 40px;
height: 40px;
color: #ef7b00;
border-radius: 2px;
line-height: 33px;
text-align: center;
z-index: 100;
display: block;
cursor: pointer;
border:none;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.ftco-wrap-about .img {
width: 100%;
height: 15em;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
padding: 0em;
margin-top: 1em;
}
.mb-4, .my-4 {
margin-bottom: 1rem!important;
}
.mt-5, .my-5 {
margin-top: 2rem !important;
}
.insta-img, .room-img, .hero-wrap, .img, .blog-img, .user-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.heading-section .subheading {
font-size: 0.8em;
display: block;
margin-bottom: 5px;
color: #f67901;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
}
.heading-section h2 {
font-size: 23px;
}
.heading-section .bighead{
font-size:15px;
}
.container-box-hdg{
font-size:25px;
padding-bottom:12px;
bottom:0;
}
p {
font-size: 15px;
}

.mb-5, .my-5 {
margin-bottom: 0rem!important;
}
.services-section {
padding-bottom: 35px;
padding-top: 18px;
padding: 0.8em;
}
.section-title span {
font-size: 0.6em;
color: #f67901;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
}
.section-title h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 4vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
padding-top: 0;
}

.services-grids1 {
    width: 100%;
    background: #ef7b00;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0.5vw;
    -moz-border-radius: .5vw;
    -ms-border-radius: .5vw;
    border-radius: 0.5vw;
    padding: 4.8vw 0!important;
    margin-bottom: 1.4em;
    margin-top: 0;
    height: 25px;
}


.welcome-grid {
width: 80%;
background: #f8f9fa;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 0.5vw;
-moz-border-radius: .5vw;
-ms-border-radius: .5vw;
border-radius: 0.5vw;
padding: 2vw 0;
margin-bottom: 2vw;
text-align: center;
margin-left: 2.2em;
}
.welcome-grid h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 4.5vw;
font-weight: 400;
padding: 0.5em;
color: #000;
line-height: 1.5em;
}
.section-title1 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 1vw;
color: white;
font-weight: 700;
margin-top: 0;
padding-top: 0;
text-align: center;
}
.hp-room-items {
overflow: hidden;
padding: 0.6em;
margin-top:1em;
}
.single-package-item h3 {
position: relative;
font-family: Arial, Helvetica, sans-serif;
color: black;
display: block;
font-size: 5.4vw;
text-align: left;
font-weight: 700;
padding-top: 0;
text-decoration: none;
padding-bottom: 5px;
}
.single-package-item {
margin-bottom: 30px;
padding-bottom: 20px;
box-shadow: 0 0 20px rgb(0 0 0 / 10%);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #ccc;
background: white;
}
.packages-para {
padding: 17px 0 0;
text-transform: capitalize;
width: 9em;
}
.packages-para p span {
display: inline-block;
width: 215px;
color: black;
}
.section-title2 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 1vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
padding-top: 0;
text-align: center;
margin-top:1em;
}
.section-title2 {
position: relative;
padding: 0.5em;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5vw;
display: block;
margin-bottom: 1vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
text-align: center;
}
.explore-grid {
font-weight: 700;
color: black;
font-size: 5vw;
float: left;
}
.text-body {
color: #666565 !important;
line-height: 1.5;
}
.spad {
padding-top: 20px;
padding-bottom: 100px;
padding: 1em;
}
.blog-item .bi-text h4 a {
color: #ffffff;
font-weight: 600;
background: #f67901;
padding: 0.2em;
font-size: 0.7em;
}
.ftco-footer .ftco-footer-widget h2 {
font-weight: normal;
color: white;
margin-bottom: 6px;
font-weight: 600;
text-transform: uppercase;
margin-left: 0.4em;
margin-top: 1em;
}
.ftco-footer .ftco-footer-widget ul li a {
color: white;
margin-left: 0.6em;
}
.block-23 ul li .icon, .block-23 ul li .text {
display: table-cell;
vertical-align: top;
color: white !important;
padding-left: 0.5em;
}
.block-23 ul li .icon {
display:none;
}
.ftco-footer .ftco-footer-widget ul li a span {
color: rgba(0, 0, 0, 0.1);
display: contents;
}
.footer-left, .footer-right{
	margin-left:0;
	margin-right:0;
}
.weblink {
padding-top: 0.5em;
padding-bottom: 1%;
margin-left: 0px;
font-size: 1em;
font-weight: 400;
text-align:center;
}
.weblink a {
font-size: .950em;
}
.copyright {
/*display: none;*/
font-size: 1em;
text-align:center;
width:100%;
}
#back-to-top img {
float: left;
width: 80%!important;
height: 100%;
}
a {
color: white;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #ef7b00;
}
.header1 {
padding: 0px 0;
margin-top: -2px;
text-align:center;
}

.aboutus h1:after {
width: 10%;
left: 45%;
}
.textpadding {
padding-right: 30px;
padding-left: 30px;
}
.aboutus p {
text-align: center;
}
.aboutus p {
text-align: center;
font-size: 16px;
color: #181818;
}
.aboutus {
text-align: center;
padding: 30px 0 10px;
}
.btn {
font-size: 14px;
margin-top: 0;
margin-bottom: 30px;
font-weight:bold;
}
.logo {
loat: none;
margin-left: 0;
padding: 5px 10px 5px 10px;
width: 60%;
margin: 0 auto;
}
.headings {
padding: 20px 0;
}
.headings h2 {
color: #fff;
font-size: 24px;
padding-bottom: 8px;
}
.headings p {
font-size: 14px;
}
.headings:before {
left: 44%;
}
.colsec {
padding: 0px 0;
display: block;
margin-top: 28px;
text-align:center;
padding-bottom: 20px;
}
.colsec h3 {
font-size: 15px;
letter-spacing: 4px;
position: relative;
padding: 28px 0 10px;
margin: 0 0 21px;
}
.colsec p {
text-align: center;
font-size: 16px;
color: #181818;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.2em;
padding-right: 28px;
padding-left: 28px;
}
.colsec .btn-primary {
margin-top: 8px;
margin-bottom: 15px;
}
.offcanvas-menu-wrapper .mainmenu {
display: none;
}
.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
left: 0;
opacity: 1;
visibility: visible;
}
.vehicle-block {
margin-bottom: 30px;
}
.main-img {
position: relative;
overflow: hidden;
}
.main-img img {
width: 100%;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.offer-price-2 li.price {
font-size: 20px;
}
.vehicle-info .vehicle-title a {
font-size: 21px;
}
.vehicle-info .vehicle-title p {
font-size: 17px;
}
.text-center {
text-align: center;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

.online-enquiry {
 padding-bottom: 10px;
}


.online-enquiry h1 {
font-family: 'Roboto', sans-serif;
    font-size: 30px;
    display: block;
    color: #000;
    font-weight: 500 !important;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
	text-align:left;
}


.serviceBox {
margin-bottom: 15px;
}
footer ul li, footer ul li a, footer p {
font-size: 16px;
}
footer ul li {
font-size: 16px;
}
.mobile-show {
display: block;
}
.menubar {
border-top: 0px solid #e1e1e1;
}
.review-section-border {
border-right: 0;
margin-bottom: 1em;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.whytravel1 h2 {
font-size: 20px;
margin-top: 18px;
}
.whytravel1 ul li {
font-size: 15px;
}
h2 {
font-size: 20px;
font-weight: 600;
}
.sametourslist h4 {
font-size: 30px;
text-align: center;
color: black;
margin-top: 30px;
line-height: 15px;
}
.a1 {
font-size: 18px;
font-weight: 600;
}
.samedaytours p {
text-align: center;
padding-top: 30%;
padding-bottom: 0px;
}
.samedaytours .col-sm-6 p{
padding-top: 10%;
}
footer h4 {
padding-bottom: 10px;
}
footer {
padding: 30px 0;
}
.testim .wrap {
padding: 40px 55px;
}
.testim .arrow.left {
left: 10px;
}
.testimonial-main {
padding: 0vw;
}
.righticon {
margin: 0px auto;
margin-bottom: 10px;
}
.right-listing {
margin-bottom: 5px;
margin-top: 30px;
text-align:center;
}
.paddingtop {
margin-top:15px;
}
.right-listing h5 {
font-family: 'Roboto', sans-serif;
text-align: center;
font-weight: 600;
padding-bottom: 10px;
}
.mobile-show {
display:block;
}
.btn1 {
font-size:13px;
padding: 0.5em 1em;
}
.welcome-section {
padding: 10vw;
}
.mtop {
margin-top: 18px;
text-align: center;
}
.whytravel1 {
padding: 30px 0;
}
table {
border-width: 0.1vw;
border-spacing: 0;
border-style: none;
border-color: gray;
border-collapse: collapse;
font-size: 6px;
font-weight: 600;
letter-spacing: 0;
margin-bottom: 2vw!important;
width: 90%;
margin: 0 auto;
text-align: center;
}
.page-heading h5 {
font-size: 20px;
line-height: 30px;
font-weight: 600;
}
.our_services {
padding: 0px 0px;
}
.page-heading {
padding: 20px 0px;
}
.page-heading p {
text-align: center;
font-size: 15px;
color: #181818;
line-height: 1.2em;
}
.explore-grid-box {
padding: 2.5vw;
}
.travel-experience {
padding: 1vw;
background-color:#141d1e!important;
background-repeat:no-repeat;
padding-bottom: 20px;
}
.explore-grid p {
font-size: 15px;
}
.btn4 {
font-size: 13px;
padding: 0.5em 1em;
}
.explore-grid h2 {
font-size: 20px;
}
.explore-box {
width: 100%;
padding-top: 20px;
}
.menutop li a {
font-size: 6px;
padding: 12px 0;
margin: 0 10px;
border-top: 3px solid transparent;
font-weight: 600;
}
.aboutus {
text-align: center;
padding: 15px 0 30px;
}
.aboutus h1 {
font-size: 30px;
}

.aboutus h2 {
    font-size: 25px;
}
.how-reach-left h1 {
display: block;
font-size: 20px;
text-align: center;
padding-bottom: 1vw;
margin: 0;
font-weight:600;
}
.how-reach-left p {
line-height: 1.2em;
text-align: center;
font-size: 15px;
}
.how-reach {
margin-top: 20px;
}
.how-reach-left {
width: 100%;
float:none;
margin-bottom: 5%;
text-align: center;
}
.online-form {
padding-left: 2%;
padding-right: 2%;
}
.contact-address {
width: 100%;
float: right;
background-color: #efefef;
padding: 3%;
margin-top: 8%;
margin-bottom: 25px;
}
.contact-address p {
color: #3a3838;
line-height: 1.2em;
text-align: left;
font-size: 15px;
margin-top: 15px;
}
.review-section {
margin-top: 20px;
}
[data-am-fadeshow] {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
background-color: #fff;
padding: 50%;
}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.top-section {
background-color: #004378;
padding: 1px;
}
.top-section-left {
width: 38%;
float: left;
text-align: left;
padding-bottom: 5px;
}
.top-section-left li:nth-child(1) {
background-color: #f67901;
padding: 0.5vw 1vw;
}
.top-section-mobile {
background-color: #004378;
display: block;
padding: 5px;
}
.top-section-mobile {
background-color:#141d1e;
display: block;
padding: 5px;
text-align:center;
}
.top-section-left-mobile li {
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
color: #FFF;
z-index: 1000;
font-size: 1.5em;
font-weight: 300;
text-align: left;
margin-right: 2%;
padding-top: 0;
padding-bottom: 2px;
padding-left: 5px;
text-decoration: none;
text-transform: none;
}
.menutop {
margin: 0;
padding: 0;
display: none;
}
.menu-item {
position: relative;
z-index: 9;
}
.top-section {
display: none;
}
.top-section-left-mobile {
width: 80%;
margin: 0 auto;
}
.menu-item .logo {
padding: 8px 3px;
width: 12em;
}
.canvas-open {
position: absolute;
right: 15px;
top: 65px;
font-size: 2.5em;
width: 40px;
height: 40px;
color: #ef7b00;
border-radius: 2px;
line-height: 33px;
text-align: center;
z-index: 100;
display: block;
cursor: pointer;
border:none;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.ftco-wrap-about .img {
width: 100%;
height: 15em;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
padding: 0em;
margin-top: 1em;
}
.mb-4, .my-4 {
margin-bottom: 1rem!important;
}
.mt-5, .my-5 {
margin-top: 2rem !important;
}
.insta-img, .room-img, .hero-wrap, .img, .blog-img, .user-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.heading-section .subheading {
font-size: 15px;
display: block;
margin-bottom: 5px;
color: #f67901;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
}
.heading-section h2 {
font-size: 28px;
}
p {
font-size: 18px;
}

.mb-5, .my-5 {
margin-bottom: 0rem!important;
}
.services-section {
padding-bottom: 35px;
padding-top: 18px;
padding: 2em;
}
.section-title span {
font-size: 0.6em;
color: #f67901;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
}
.section-title h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 4vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
padding-top: 0;
}
.welcome-grid {
width: 80%;
background: #f8f9fa;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 0.5vw;
-moz-border-radius: .5vw;
-ms-border-radius: .5vw;
border-radius: 0.5vw;
padding: 2vw 0;
margin-bottom: 2vw;
text-align: center;
margin-left: 2.2em;
}
.welcome-grid h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 4.5vw;
font-weight: 400;
padding: 0.5em;
color: #000;
line-height: 1.5em;
}
.section-title1 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 1vw;
color: white;
font-weight: 700;
margin-top: 0;
padding-top: 0;
text-align: center;
}
.hp-room-items {
overflow: hidden;
padding: 0.6em;
margin-top:1em;
}
.single-package-item h3 {
position: relative;
font-family: Arial, Helvetica, sans-serif;
color: black;
display: block;
font-size: 5.4vw;
text-align: left;
font-weight: 700;
padding-top: 0;
text-decoration: none;
padding-bottom: 5px;
}
.single-package-item {
margin-bottom: 30px;
padding-bottom: 20px;
box-shadow: 0 0 20px rgb(0 0 0 / 10%);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #ccc;
background: white;
}
.packages-para {
padding: 17px 0 0;
text-transform: capitalize;
width: 9em;
}
.packages-para p span {
display: inline-block;
width: 215px;
color: black;
}
.section-title2 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 1vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
padding-top: 0;
text-align: center;
margin-top:1em;
}
.section-title2 {
position: relative;
padding: 0.5em;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5vw;
display: block;
margin-bottom: 1vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
text-align: center;
}
.explore-grid {
font-weight: 700;
color: black;
font-size: 5vw;
float: left;
}
.text-body {
color: #666565 !important;
line-height: 1.5;
}
.spad {
padding-top: 20px;
padding-bottom: 100px;
padding: 1em;
}
.blog-item .bi-text h4 a {
color: #ffffff;
font-weight: 600;
background: #f67901;
padding: 0.2em;
font-size: 0.7em;
}
.ftco-footer .ftco-footer-widget h2 {
font-weight: normal;
color: white;
margin-bottom: 6px;
font-weight: 600;
text-transform: uppercase;
margin-left: 0.4em;
margin-top: 1em;
}
.ftco-footer .ftco-footer-widget ul li a {
color: white;
margin-left: 0.6em;
}
.block-23 ul li .icon, .block-23 ul li .text {
display: table-cell;
vertical-align: top;
color: white !important;
padding-left: 0.5em;
}
.block-23 ul li .icon {
display:none;
}
.ftco-footer .ftco-footer-widget ul li a span {
color: rgba(0, 0, 0, 0.1);
display: contents;
}
.footer-left, .footer-right{
	margin-left:0;
	margin-right:0;
}
.weblink {
padding-top: 0.5em;
padding-bottom: 1%;
margin-left: 0px;
font-size: 1em;
font-weight: 400;
text-align:center;
}
.weblink a {
font-size: .950em;
}

.welcome-section1 h2 {
    font-size: 18px!important;}
	
	.welcome-section1 h1 {
    font-size: 35px!important;}
	
	.room-content h4 {
    font-size: 22px!important;}
	
.copyright {
/*display: none;*/
font-size: 1em;
text-align:center;
width:100%;
}
#back-to-top img {
float: left;
width: 80%!important;
height: 100%;
}
a {
color: white;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #ef7b00;
}

.welcome-section1 h2 {
    font-size: 18px!important;}
	
	.welcome-section1 h1 {
    font-size: 35px!important;}
	
	.room-content h4 {
    font-size: 22px!important;}
	
	
.header1 {
padding: 0px 0;
margin-top: -2px;
text-align:center;
}

.aboutus h1:after {
width: 10%;
left: 45%;
}
.textpadding {
padding-right: 30px;
padding-left: 30px;
}
.aboutus p {
text-align: center;
}
.aboutus p {
text-align: center;
font-size: 18px;
color: #181818;
}
.aboutus {
text-align: center;
padding: 30px 0 10px;
}
.btn {
font-size: 18px;
margin-top: 0;
margin-bottom: 30px;
width: 17em;
margin-left: 0;
margin-right: 0;
font-weight:bold;
}
.logo {
loat: none;
margin-left: 0;
padding: 5px 10px 5px 10px;
width: 60%;
margin: 0 auto;
}
.headings {
padding: 20px 0;
}
.headings h2 {
color: #fff;
font-size: 26px;
padding-bottom: 8px;
}
.headings p {
font-size: 16px;
}
.headings:before {
left: 46%;
}
.colsec {
padding: 0px 0;
margin-top: 28px;
text-align:center;
display:block;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 100%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 100%;
}
.colsec h3 {
font-size: 18px;
letter-spacing: 4px;
position: relative;
margin: 0 0 21px;
margin-top: 35px;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 100%;
}
.colsec h3 strong {
font-size: 28px;
}
.colsec p {
text-align: center;
font-size: 18px;
color: #181818;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.2em;
padding-right: 28px;
padding-left: 28px;
padding-bottom: 5px;
}
.colsec .btn-primary {
margin-top: 8px;
margin-bottom: 15px;
}
.offcanvas-menu-wrapper .mainmenu {
display: none;
}
.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
left: 0;
opacity: 1;
visibility: visible;
}
.vehicle-block {
margin-bottom: 30px;
}
.main-img {
position: relative;
overflow: hidden;
}
.main-img img {
width: 100%;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.offer-price-2 li.price {
font-size: 25px;
}
.vehicle-info .vehicle-title a {
font-size: 21px;
}
.vehicle-info .vehicle-title p {
font-size: 17px;
}
.text-center {
text-align: center;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
[data-am-fadeshow] {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
background-color: #fff;
padding: 50%;
}
.serviceBox {
margin-bottom: 15px;
}
footer ul li, footer ul li a, footer p {
font-size: 16px;
}
footer ul li {
font-size: 16px;
}
.mobile-show {
display: block;
}
.menubar {
border-top: 0px solid #e1e1e1;
}
.review-section-border {
border-right: 0;
margin-bottom: 1em;
}
.whytravel1 h2 {
font-size: 28px;
margin-top: 18px;
}
.whytravel1 ul li {
font-size: 18px;
}
h2 {
font-size: 20px;
font-weight: 600;
}
.sametourslist h4 {
font-size: 30px;
text-align: center;
color: black;
line-height: 15px;
}
.a1 {
font-size: 18px;
font-weight: 600;
}
.samedaytours p {
text-align: center;
padding-bottom: 0px;
padding-top: 30%;
}
.samedaytours .col-sm-6 p{
/*padding-top: 10%;*/
}
footer h4 {
padding-bottom: 10px;
}
footer {
padding: 30px 0;
}
.testim .wrap {
padding: 40px 55px;
}
.testim .arrow.left {
left: 10px;
}
.testimonial-main {
padding: 0vw;
}
.righticon {
margin: 0px auto;
margin-bottom: 10px;
}
.right-listing {
margin-bottom: 5px;
margin-top: 30px;
text-align:center;
}
.paddingtop {
margin-top:15px;
}
.right-listing h5 {
font-family: 'Roboto', sans-serif;
text-align: center;
font-weight: 600;
padding-bottom: 10px;
}
.mobile-show {
display:block;
}
.btn1 {
font-size:20px;
padding: 0.5em 1em;
}
.welcome-section {
padding: 10vw;
}
.mtop {
margin-top: 18px;
text-align: center;
}
.whytravel1 {
padding: 30px 0;
}
table {
border-width: 0.1vw;
border-spacing: 0;
border-style: none;
border-color: gray;
border-collapse: collapse;
font-size: 6px;
font-weight: 600;
letter-spacing: 0;
margin-bottom: 2vw!important;
width: 90%;
margin: 0 auto;
text-align: center;
}
.page-heading h5 {
font-size: 25px;
line-height: 30px;
font-weight: 600;
}
.our_services {
padding: 0px 0px;
}
.page-heading {
padding: 20px 0px;
}
.page-heading p {
text-align: center;
font-size: 18px;
color: #181818;
line-height: 1.2em;
}
.explore-grid-box {
padding: 2.5vw;
}
.travel-experience {
padding: 1vw;
background-color:#141d1e!important;
background-repeat:no-repeat;
padding-bottom: 20px;
}
.explore-grid p {
font-size: 18px;
}
.btn4 {
font-size: 13px;
padding: 0.5em 1em;
}
.explore-grid h2 {
font-size: 25px;
}
.explore-box {
width: 100%;
padding-top: 20px;
}
.menutop li a {
font-size: 6px;
padding: 12px 0;
margin: 0 10px;
border-top: 3px solid transparent;
font-weight: 600;
}
.aboutus {
text-align: center;
padding: 15px 0 30px;
}
.aboutus h1 {
font-size: 30px;
}

.aboutus h2 {
    font-size: 25px;
}
.how-reach-left h1 {
display: block;
font-size: 20px;
text-align: center;
padding-bottom: 1vw;
margin: 0;
font-weight:600;
}
.how-reach-left p {
line-height: 1.2em;
text-align: center;
font-size: 15px;
}
.how-reach {
margin-top: 20px;
}
.how-reach-left {
width: 100%;
float:none;
margin-bottom: 5%;
text-align: center;
}
.online-form {
padding-left: 2%;
padding-right: 2%;
}
.contact-address {
width: 100%;
float: right;
background-color: #efefef;
padding: 3%;
margin-top: 8%;
margin-bottom: 25px;
}
.contact-address p {
color: #3a3838;
line-height: 1.2em;
text-align: left;
font-size: 15px;
margin-top: 15px;
}
.review-section {
margin-top: 20px;
}
.serviceBox .description {
font-size: 18px;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 50%;
max-width: 50%;
}
.d-flex {
display: contents!important;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 100%;
max-width: 100%;
}

.online-enquiry {
 padding-bottom: 10px;
}


.online-enquiry h1 {
font-family: 'Roboto', sans-serif;
    font-size: 30px;
    display: block;
    color: #000;
    font-weight: 500 !important;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
	text-align:left;
}

.services.services-1 {
padding: 185px;
position: relative;
margin-bottom: 30px;
z-index: 0;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 100%;
max-width: 100%;
}
.review-section {
padding: 8vw;
}
.col-sm-7 {
width: 100%;
}
.col-sm-5 {
width: 100%;
}
.explore {
padding: 2vw;
}
.explore-grid {
float: left;
padding: 10px;
margin-right: 1%;
margin-top: 20px;
margin-bottom: 0;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 50%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 50%;
max-width: 50%;
}
.review-section img {
width: 85%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 100%;
max-width: 100%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 100%;
max-width: 100%;
}
h4 {
font-size: 28px;
}


.services-grids1 {
    width: 100%;
    background: #ef7b00;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0.5vw;
    -moz-border-radius: .5vw;
    -ms-border-radius: .5vw;
    border-radius: 0.5vw;
    padding: 4.8vw 0!important;
    margin-bottom: 1.4em;
    margin-top: 0;
    height: 25px;
}



}
@media only screen and (min-width: 768px) and (max-width: 899px) {

.welcome-section {
    margin-bottom: 10px!important;
}

.welcome-section2 {
    padding: 20px 0 !important;
}

.welcome-section2 h1 {
    font-size: 34px!important;}
	
.top-section {
background-color: #004378;
padding: 1px;
}
.top-section-left {
width: 38%;
float: left;
text-align: left;
padding-bottom: 5px;
}
.top-section-left li:nth-child(1) {
background-color: #f67901;
padding: 0.5vw 1vw;
}
.top-section-mobile {
background-color: #004378;
display: block;
padding: 5px;
}
.top-section-mobile {
background-color:#141d1e;
display: block;
padding: 5px;
text-align:center;
}
.top-section-left-mobile li {
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
color: #FFF;
z-index: 1000;
font-size: 1.5em;
font-weight: 300;
text-align: left;
margin-right: 2%;
padding-top: 0;
padding-bottom: 2px;
padding-left: 5px;
text-decoration: none;
text-transform: none;
}
.menutop {
margin: 0;
padding: 0;
display: none;
}
.menu-item {
position: relative;
z-index: 9;
}
.top-section {
display: none;
}
.top-section-left-mobile {
width: 80%;
margin: 0 auto;
}
.menu-item .logo {
padding: 8px 3px;
width: 12em;
}
.canvas-open {
position: absolute;
right: 15px;
top: 65px;
font-size: 2.5em;
width: 40px;
height: 40px;
color: #ef7b00;
border-radius: 2px;
line-height: 33px;
text-align: center;
z-index: 100;
display: block;
cursor: pointer;
border:none;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.ftco-wrap-about .img {
width: 100%;
height: 15em;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
padding: 0em;
margin-top: 1em;
}
.mb-4, .my-4 {
margin-bottom: 1rem!important;
}
.mt-5, .my-5 {
margin-top: 2rem !important;
}
.insta-img, .room-img, .hero-wrap, .img, .blog-img, .user-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.heading-section .subheading {
font-size: 15px;
display: block;
margin-bottom: 5px;
color: #f67901;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
}
.heading-section h2 {
font-size: 28px;
}
p {
font-size: 18px;
}

.mb-5, .my-5 {
margin-bottom: 0rem!important;
}
.services-section {
padding-bottom: 35px;
padding-top: 18px;
padding: 2em;
}

.services-grids1 {
    width: 100%;
    background: #ef7b00;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0.5vw;
    -moz-border-radius: .5vw;
    -ms-border-radius: .5vw;
    border-radius: 0.5vw;
    padding: 4.8vw 0!important;
    margin-bottom: 1.4em;
    margin-top: 0;
    height: 25px;
}

.section-title span {
font-size: 0.6em;
color: #f67901;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
}
.section-title h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 4vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
padding-top: 0;
}
.welcome-grid {
width: 80%;
background: #f8f9fa;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 0.5vw;
-moz-border-radius: .5vw;
-ms-border-radius: .5vw;
border-radius: 0.5vw;
padding: 2vw 0;
margin-bottom: 2vw;
text-align: center;
margin-left: 2.2em;
}
.welcome-grid h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 4.5vw;
font-weight: 400;
padding: 0.5em;
color: #000;
line-height: 1.5em;
}
.section-title1 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 1vw;
color: white;
font-weight: 700;
margin-top: 0;
padding-top: 0;
text-align: center;
}
.hp-room-items {
overflow: hidden;
padding: 0.6em;
margin-top:1em;
}
.single-package-item h3 {
position: relative;
font-family: Arial, Helvetica, sans-serif;
color: black;
display: block;
font-size: 5.4vw;
text-align: left;
font-weight: 700;
padding-top: 0;
text-decoration: none;
padding-bottom: 5px;
}
.single-package-item {
margin-bottom: 30px;
padding-bottom: 20px;
box-shadow: 0 0 20px rgb(0 0 0 / 10%);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #ccc;
background: white;
}
.packages-para {
padding: 17px 0 0;
text-transform: capitalize;
width: 9em;
}
.packages-para p span {
display: inline-block;
width: 215px;
color: black;
}
.section-title2 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 1vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
padding-top: 0;
text-align: center;
margin-top:1em;
}
.section-title2 {
position: relative;
padding: 0.5em;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5vw;
display: block;
margin-bottom: 1vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
text-align: center;
}
.explore-grid {
font-weight: 700;
color: black;
font-size: 5vw;
float: left;
}
.text-body {
color: #666565 !important;
line-height: 1.5;
}
.spad {
padding-top: 20px;
padding-bottom: 100px;
padding: 1em;
}
.blog-item .bi-text h4 a {
color: #ffffff;
font-weight: 600;
background: #f67901;
padding: 0.2em;
font-size: 0.7em;
}
.ftco-footer .ftco-footer-widget h2 {
font-weight: normal;
color: white;
margin-bottom: 6px;
font-weight: 600;
text-transform: uppercase;
margin-left: 0.4em;
margin-top: 1em;
}
.ftco-footer .ftco-footer-widget ul li a {
color: white;
margin-left: 0.6em;
}
.block-23 ul li .icon, .block-23 ul li .text {
display: table-cell;
vertical-align: top;
color: white !important;
padding-left: 0.5em;
}
.block-23 ul li .icon {
display:none;
}
.ftco-footer .ftco-footer-widget ul li a span {
color: rgba(0, 0, 0, 0.1);
display: contents;
}
.footer-left, .footer-right{
	margin-left:0;
	margin-right:0;
}
.weblink {
padding-top: 0.5em;
padding-bottom: 1%;
margin-left: 0px;
font-size: 1em;
font-weight: 400;
width:100%;
text-align:center;
}
.weblink a {
font-size: .950em;
}
.copyright {
/*display: none;*/
font-size: 1em;
text-align:center;
width:100%;
}



.welcome-section1 h2 {
    font-size: 18px!important;}
	
	.welcome-section1 h1 {
    font-size: 35px!important;}
	
	.room-content h4 {
    font-size: 22px!important;}
	
	
	
#back-to-top img {
float: left;
width: 80%!important;
height: 100%;
}
a {
color: white;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #ef7b00;
}
.header1 {
padding: 0px 0;
margin-top: -2px;
text-align:center;
}

.aboutus h1:after {
width: 10%;
left: 45%;
}
.textpadding {
padding-right: 30px;
padding-left: 30px;
}
.aboutus p {
text-align: center;
}
.aboutus p {
text-align: center;
font-size: 18px;
color: #181818;
}
.aboutus {
text-align: center;
padding: 30px 0 10px;
}
.btn {
font-size: 18px;
margin-bottom: 20px;
width: 15em;
font-weight:bold;
}
.logo {
loat: none;
margin-left: 0;
padding: 5px 10px 5px 10px;
width: 60%;
margin: 0 auto;
}
.headings {
padding: 20px 0;
}
.headings h2 {
color: #fff;
font-size: 26px;
padding-bottom: 8px;
}
.headings p {
font-size: 16px;
}
.headings:before {
left: 46%;
}
.colsec {
padding: 0px 0;
margin-top: 28px;
text-align:center;
display:block;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 100%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 100%;
}
.colsec h3 {
font-size: 18px;
letter-spacing: 4px;
position: relative;
margin: 0 0 21px;
margin-top: 35px;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 100%;
}
.colsec h3 strong {
font-size: 28px;
}
.colsec p {
text-align: center;
font-size: 18px;
color: #181818;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.2em;
padding-right: 28px;
padding-left: 28px;
padding-bottom: 5px;
}
.colsec .btn-primary {
margin-top: 8px;
margin-bottom: 15px;
}
.offcanvas-menu-wrapper .mainmenu {
display: none;
}
.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
left: 0;
opacity: 1;
visibility: visible;
}
.vehicle-block {
margin-bottom: 30px;
}
.main-img {
position: relative;
overflow: hidden;
}
.main-img img {
width: 100%;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.offer-price-2 li.price {
font-size: 25px;
}
.vehicle-info .vehicle-title a {
font-size: 21px;
}
.vehicle-info .vehicle-title p {
font-size: 17px;
}
.text-center {
text-align: center;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
width:100%;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
[data-am-fadeshow] {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
background-color: #fff;
padding: 50%;
}
.serviceBox {
margin-bottom: 15px;
}
footer ul li, footer ul li a, footer p {
font-size: 16px;
}
footer ul li {
font-size: 16px;
}
.mobile-show {
display: block;
}
.menubar {
border-top: 0px solid #e1e1e1;
}
.review-section-border {
border-right: 0;
margin-bottom: 1em;
}
.whytravel1 h2 {
font-size: 28px;
margin-top: 18px;
}
.whytravel1 ul li {
font-size: 18px;
}
h2 {
font-size: 20px;
font-weight: 600;
}
.sametourslist h4 {
font-size: 30px;
text-align: center;
color: black;
line-height: 15px;
}
.a1 {
font-size: 18px;
font-weight: 600;
}
.samedaytours p {
text-align: center;
padding-bottom: 0px;
}
footer h4 {
padding-bottom: 10px;
}
footer {
padding: 30px 0;
}
.testim .wrap {
padding: 40px 55px;
}
.testim .arrow.left {
left: 10px;
}
.testimonial-main {
padding: 0vw;
}
.righticon {
margin: 0px auto;
margin-bottom: 10px;
}
.right-listing {
margin-bottom: 5px;
margin-top: 30px;
text-align:center;
}
.paddingtop {
margin-top:15px;
}
.right-listing h5 {
font-family: 'Roboto', sans-serif;
text-align: center;
font-weight: 600;
padding-bottom: 10px;
}
.mobile-show {
display:block;
}
.btn1 {
font-size:20px;
padding: 0.5em 1em;
}
.welcome-section {
padding: 10vw;
}
.mtop {
margin-top: 18px;
text-align: center;
}
.whytravel1 {
padding: 30px 0;
}
table {
border-width: 0.1vw;
border-spacing: 0;
border-style: none;
border-color: gray;
border-collapse: collapse;
font-size: 6px;
font-weight: 600;
letter-spacing: 0;
margin-bottom: 2vw!important;
width: 90%;
margin: 0 auto;
text-align: center;
}
.page-heading h5 {
font-size: 25px;
line-height: 30px;
font-weight: 600;
}
.our_services {
padding: 0px 0px;
}
.page-heading {
padding: 20px 0px;
}
.page-heading p {
text-align: center;
font-size: 18px;
color: #181818;
line-height: 1.2em;
}
.explore-grid-box {
padding: 2.5vw;
}
.travel-experience {
padding: 1vw;
background-color:#141d1e!important;
background-repeat:no-repeat;
padding-bottom: 20px;
}
.explore-grid p {
font-size: 18px;
}
.btn4 {
font-size: 13px;
padding: 0.5em 1em;
}
.explore-grid h2 {
font-size: 25px;
}
.explore-box {
width: 100%;
padding-top: 20px;
}
.menutop li a {
font-size: 6px;
padding: 12px 0;
margin: 0 10px;
border-top: 3px solid transparent;
font-weight: 600;
}
.aboutus {
text-align: center;
padding: 15px 0 30px;
}
.aboutus h1 {
font-size: 30px;
}

.aboutus h2 {
    font-size: 25px;
}
.how-reach-left h1 {
display: block;
font-size: 20px;
text-align: center;
padding-bottom: 1vw;
margin: 0;
font-weight:600;
}
.how-reach-left p {
line-height: 1.2em;
text-align: center;
font-size: 15px;
}
.how-reach {
margin-top: 20px;
}
.how-reach-left {
width: 100%;
float:none;
margin-bottom: 5%;
text-align: center;
}
.online-form {
padding-left: 2%;
padding-right: 2%;
}
.contact-address {
width: 100%;
float: right;
background-color: #efefef;
padding: 3%;
margin-top: 8%;
margin-bottom: 25px;
}
.contact-address p {
color: #3a3838;
line-height: 1.2em;
text-align: left;
font-size: 15px;
margin-top: 15px;
}
.review-section {
margin-top: 20px;
}
.serviceBox .description {
font-size: 18px;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 50%;
max-width: 50%;
}
.d-flex {
display: contents!important;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 100%;
max-width: 100%;
}
.services.services-1 {
padding: 185px;
position: relative;
margin-bottom: 30px;
z-index: 0;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 100%;
max-width: 100%;
}
.review-section {
padding: 8vw;
}
.col-sm-7 {
width: 100%;
}
.col-sm-5 {
width: 100%;
}
.explore {
padding: 2vw;
}
.explore-grid {
float: left;
padding: 10px;
margin-right: 1%;
margin-top: 20px;
margin-bottom: 0;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33%;
max-width: 33%;
}
.review-section img {
width: 85%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 100%;
max-width: 100%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 100%;
max-width: 100%;
}
h4 {
font-size: 28px;
}
}
@media only screen and (min-width: 900px) and (max-width: 1080px) {
.top-section {
background-color: #004378;
padding: 1px;
}
.top-section-left {
width: 38%;
float: left;
text-align: left;
padding-bottom: 5px;
}
.top-section-left li:nth-child(1) {
background-color: #f67901;
padding: 0.5vw 1vw;
}
.top-section-mobile {
background-color: #004378;
display: block;
padding: 5px;
}
.top-section-mobile {
background-color:#141d1e;
display: block;
padding: 5px;
text-align:center;
}
.top-section-left-mobile li {
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
color: #FFF;
z-index: 1000;
font-size: 1.5em;
font-weight: 300;
text-align: left;
margin-right: 2%;
padding-top: 0;
padding-bottom: 2px;
padding-left: 5px;
text-decoration: none;
text-transform: none;
}
.menutop {
margin: 0;
padding: 0;
display:none;
}
#cssmenu {
font-family: 'Roboto', sans-serif;
background: #ef7b00;
font-weight: 300;
display: none;
}
.menu-item {
position: relative;
z-index: 9;
}
.top-section {
display: none;
}
.top-section-left-mobile {
width: 80%;
margin: 0 auto;
}
.menu-item .logo {
padding: 8px 3px;
width: 12em;
}
.canvas-open {
position: absolute;
right: 15px;
top: 65px;
font-size: 2.5em;
width: 40px;
height: 40px;
color: #ef7b00;
border-radius: 2px;
line-height: 33px;
text-align: center;
z-index: 100;
display: block;
cursor: pointer;
border:none;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.ftco-wrap-about .img {
width: 100%;
height: 15em;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
padding: 0em;
margin-top: 1em;
}
.mb-4, .my-4 {
margin-bottom: 1rem!important;
}
.mt-5, .my-5 {
margin-top: 2rem !important;
}
.insta-img, .room-img, .hero-wrap, .img, .blog-img, .user-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.heading-section .subheading {
font-size: 15px;
display: block;
margin-bottom: 5px;
color: #f67901;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
}
.heading-section h2 {
font-size: 28px;
}
p {
font-size: 18px;
}
b, strong {
font-size:18px;
}
.mb-5, .my-5 {
margin-bottom: 0rem!important;
}
.services-section {
padding-bottom: 35px;
padding-top: 18px;
padding: 2em;
}
.section-title span {
font-size: 0.6em;
color: #f67901;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
}
.section-title h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 4vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
padding-top: 0;
}
.welcome-grid {
width: 80%;
background: #f8f9fa;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 0.5vw;
-moz-border-radius: .5vw;
-ms-border-radius: .5vw;
border-radius: 0.5vw;
padding: 2vw 0;
margin-bottom: 2vw;
text-align: center;
margin-left: 2.2em;
}
.welcome-grid h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 4.5vw;
font-weight: 400;
padding: 0.5em;
color: #000;
line-height: 1.5em;
}
.section-title1 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 1vw;
color: white;
font-weight: 700;
margin-top: 0;
padding-top: 0;
text-align: center;
}
.hp-room-items {
overflow: hidden;
padding: 0.6em;
margin-top:1em;
}
.single-package-item h3 {
position: relative;
font-family: Arial, Helvetica, sans-serif;
color: black;
display: block;
font-size: 5.4vw;
text-align: left;
font-weight: 700;
padding-top: 0;
text-decoration: none;
padding-bottom: 5px;
}
.single-package-item {
margin-bottom: 30px;
padding-bottom: 20px;
box-shadow: 0 0 20px rgb(0 0 0 / 10%);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #ccc;
background: white;
}
.packages-para {
padding: 17px 0 0;
text-transform: capitalize;
width: 9em;
}
.packages-para p span {
display: inline-block;
width: 215px;
color: black;
}
.section-title2 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 1vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
padding-top: 0;
text-align: center;
margin-top:1em;
}
.section-title2 {
position: relative;
padding: 0.5em;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5vw;
display: block;
margin-bottom: 1vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
text-align: center;
}
.explore-grid {
font-weight: 700;
color: black;
font-size: 5vw;
float: left;
}
.text-body {
color: #666565 !important;
line-height: 1.5;
}
.spad {
padding-top: 20px;
padding-bottom: 100px;
padding: 1em;
}
.blog-item .bi-text h4 a {
color: #ffffff;
font-weight: 600;
background: #f67901;
padding: 0.2em;
font-size: 0.7em;
}
.ftco-footer .ftco-footer-widget h2 {
font-weight: normal;
color: white;
margin-bottom: 6px;
font-weight: 600;
text-transform: uppercase;
margin-left: 0.4em;
margin-top: 1em;
}
.ftco-footer .ftco-footer-widget ul li a {
color: white;
margin-left: 0.6em;
}
.block-23 ul li .icon, .block-23 ul li .text {
display: table-cell;
vertical-align: top;
color: white !important;
padding-left: 0.5em;
}
.block-23 ul li .icon {
display:none;
}
.ftco-footer .ftco-footer-widget ul li a span {
color: rgba(0, 0, 0, 0.1);
display: contents;
}
.footer-left, .footer-right{
	margin-left:0;
	margin-right:0;
}
.weblink {
padding-top: 0.5em;
padding-bottom: 1%;
margin-left: 0px;
font-size: 1em;
text-align:center;
font-weight: 400;
width: 100%;
}

.welcome-section1 h2 {
    font-size: 18px!important;}
	
	.welcome-section1 h1 {
    font-size: 35px!important;}
	
	.room-content h4 {
    font-size: 22px!important;}
	
	
.weblink a {
font-size: .950em;
}
.copyright {
/*display: none;*/
font-size: 1em;
text-align:center;
width:100%;
}
#back-to-top img {
float: left;
width: 80%!important;
height: 100%;
}
a {
color: white;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #ef7b00;
}
.header1 {
padding: 0px 0;
margin-top: -2px;
text-align:center;
}

.aboutus h1:after {
width: 10%;
left: 45%;
}
.textpadding {
padding-right: 30px;
padding-left: 30px;
}
.aboutus p {
text-align: center;
}
.aboutus p {
text-align: center;
font-size: 18px;
color: #181818;
}
.aboutus {
text-align: center;
padding: 30px 0 10px;
}
.btn {
font-size: 18px;
margin-top: 0;
margin-bottom: 30px;
width: 15em;
font-weight:bold;
}
.logo {
loat: none;
margin-left: 0;
padding: 5px 10px 5px 10px;
width: 60%;
margin: 0 auto;
}
.headings {
padding: 20px 0;
}
.headings h2 {
color: #fff;
font-size: 26px;
padding-bottom: 8px;
}
.headings p {
font-size: 16px;
}
.headings:before {
left: 46%;
}
.colsec {
padding: 0px 0;
margin-top: 28px;
text-align:center;
display:block;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 100%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 100%;
}
.colsec h3 {
font-size: 18px;
letter-spacing: 4px;
position: relative;
margin: 0 0 21px;
margin-top: 35px;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 100%;
}
.colsec h3 strong {
font-size: 28px;
}
.colsec p {
text-align: center;
font-size: 18px;
color: #181818;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.2em;
padding-right: 28px;
padding-left: 28px;
padding-bottom: 5px;
}
.colsec .btn-primary {
margin-top: 8px;
margin-bottom: 15px;
}
.offcanvas-menu-wrapper .mainmenu {
display: none;
}
.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
left: 0;
opacity: 1;
visibility: visible;
}
.vehicle-block {
margin-bottom: 30px;
}
.main-img {
position: relative;
overflow: hidden;
}
.main-img img {
width: 100%;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.offer-price-2 li.price {
font-size: 25px;
}
.vehicle-info .vehicle-title a {
font-size: 21px;
}
.vehicle-info .vehicle-title p {
font-size: 17px;
}
.text-center {
text-align: center;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.serviceBox {
margin-bottom: 15px;
}
footer ul li, footer ul li a, footer p {
font-size: 16px;
}
footer ul li {
font-size: 16px;
}
.mobile-show {
display: block;
}
.menubar {
border-top: 0px solid #e1e1e1;
}
.review-section-border {
border-right: 0;
margin-bottom: 1em;
}
.whytravel1 h2 {
font-size: 28px;
margin-top: 18px;
}
.whytravel1 ul li {
font-size: 18px;
}
h2 {
font-size: 20px;
font-weight: 600;
}
.sametourslist h4 {
font-size: 30px;
text-align: center;
color: black;
line-height: 15px;
}
.a1 {
font-size: 18px;
font-weight: 600;
}
.samedaytours p {
text-align: center;
padding-bottom: 0px;
}
footer h4 {
padding-bottom: 10px;
}
footer {
padding: 30px 0;
}
.testim .wrap {
padding: 40px 55px;
}
.testim .arrow.left {
left: 10px;
}
.testimonial-main {
padding: 0vw;
}
.righticon {
margin: 0px auto;
margin-bottom: 10px;
}
.right-listing {
margin-bottom: 5px;
margin-top: 30px;
text-align:center;
}
.paddingtop {
margin-top:15px;
}
.right-listing h5 {
font-family: 'Roboto', sans-serif;
text-align: center;
font-weight: 600;
padding-bottom: 10px;
}
.btn1 {
font-size:22px;
padding: 0.5em 1em;
}
.welcome-section {
padding: 10vw;
}
.mtop {
margin-top: 18px;
text-align: center;
}
.whytravel1 {
padding: 30px 0;
}
table {
border-width: 0.1vw;
border-spacing: 0;
border-style: none;
border-color: gray;
border-collapse: collapse;
font-size: 6px;
font-weight: 600;
letter-spacing: 0;
margin-bottom: 2vw!important;
width: 90%;
margin: 0 auto;
text-align: center;
}
.page-heading h5 {
font-size: 25px;
line-height: 30px;
font-weight: 600;
}
.our_services {
padding: 0px 0px;
}
.page-heading {
padding: 20px 0px;
}
.page-heading p {
text-align: center;
font-size: 18px;
color: #181818;
line-height: 1.2em;
}
.explore-grid-box {
padding: 2.5vw;
}
.travel-experience {
padding: 1vw;
background-color:#141d1e!important;
background-repeat:no-repeat;
padding-bottom: 20px;
}
.explore-grid p {
font-size: 18px;
}
.btn4 {
font-size: 13px;
padding: 0.5em 1em;
}
.explore-grid h2 {
font-size: 25px;
}
.explore-box {
width: 100%;
padding-top: 20px;
}
.menutop li a {
font-size: 6px;
padding: 12px 0;
margin: 0 10px;
border-top: 3px solid transparent;
font-weight: 600;
}
.aboutus {
text-align: center;
padding: 15px 0 30px;
}
.aboutus h1 {
font-size: 28px;
margin-top: 10px;
}
.how-reach-left h1 {
display: block;
font-size: 20px;
text-align: center;
padding-bottom: 1vw;
margin: 0;
font-weight:600;
}
.how-reach-left p {
line-height: 1.2em;
text-align: center;
font-size: 15px;
}
.how-reach {
margin-top: 20px;
}
.how-reach-left {
width: 100%;
float:none;
margin-bottom: 5%;
text-align: center;
}
.online-form {
padding-left: 2%;
padding-right: 2%;
}
.contact-address {
width: 100%;
float: right;
background-color: #efefef;
padding: 3%;
margin-top: 8%;
margin-bottom: 25px;
}
.contact-address p {
color: #3a3838;
line-height: 1.2em;
text-align: left;
font-size: 15px;
margin-top: 15px;
}
.review-section {
margin-top: 20px;
}
.serviceBox .description {
font-size: 18px;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 50%;
max-width: 50%;
}
.d-flex {
display: contents!important;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 100%;
max-width: 100%;
}
.services.services-1 {
padding: 185px;
position: relative;
margin-bottom: 30px;
z-index: 0;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 100%;
max-width: 100%;
}
.review-section {
padding: 8vw;
}
.col-sm-7 {
width: 100%;
}
.col-sm-5 {
width: 100%;
}
.explore {
padding: 2vw;
}
.explore-grid {
float: left;
padding: 10px;
margin-right: 1%;
margin-top: 20px;
margin-bottom: 0;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 50%;
}
.review-section img {
width: 85%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 100%;
max-width: 100%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 100%;
max-width: 100%;
}
h4 {
font-size: 28px;
}
[data-am-fadeshow] {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
background-color: #fff;
padding: 50%;
}

.services-grids1 {
    width: 100%;
    background: #ef7b00;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0.5vw;
    -moz-border-radius: .5vw;
    -ms-border-radius: .5vw;
    border-radius: 0.5vw;
    padding: 3.8vw 0!important;
    margin-bottom: 1.4em;
    margin-top: 0;
    height: 25px;
}


}
@media only screen and (min-width: 1080px) and (max-width: 1200px) {
.top-section {
background-color: #004378;
padding: 1px;
}
.top-section-left {
width: 38%;
float: left;
text-align: left;
padding-bottom: 5px;
}
.top-section-left li:nth-child(1) {
background-color: #f67901;
padding: 0.5vw 1vw;	
}
.top-section-mobile {
background-color: #004378;
display: block;
padding: 5px;
}
.top-section-mobile {
background-color:#141d1e;
display: block;
padding: 5px;
text-align:center;
}
.top-section-left-mobile li {
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
color: #FFF;
z-index: 1000;
font-size: 1.5em;
font-weight: 300;
text-align: left;
margin-right: 2%;
padding-top: 0;
padding-bottom: 2px;
padding-left: 5px;
text-decoration: none;
text-transform: none;
}
.menutop {
margin: 0;
padding: 0;
display:block;
}
#cssmenu, #cssmenu #menu-button, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
display:none!important;
}
.menu-item {
position: relative;
z-index: 9;
}
.top-section {
display: none;
}
.top-section-left-mobile {
width: 80%;
margin: 0 auto;
}
.menu-item .logo {
padding: 8px 3px;
width: 12em;
}
.canvas-open {
position: absolute;
right: 15px;
top: 65px;
font-size: 2.5em;
width: 40px;
height: 40px;
color: #ef7b00;
border-radius: 2px;
line-height: 33px;
text-align: center;
z-index: 100;
display: block;
cursor: pointer;
border:none;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.ftco-wrap-about .img {
width: 100%;
height: 15em;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
padding: 0em;
margin-top: 1em;
}
.mb-4, .my-4 {
margin-bottom: 1rem!important;
}
.mt-5, .my-5 {
margin-top: 2rem !important;
}
.insta-img, .room-img, .hero-wrap, .img, .blog-img, .user-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.heading-section .subheading {
font-size: 15px;
display: block;
margin-bottom: 5px;
color: #f67901;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
}
.heading-section h2 {
font-size: 28px;
}
p {
font-size: 18px;
}
b, strong {
font-size:18px;
}
.mb-5, .my-5 {
margin-bottom: 0rem!important;
}
.services-section {
padding-bottom: 35px;
padding-top: 18px;
padding: 2em;
}
.section-title span {
font-size: 0.6em;
color: #f67901;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
}
.section-title h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 4vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
padding-top: 0;
}

.services-grids1 {
    width: 100%;
    background: #ef7b00;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 0.5vw;
    -moz-border-radius: .5vw;
    -ms-border-radius: .5vw;
    border-radius: 0.5vw;
    padding: 3.8vw 0!important;
    margin-bottom: 1.4em;
    margin-top: 0;
    height: 25px;
}


.welcome-grid {
width: 80%;
background: #f8f9fa;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-border-radius: 0.5vw;
-moz-border-radius: .5vw;
-ms-border-radius: .5vw;
border-radius: 0.5vw;
padding: 2vw 0;
margin-bottom: 2vw;
text-align: center;
margin-left: 2.2em;
}
.welcome-grid h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 4.5vw;
font-weight: 400;
padding: 0.5em;
color: #000;
line-height: 1.5em;
}
.section-title1 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 1vw;
color: white;
font-weight: 700;
margin-top: 0;
padding-top: 0;
text-align: center;
}
.hp-room-items {
overflow: hidden;
padding: 0.6em;
margin-top:1em;
}
.single-package-item h3 {
position: relative;
font-family: Arial, Helvetica, sans-serif;
color: black;
display: block;
font-size: 5.4vw;
text-align: left;
font-weight: 700;
padding-top: 0;
text-decoration: none;
padding-bottom: 5px;
}
.single-package-item {
margin-bottom: 30px;
padding-bottom: 20px;
box-shadow: 0 0 20px rgb(0 0 0 / 10%);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
border: 1px solid #ccc;
background: white;
}
.packages-para {
padding: 17px 0 0;
text-transform: capitalize;
width: 9em;
}
.packages-para p span {
display: inline-block;
width: 215px;
color: black;
}
.section-title2 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 5.5vw;
display: block;
margin-bottom: 1vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
padding-top: 0;
text-align: center;
margin-top:1em;
}
.section-title2 {
position: relative;
padding: 0.5em;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5vw;
display: block;
margin-bottom: 1vw;
color: #1142a1;
font-weight: 700;
margin-top: 0;
text-align: center;
}
.explore-grid {
font-weight: 700;
color: black;
font-size: 5vw;
float: left;
}
.text-body {
color: #666565 !important;
line-height: 1.5;
}
.spad {
padding-top: 20px;
padding-bottom: 100px;
padding: 1em;
}
.blog-item .bi-text h4 a {
color: #ffffff;
font-weight: 600;
background: #f67901;
padding: 0.2em;
font-size: 0.7em;
}
.ftco-footer .ftco-footer-widget h2 {
font-weight: normal;
color: white;
margin-bottom: 6px;
font-weight: 600;
text-transform: uppercase;
margin-left: 0.4em;
margin-top: 1em;
}
.ftco-footer .ftco-footer-widget ul li a {
color: white;
margin-left: 0.6em;
}
.block-23 ul li .icon, .block-23 ul li .text {
display: table-cell;
vertical-align: top;
color: white !important;
padding-left: 0.5em;
}
.block-23 ul li .icon {
display:none;
}
.ftco-footer .ftco-footer-widget ul li a span {
color: rgba(0, 0, 0, 0.1);
display: contents;
}
.footer-left, .footer-right{
	margin-left:0;
	margin-right:0;
}
.weblink {
padding-top: 0.5em;
padding-bottom: 1%;
margin-left: 0px;
font-size: 1em;
font-weight: 400;
text-align:center;
width:100%;
}
.weblink a {
font-size: .950em;
}
.copyright {
/*display: none;*/
font-size: 1em;
text-align:center;
width:100%;
}
#back-to-top img {
float: left;
width: 80%!important;
height: 100%;
}
a {
color: white;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #ef7b00;
}
.header1 {
padding: 0px 0;
margin-top: -2px;
text-align:center;
}

.aboutus h1:after {
width: 10%;
left: 45%;
}
.textpadding {
padding-right: 30px;
padding-left: 30px;
}
.aboutus p {
text-align: center;
}
.aboutus p {
text-align: center;
font-size: 18px;
color: #181818;
}
.aboutus {
text-align: center;
padding: 30px 0 10px;
}
.btn {
font-size: 18px;
margin-top: 0;
margin-bottom: 30px;
width: 12em;
font-weight:bold;
}
.logo {
loat: none;
margin-left: 0;
padding: 5px 10px 5px 10px;
width: 60%;
margin: 0 auto;
}
.headings {
padding: 20px 0;
}
.headings h2 {
color: #fff;
font-size: 26px;
padding-bottom: 8px;
}
.headings p {
font-size: 16px;
}
.headings:before {
left: 46%;
}
.colsec {
padding: 0px 0;
margin-top: 28px;
text-align:center;
display:block;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 100%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 100%;
}
.colsec h3 {
font-size: 18px;
letter-spacing: 4px;
position: relative;
margin: 0 0 21px;
margin-top: 35px;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 100%;
}
.colsec h3 strong {
font-size: 28px;
}
.colsec p {
text-align: center;
font-size: 18px;
color: #181818;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.2em;
padding-right: 28px;
padding-left: 28px;
padding-bottom: 5px;
}
.colsec .btn-primary {
margin-top: 8px;
margin-bottom: 15px;
}
.offcanvas-menu-wrapper .mainmenu {
display: none;
}
.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
left: 0;
opacity: 1;
visibility: visible;
}
.vehicle-block {
margin-bottom: 30px;
}
.main-img {
position: relative;
overflow: hidden;
}
.main-img img {
width: 100%;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.offer-price-2 li.price {
font-size: 25px;
}
.vehicle-info .vehicle-title a {
font-size: 21px;
}
.vehicle-info .vehicle-title p {
font-size: 17px;
}
.text-center {
text-align: center;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.serviceBox {
margin-bottom: 15px;
}
footer ul li, footer ul li a, footer p {
font-size: 16px;
}
footer ul li {
font-size: 16px;
}
.mobile-show {
display: none;
}
.menubar {
border-top: 0px solid #e1e1e1;
}
.review-section-border {
border-right: 0;
margin-bottom: 1em;
}
.whytravel1 h2 {
font-size: 28px;
margin-top: 18px;
}
.whytravel1 ul li {
font-size: 18px;
}
h2 {
font-size: 20px;
font-weight: 600;
}
.sametourslist h4 {
font-size: 30px;
text-align: center;
color: black;
line-height: 15px;
}
.a1 {
font-size: 18px;
font-weight: 600;
}
.samedaytours p {
text-align: center;
padding-bottom: 0px;
}
footer h4 {
padding-bottom: 10px;
}
footer {
padding: 30px 0;
}
.testim .wrap {
padding: 40px 55px;
}
.testim .arrow.left {
left: 10px;
}
.testimonial-main {
padding: 0vw;
}
.righticon {
margin: 0px auto;
margin-bottom: 10px;
}
.right-listing {
margin-bottom: 5px;
margin-top: 30px;
text-align:center;
}
.paddingtop {
margin-top:15px;
}
.right-listing h5 {
font-family: 'Roboto', sans-serif;
text-align: center;
font-weight: 600;
padding-bottom: 10px;
}
.btn1 {
font-size:24px;
padding: 0.5em 1em;
}
.welcome-section {
padding: 10vw;
}
.mtop {
margin-top: 18px;
text-align: center;
}
.whytravel1 {
padding: 30px 0;
}
table {
border-width: 0.1vw;
border-spacing: 0;
border-style: none;
border-color: gray;
border-collapse: collapse;
font-size: 6px;
font-weight: 600;
letter-spacing: 0;
margin-bottom: 2vw!important;
margin: 0 auto;
text-align: center;
width: 100%;
/*margin: 0px 2px auto;*/
overflow-x: scroll;
display: block;
}
.page-heading h5 {
font-size: 25px;
line-height: 30px;
font-weight: 600;
}
.our_services {
padding: 0px 0px;
}
.page-heading {
padding: 20px 0px;
}
.page-heading p {
text-align: center;
font-size: 18px;
color: #181818;
line-height: 1.2em;
}
.explore-grid-box {
padding: 2.5vw;
}
.travel-experience {
padding: 1vw;
background-color:#141d1e!important;
background-repeat:no-repeat;
padding-bottom: 20px;
}
.explore-grid p {
font-size: 18px;
}
.btn4 {
font-size: 13px;
padding: 0.5em 1em;
}
.explore-grid h2 {
font-size: 25px;
}
.explore-box {
width: 100%;
padding-top: 20px;
}
.menutop li a {
font-size: 14px;
padding: 12px 0;
margin: 0 10px;
border-top: 3px solid transparent;
font-weight: 600;
}
.aboutus {
text-align: center;
padding: 15px 0 30px;
}
.aboutus h1 {
font-size: 30px;
}

.aboutus h2 {
    font-size: 25px;
}
.how-reach-left h1 {
display: block;
font-size: 20px;
text-align: center;
padding-bottom: 1vw;
margin: 0;
font-weight:600;
}
.how-reach-left p {
line-height: 1.2em;
text-align: center;
font-size: 15px;
}
.how-reach {
margin-top: 20px;
}
.how-reach-left {
width: 100%;
float:none;
margin-bottom: 5%;
text-align: center;
}
.online-form {
padding-left: 2%;
padding-right: 2%;
}
.contact-address {
width: 100%;
float: right;
background-color: #efefef;
padding: 3%;
margin-top: 8%;
margin-bottom: 25px;
}
.contact-address p {
color: #3a3838;
line-height: 1.2em;
text-align: left;
font-size: 15px;
margin-top: 15px;
}
.review-section {
margin-top: 20px;
}
.serviceBox .description {
font-size: 18px;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 50%;
max-width: 50%;
}
.d-flex {
display: contents!important;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 100%;
max-width: 100%;
}
.services.services-1 {
padding: 185px;
position: relative;
margin-bottom: 30px;
z-index: 0;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 100%;
max-width: 100%;
}
.review-section {
padding: 8vw;
}
.col-sm-7 {
width: 100%;
}
.col-sm-5 {
width: 100%;
}
.explore {
padding: 2vw;
}
.explore-grid {
float: left;
padding: 10px;
margin-right: 1%;
margin-top: 20px;
margin-bottom: 0;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 50%;
}
.review-section img {
width: 85%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 100%;
max-width: 100%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 100%;
max-width: 100%;
}
h4 {
font-size: 28px;
}
}
/*-------------*/
@media (min-width: 1025px) and (max-width: 1079px){
#cssmenu{
background:none !important;
}
#cssmenu>ul{
margin: 0 auto !important;
width: fit-content;
}
#cssmenu>ul>li>a{
font-size:13px !important;
padding:12px 9px !important;
}
}
@media (max-width: 768px){
.mobile-show {
/*display: block!important;*/
}
}
@media (min-width: 320px) and (max-width: 800px){
.desktop-show {
/*display: none!important;*/
}
}

.welcome-section {
padding:40px 50px!important;
}
.green-bg {
background:#eaf4e9;
}
.welcome-con {
width:100%;
margin:0 auto;
}
.welcome-pic img {
width:50%!important;
}
.welcome-section h1 {
font-family: 'Josefin Sans', sans-serif;
font-size:1.8em;
display: block;
color: #000;
font-weight:500	!important;
line-height:1.1em;
text-transform:uppercase;
}
.welcome-section h2 {
font-family: 'Josefin Sans', sans-serif;
font-size:.8em;
display: block;
font-weight:400;
color: #000;
padding-bottom:10px;
margin-bottom: 0;
text-transform:uppercase;
}
.welcome-section h4 {
font-family: 'Josefin Sans', sans-serif;
font-size:1em;
display: block;
font-weight:400;
color: #000;
padding-bottom:10px;
margin-bottom: 0;
text-transform:uppercase;
}
.welcome-section h5 {
font-family: 'Roboto', sans-serif!important;
font-size:16px;
line-height:22px;
margin-bottom:10px!important;
font-weight:500;
color: #000;
letter-spacing: .02em;
}
.welcome-section h5 span {
font-weight:800;
}
.welcome-section p {
font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #000;
}
.welcome-section h3 {
font-family: 'Josefin Sans', sans-serif;
font-size:1.4vw;
font-weight:600;
color:#000;
line-height:1.5em;
}

.welcome-section2 {
padding:40px 50px;
}
.green-bg {
background:#eaf4e9;
}
.welcome-con2 {
width:100%;
margin:0 auto;
}
.welcome-pic2 img {
width:50%;
}
.welcome-section2 h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    display: block;
    color: #001A66;
    font-weight: 500 !important;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.welcome-section2 h2 {
    font-size: 30px;
    display: block;
    font-weight: 400;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-family: "Kaushan Script", cursive;
}
.welcome-section2 h4 {
font-family: 'Roboto', sans-serif;
font-size:1em;
display: block;
font-weight:400;
color: #000;
padding-bottom:10px;
margin-bottom: 0;
text-transform:uppercase;
}
.welcome-section2 h5 {
font-family: 'Roboto', sans-serif!important;
font-size:16px;
line-height:22px;
margin-bottom:10px!important;
font-weight:500;
color: #000;
letter-spacing: .02em;
}
.welcome-section2 h5 span {
font-weight:800;
}
.welcome-section2 p {
font-family: 'Roboto', sans-serif;
font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #000;
}
.welcome-section2 h3 {
font-family: 'Roboto', sans-serif;
font-size:1.4vw;
font-weight:600;
color:#000;
line-height:1.5em;
}
.welcome-section2 img {
width:100%;
}

.read {
display: inline-block;
padding:0.7em 1em;
z-index: 0;
color: #fff;
background:#001A66;
text-align: center;
font-size:1.1em;
text-transform: uppercase;
font-weight:400;
text-decoration: none;
font-family: 'Roboto', sans-serif;
text-decoration:none;
margin-bottom:1em;
}
.read:hover {
color: #fff;
background-color:#000;
text-decoration:none;
}

.text-left {
    text-align: left !important;
}

.section-padding {
padding-bottom:1.5em;
}

.twm-w-steps-section-wrap{
	background-size: cover;
	background-position: center bottom;
}
.twm-w-steps{
	.twm-w-step-count{
		background-color: $s-bg-dark;
		border-radius: 20px 20px 0px 0px;
		display: flex;
		width: 100px;
		justify-content: center;
		padding: 0px 0px 10px;
  		margin-bottom: -10px;
		span{
			font-size: 50px; font-weight: 700; color: $s-text-white;
		}
	}
	.twm-title{font-size: 18px; margin-bottom: 6px; font-weight: 600; color: $s-text-dark;}
	.twm-w-step-detail{
		border-radius: 30px 30px 0px 0px;
		padding: 30px;
		background-color: $s-bg-light;
		box-shadow: -6px -6px $s-bg-white;
		position: relative;
		z-index: 1;
		p{
			margin-bottom: 0px;
		}
	}
}

/*______Categories______*/
.twm-categories-section-wrap{
	position: relative;
	&:after{
		content: '';
		height: 200px;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background-color: $s-clr-primary;
		border-radius: 0px 0px 100px 100px;
		@include breakpoint-575{
			border-radius: 0px 0px 50px 50px;
		}
	}
}
.twm-w-chooseus-section{
	display: flex;
	align-items: center;
}
.twm-categories-type{
	.twm-media{
		border-radius: 100px 100px 0px 0px;
		overflow: hidden;
		@include breakpoint-575{
			border-radius: 50px 50px 0px 0px;
		}
		img{
			height: 330px;
			object-fit: cover;
  			object-position: center;
			width: 100%;
		}
		.twm-media-link{
			position: absolute;
			left: 0px;
			bottom: 0px;
			.twm-media-link-content{
				background-color: $s-bg-white;
				display: inline-flex;
				color: $s-bg-dark;
				font-size: 18px;
				padding: 3px 30px;
				font-weight: 500;
				border-radius: 0px 20px 0px 0px;
				transition: $transition;
				
			}
		}
		&:hover{
			.twm-media-link{
				.twm-media-link-content{
					background-color: $s-clr-primary;
					color: $s-text-white;
				}
			}
		}
	}
}

.twm-categories2-type-wrap{
	margin-top: 20px;
}
.twm-categories2-type{
	background-color: $s-bg-light;
	border-radius: 30px 30px 0px 0px;
	.twm-media-wrap{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0px;
		.twm-media{
			width: 100px;
			height: 100px;
			background-color: $s-bg-black;
			padding: 34px 20px 10px 20px;
			border-radius: 0px 0px 20px 20px;
			position: relative;
			&:before{
				content: '';
				position: absolute;
				top: 0px;
				left: -10px;
				width: 0;
				height: 0;
				border-bottom: 20px solid #444;
				border-left: 10px solid transparent;
			}
			img{
				width: 100%;
				filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7478%) hue-rotate(125deg) brightness(102%) contrast(100%);
			}
		}
	}
	
	.twm-media-link{
		padding-top: 120px;
		.twm-media-link-content{
			background-color: $s-bg-white;
			display: inline-flex;
			color: $s-bg-dark;
			font-size: 18px;
			padding: 3px 30px;
			font-weight: 500;
			border-radius: 0px 20px 0px 0px;
			transition: $transition;
		}
	}
	&:hover{
		.twm-media-link{
			.twm-media-link-content{
				background-color: $s-clr-primary;
				color: $s-text-white;
			}
		}
	}
}


.why-choose {
width:100%;
padding:2vw 0vw;
}
.why-choose h2 {
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
color:#000;
font-weight:600;
padding-top:1vw;
text-transform:capitalize;
}
.why-choose h2 span {
font-weight:300;
}
.why-choose-border {
border-right:.1vw solid rgba(0, 0, 0, 0.05);
}
.why-choose h3 {
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color:#000;
font-weight:700;
text-transform:capitalize;
margin-top: 15px;
margin-bottom: 10px;
}
.why-choose p {
font-size:1.4vw;
color:#FFF;
font-weight:400;
padding-top:1.5vw;
text-transform:capitalize;
}
.why-choose img {
width:40%;
}
.theme1 {
background: #fff;
-webkit-box-shadow: 0 0 22px 2px rgba(0, 0, 0, 0.11);
-moz-box-shadow: 0 0 22px 2px rgba(0, 0, 0, 0.11);
box-shadow: 0 0 22px 2px rgba(0, 0, 0, 0.11);
padding: 30px 39px;
}

.room-content-border {
border:.1vw solid rgba(0, 0, 0, .1);
}
.room-content {
padding:2vw 3vw 1vw 1vw!important;
}
.room-content h2 {
font-family: Arial, Helvetica, sans-serif;
    font-size: 1vw;
    display: block;
    margin-bottom: 0;
    color: #115f3f;
    text-transform: uppercase;
    letter-spacing: .2vw;
}
.room-content h3 {
font-family: "Playfair Display", Arial, serif;
font-size:1.6vw;
display: block;
margin-bottom:1vw;
color:#000;
font-weight:500;
padding:0!important;
}
.room-content h4 {
  font-size: 25px;
    position: relative;
    margin: 5px 0;
    padding-bottom: 17px;
    font-family: "Kaushan Script", cursive;
    color: #141d1e;
    font-weight: 400;
	text-align:left;
	text-transform:capitalize;
	letter-spacing: 0px;
}
.room-content h4 span {
font-size: 1.8vw;
font-family: 'Libre Baskerville', serif;
font-style:italic;
color:#115e3e;
font-weight:500;
}
.room-content p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2vw;
    display: block;
    margin-bottom: 1vw;
	margin-top:1vw;
	padding:0!important;
    color: #000;
	line-height:1.6em;
}
.room-content li {
display:inline-block;
list-style:none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1vw;
    display: block;
    margin-bottom:0;
	margin-top:.5vw;
	padding:0!important;
    color: #000;
	line-height:1.5em;
	font-weight:400;
}

.welcome-section1 {
padding:5vw;
}
.welcome-section1 h1 {
font-size: 40px;
    position: relative;
    margin: 5px 0;
    font-family: 'Roboto', sans-serif;
    color: #141d1e;
    font-weight: 600;
}
.welcome-section1 h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1vw;
display: block;
margin-bottom:1vw;
color: #115f3f;
text-transform: uppercase;
letter-spacing:.2vw;
}
.welcome-section1 p {
font-family: Arial, Helvetica, sans-serif;
text-align: left;
    font-size: 20px;
    color: #000;
font-style: normal;
padding:1.3vw 4vw 1.3vw 4vw;
line-height:1.7em;
margin-bottom:0;
}
.welcome-section1 h3 {
font-family: Arial, Helvetica, sans-serif;
font-size:1.4vw;
font-weight:400;
padding:1.5vw 6vw 1vw 6vw;
color:#000;
text-align:left;
}
.welcome-box {
width:100%;
margin:0 auto;
margin-top:3vw;
}
.welcome-grid {
    width: 100%;
    background: #f8f9fa;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius:.5vw;
    -moz-border-radius:.5vw;
    -ms-border-radius:.5vw;
    border-radius:.5vw;
	padding:2vw 0;
	margin-bottom:2vw;
}
.welcome-grid h3 {
font-family: "Playfair Display", Arial, serif;
font-size:1.6vw;
font-weight:400;
padding:0;
color:#000;
line-height:1.5em;
}
.welcome-grid h4 {
font-family: "Playfair Display", Arial, serif;
font-size:1.2vw;
font-weight:400;
padding:0;
color:#000;
line-height:1.5em;
}
.welcome-grid img {
width:30%!important;
}
.welcome-section1 img {
 display: block;
    max-width: 100%;
    border: 15px solid white; /* White border like a photo frame */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3); /* Shadow effect for depth */
    margin: 20px auto; /* Centering the image */
    padding: 10px; /* Inner spacing */
    background: white; /* Background color for a frame-like look */
}

.padding {
padding-top:50px;
padding-bottom:50px;
}