/*!
Theme Name: ShivshahiCabs
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shivshahicabs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ShivshahiCabs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

@charset "utf-8";
/*
        Resets
*/

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

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

fieldset,
img {
    border: 0
}

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

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

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

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
}

/*
        Typography
*/

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

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

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

h1 {
    font-size: 54px !important;
    font-weight: 700;
}

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

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

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

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

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

p {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

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

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

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

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

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.p-0 {
    padding: 0 !important
}

.pl-0 {
    padding-left: 0 !important
}

.pr-0 {
    padding-right: 0 !important
}

/*containerWrapper*/

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


/*navigationBar*/


/* header Top */

.tophead {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 0;
    border-bottom: solid 1px #eee;
    background: #000;
}

.tophead-menu-left {
    margin-top: 10px;
}

.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: inline-block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    font-size: 14px;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
    margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
    padding-right: 3px;
    color: #ffdb08;
    font-size: 19px;
    font-weight: 600;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
    font-size: inherit;
    font-weight: 500;
    color: #fff;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
    text-decoration: underline;
    color: #ffdb08;
}

.tophead-right-menu {
    text-align: right;
    height: 45px;
}

.tophead-right-menu::before {
    position: absolute;
    background: #ffdb08 none repeat scroll 0 0;
    content: "";
    top: 5px;
    right: 0;
    width: 5px;
    left: 0;
    height: 75%;
    /* -webkit-transform: skewX( 45deg);
transform: skewX( 45deg); */
    z-index: -1;
}


/*tophead-menu-social*/

.tophead-menu-social {
    display: inline-block;
    clear: both;
    padding-top: 10px;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 28px;
    color: #fff;
    height: 28px;
    line-height: 25px;
    font-size: 14px;
    border-radius: 50%;
    border: solid 2px #ffdb0a;
    text-align: center;
}

.tophead-menu-social ul li a:hover i {
    background: #ffdb0a;
    color: #000;
    border-color: transparent;
}


/* navbar 2 */

.navbar-nav2 {
    padding: 10px 5px;
    position: relative;
    transition: all 400ms;
    color: #fff;
}

.navbar-nav2::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skew(-15deg);
    background: #000;
    z-index: -1;
}

.navbar-nav2>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 15px;
    color: #fff
}

.navbar-nav2>li {
    position: relative;
}

.navbar-nav2>li:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: #000;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
    transform: skew(-15deg);
    z-index: -1;
}

.navbar-nav2>li:hover:before,
.navbar-nav2>li.active:before {
    bottom: 0;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.navbar-nav2>li>a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.navbar-nav2>li>a:hover,
.navbar-nav2>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.navbar-nav2 h5 {
    padding: 10px;
    color: #ffdb0a;
    font-weight: 600;
}


/* ---------------- */

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


/*navigationBarContent*/

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

.navbar {
    min-height: 40px;
}

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

.navbar-brand img {
    height: 90px;
    transition: all 1000ms;
    transform: scale(1);
    position: relative;
    top: 0;
    left: 0;
}

.navbar-nav {
    margin-top: 0;
}

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

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


/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0;
    color: #000;
    height: 90px;
    line-height: 90px;
    padding: 0;
    position: relative;
    transition: all 500ms;
    font-family: "Noto Sans", sans-serif;
}

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

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 12px;
    margin: 0 1px;
    height: inherit;
    line-height: inherit;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 5px;
    background: #000;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

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

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    color: #f0630d !important;
    font-weight: 600;
    background: transparent !important;
}

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


/*callbackBtn*/

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

.navbar-collapse>ul>li.callbackBtn>a {
    background: #000;
    color: inherit;
    text-transform: none;
}

.navbar-collapse>ul>li.callbackBtn:hover {
    background: #404041;
    color: #fff !important;
}

.navbar-collapse>ul>li.callbackBtn:hover>a {
    color: inherit !important;
}

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


/*drop down menu*/

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

.navbar-collapse>ul>li>ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: -5px;
    left: 20px;
    transform: rotate(45deg);
}

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

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

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 15px;
    color: #222;
    height: auto;
    line-height: normal;
    transition: all 300ms ease-in-out;
}

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

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

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

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

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

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


/*double dropdown*/

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

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

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

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

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

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


/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0px
}

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

.navigationBarScroll .navbar-brand img {
    transform: scale(0.6);
    top: -18px;
    left: -44px;
}

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



/*bannerSection*/

.bannerSection {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #eee;
}

#bannerSlider,
#bannerSlider .owl-wrapper-outer,
#bannerSlider .owl-wrapper-outer .owl-wrapper,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 100%;
}

#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    width: 100%;
    overflow: hidden;
}

#bannerSlider .owl-controls {
    position: absolute;
    width: auto;
    bottom: 50px;
    right: 8%;
    z-index: 2;
}

#bannerSlider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 0 3px !important;
    background: #fff !important;
}

.bannerSection .bannerSlideBlock,
.bannerSection .bannerSlideImg {
    width: 100%;
    height: 100%;
}

.bannerSection .bannerSlideImg {
    display: block;
    position: relative;
    background-size: cover !important;
}

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

.bannerSection .bannerSlideBlock {
    display: table;
    position: absolute;
    z-index: 2;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
    display: block;
    width: 50%;
    color: #fff;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
    display: block;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    transition: all 900ms;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 strong {
    display: block;
    font-weight: 600;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    transition: all 800ms;
    font-size: 46px;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
    color: #fff;
    background: transparent !important;
    border: 2px solid #f15706;
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    text-align: center;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: arial;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn:hover {
    text-shadow: none;
    color: #fff !important;
    background-color: #0b567d !important;
    border-color: #0b567d !important;
}
.bannerSlideCaptionInner p{
    font-size: 21px;
}

/* <!-- enquiry form sec --> */

.enquiryformsection {
    position: absolute;
    top: 25%;
    right: 3%;
}

.enquiry-box {
    padding: 15px 20px;
    position: relative;
    z-index: 999;
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.26);
    text-align: center;
    background: #0f6b9e;
    /* background: linear-gradient(90deg, #0c6491, #FF8C00); */
    /* background: linear-gradient(304deg, #f46719 0%, #0e77ad 100%); */
}

/* .enquiry-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffdb0a;
    opacity: 0.6;
} */

.enquiry-box-text h3 {
    color: rgb(255 255 255);
    font-size: 31px;
    font-weight: 700;
    text-transform: capitalize;
}

.enquiry-form p input {
    width: 100%;
    border: 1px solid #c48d03;
    padding: 5px 10px;
    height: 45px;
    color: #111;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.enquiry-form p input:focus {
    border: 2px solid #fff
}

.enquiry-form p select {
    width: 100%;
    border: 1px solid #c48d03 !important;
    border-radius: 0;
    padding: 5px 10px;
    height: 45px;
    color: rgb(65, 65, 65);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.enquiry-form p select:focus {
    border: 2px solid #fff
}

.enquiry-form.nice-select {
    width: 100%;
    border: 1px solid #2e2c28;
    height: 45px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border-radius: 0;
    /*	line-height:45px;*/
    padding: 10px;
}

.enquiry-form.nice-select .list {
    top: 100%;
    left: 0px;
    margin: 0px;
    min-width: 100%;
    border-radius: 0px;
}

.enquiry-form form p {
    margin: 8px 0;
}

.enquiryformbtn {
    color: #ffffff;
    background: transparent !important;
    border: 2px solid #fff;
    position: relative;
    display: inline-block;
    padding: 12px 12px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 16px !important;
    font-family: Arial;
}

.enquiryformbtn:hover {
    text-shadow: none;
    color: #fff !important;
    background-color: #f46719!important;
    border-color: #000 !important;
}

.enquiryformbtn .datepicker {
    z-index: 9999
}

.datepicker {
    border: 2px solid #f0f0ff;
    margin-top: -5px;
}

.datepicker .cell.day.selected,
.datepicker .cell.month.selected,
.datepicker .cell.year.selected,
.datepicker .cell.decade.selected {
    background: #ca3d26 none repeat scroll 0 0;
    color: #fff;
}

.datepicker .cell.day:hover,
.datepicker .cell.month:hover,
.datepicker .cell.year:hover,
.datepicker .cell.decade:hover {
    background: #ca3d26 none repeat scroll 0 0;
    color: #fff;
}

.popover.clockpicker-popover.bottom.clockpicker-align-left {
    border: 2px solid #f0f0ff;
}

.text-primary,
.clockpicker-popover .popover-title {
    color: #ef4836;
}

.datepicker .row.header a {
    margin: 0 3px;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 100%;
}

.datepicker .day {
    font-size: 14px;
    text-align: center
}

.popover-title span {
    color: #ef4836
}

.popover-title .text-primary {
    color: #111 !important
}

.clockpicker input {
    font-size: 14px;
    color: #7c8a97
}

.clockpicker input:focus {
    box-shadow: 0 0 0 rgba(0, 123, 255, 0.25);
    border: 2px solid #f0f0ff;
    border-radius: 0
}

/*down-arrow-box*/

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

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

.down-arrow-box a {
    display: block;
    position: relative;
    font-size: 30px;
    color: #f15706;
    width: 35px;
    text-align: center;
    height: 60px;
    line-height: 65px;
    border-radius: 30px;
    background: #fff;
    margin: 0 auto;
    top: 10px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.3);
}



/* ---------------about-section------------ */

.aboutsection {
    position: relative;
    width: 100%;
    clear: both;
    /* overflow: hidden; */
    padding: 80px 0 200px;
    /* background: linear-gradient(81deg, rgba(75, 165, 90, 1) 12%, rgba(2, 140, 160, 1) 100%); */
    /* background: linear-gradient(321deg, rgba(255, 237, 150, 1) 0%, rgba(63, 56, 105, 1) 100%); */
    /* background: url(assets/images/banner_slider_2.jpg) center fixed no-repeat; */
    background-size: cover;
    background-color: #f1f1f1;

}

.aboutsection::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -52px;
    width: 100vw;
    height: 100%;
    /* background: linear-gradient(-135deg, #005680, #257fa6, #fdbc46); */
    background: url(assets/images/path_vector.png);
    z-index: 1;
    background-position: bottom;
    background-size: auto;
    background-repeat: repeat-x;
}


/* .aboutsection::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
} */

.aboutsection .shape-1 {
    position: absolute;
    right: 40px;
    bottom: -41px;
    z-index: 99;
    width: 10%;
}



.about-boxx .section-header {
    text-align: left;
    margin-bottom: 0px;
}

.about-boxx .section-header h2 {
    margin-bottom: 10px;
    color: #f15706;
}

/* .about-boxx {
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0px 0px 15px -6px #000;
    border-radius: 20px;
    display: flex;
    align-items: center;
} */

.about-img {
    position: relative;
    /* filter: drop-shadow(2px 4px 6px black); */
    /* background: linear-gradient(280deg, #005680, #257fa6, #fdbc46); */
    /* background: linear-gradient(280deg, #0c6491, #1e1e1e, #fa6e19); */
    background: linear-gradient(90deg, #0c6491 0%, #FF8C00 100%);

    /* border: 7px solid #df8e4d; */
    padding: 5px;
    position: relative;
    top: -22px;
    left: -22px;
    border-radius: 15px;
}

.about-border {
    background: #f1f1f1;
    border-radius: 15px;
}

.about-img-box {
    position: relative;
    top: 22px;
    left: 22px;
}

.about-img img {
    border-radius: 8px;
    /* box-shadow: 20px 20px 0px 0px #1a1a1a; */
}



.abouttxt h2 {
    padding: 0 0 8px 0;
    margin: 0;
}


.abouttxt h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.abouttxt h6 {
    color: #494848;
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}

.abouttxt p {
    color: #222;
    text-align: justify;
}

.about-btn {
    margin: 18px 0 0 0;
    background: #fdbc46;
}


.road-sec {
    width: 100%;
    position: relative;
    background: url(assets/images/road_repeat.jpg)repeat center;
    padding: 25px;
    z-index: 1;
}


/* service section */

.services-container {
    display: block;
    width: 100%;
    padding: 100px 0px 0px 0px;
    height: auto;
    position: relative;
    clear: both;
}

.services-block {
    display: inline-block;
    width: 33%;
    height: 300px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.services-block::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.services-block .heading {
    display: block;
    padding: 0 30px 15px 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 2;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

.services-block .heading:after {
    width: 58%;
    background: #e5580b;
    display: block;
}

.services-block img {
    display: block;
    width: 100%;
    position: relative;
    z-index: -1;
    opacity: 1;
}

.product-desc {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #f7c200;
    /* background: rgba(247, 194, 0, 0.9); */
    background: rgba(15, 107, 158, 0.8);
    color: #fff;
    padding: 30px 70px 30px 70px;
    transition: all 100ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    visibility: hidden;
    opacity: 0;
}

.product-desc a {
    margin-top: 15px;
}

.services-block:hover>h4 {
    transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
}

.services-block:hover>.product-desc {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

/* -------------tariffsSection------------------------ */

.tariffsSection {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    clear: both;
    padding: 50px 0px;
    text-align: center;
}

.traiffswrap {
    margin-top: 160px;
}

.tariffsBlock {
    display: block;
    position: relative;
    height: auto;
    background: #eee;
    width: 90%;
    margin: 160px auto;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    transition: all 500ms;
    margin-top: 20px;
}

.tariffsBlock:hover {
    color: #fff;
    background: #0d74ac;
    transition: all 500ms;
}

.tariffsBlock:hover span {
    color: #fff;
}

.tariffsBlock:hover .btn {
    background-color: #f46719 !important;
    color: #fff !important
}

.tariffsBlock .btn {
    color: #ffffff !important;
    margin-bottom: 20px;
}

.tariffsImg {
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    clear: both;
}

.tariffsImg img {
    margin: 0 auto;
    width: 90%;
}

.triffsDisc {
    padding: 105px 10px 0;
    clear: both;
}

.triffsDisc h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.triffsDisc  p {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-align: CENTER;
    margin-top:10PX;
    
}

.specification {
    padding-bottom: 30px;
}

.specification ul {
    display: flex;
    justify-content: space-around;
}

.specification ul .fi {
}

.icon {
    color: #ffffff;
    background: #f46719;
    font-size: 19px;
    padding: 5px;
    width: 45px;
    height: 45px;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    line-height: 40px;
    box-shadow: 0 0 5px -1px #00000052;
	margin: 0 auto;
}

.specification li {
    line-height: 1;
}
.traiffswrap  .btn7 {
    position: absolute;
    bottom: 30px;
    left: 500px;
}


/*------------------------Our Features--------------------------- */

.Features {
    background: url("assets/images/slide3.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 100px 0px 100px 0px;
}

.Features:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.Features .headingWrapper {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.Features .headingWrapper h3:first-child {
    margin-bottom: 0px;
    color: #f15706;
}

.Features .headingWrapper .large {
    font-size: 36px;
}

.featureBox {
    background-position: left center !important;
    background-size: 75px !important;
    background-repeat: no-repeat !important;
    color: #fff;
    padding-left: 110px;
    margin-bottom: 50px;
}
.Features .col-sm-6:nth-child(2) .featureBox {
    background: url("assets/images/home.png") no-repeat center/cover;
}

.Features .col-sm-6:nth-child(3) .featureBox {
    background: url("assets/images/wifi.png") no-repeat center/cover;
}
.Features .col-sm-6:nth-child(4) .featureBox {
    background: url("assets/images/speedometer.png") no-repeat center/cover;
}

.Features .col-sm-6:nth-child(5) .featureBox {
    background: url("assets/images/driver.png") no-repeat center/cover;
}



.featureBox h3 {
    color: rgb(255, 255, 255) !important;
    font-size: 20px;
    margin-bottom: 10px;
}



.box2 {
    background: url("assets/images/wifi.png");
}

.box3 {
    background: url("assets/images/speedometer.png");
}

.box4 {
    background: url("assets/images/driver.png");
}



/* Destination */
.destination {
    padding: 100px 0px;
    position: relative;
    clear: both;
    width: 100%;
    overflow: hidden;
}

.project {
    overflow: hidden;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    background: white;
    margin: 10px 0 30px 0;
}

.proimg {
    overflow: hidden;
    position: relative;
    transition: 0.5s ease-in-out;
}

.proimg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: black;
    opacity: 0.4;
    z-index: 1;
}

.project img {
    overflow: hidden;
    position: relative;
}

.projectcont {
    padding: 20px 20px 20px 20px;
}

.projectcont h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #f46719;
}

.projectcont P {
    font-size: 16PX;
    font-weight: 300PX;
}

.ul-list2 ul {
    display: flex;
    justify-content: center;
}

.ul-list2 li {
    padding: 0 10px;
}

.ul-list2 li i {
    color: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 100;
    border-radius: 50px;
    /* background: linear-gradient(90deg, #c90000 0%, #FF8C00 100%); */
    background: #f46719;
    line-height: 48px;
}

.ul-list2 p {
    line-height: 3;
}

.destination .default-btn {
    background: linear-gradient(90deg, #0f7cb4 0%, #0f7cb4 100%);

    color: #ffffff;
    padding: 0PX 30PX;
}

.destination .default-btn {
    /* background: linear-gradient(90deg, #ffb600 0%, #ffbc16 100%); */
    color: #ffffff;
    line-height: 45px;
    display: inline-block;
    padding: -1px 34px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    margin: 0px 5px;
}

.destination .default-btn:hover {
    background: #f46719;

}

.btn7 {
    position: absolute;
    bottom: -50px;
    left: 500px;
}

.btn-default {
    border: solid 1px #f15706 !important;
    /* background-color: #fbca02 !important; */
    color: rgb(0, 0, 0) !important;
    padding: 8px 25px 8px;

    font-size: 16px;
}

.btn7 a:hover {
    background-color: #0d6d9e !important;
    color: white !important;

}

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

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

.testimonialBlock:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #0f7cb4b8;
    opacity: 0.8;
}

.testimonials-desc {
    display: block;
    padding: 15px;
    text-align: center;
    background: #ffffff;
    color: #000000;
    border-radius: 20px;
    margin: 0px 5px;
}

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

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

.testimonials-desc h4 {
    font-size: 16px;
    font-weight: 600;
    color: #f46719;
}

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

.testimonialBlock h2{
    color: #fff !important;
}

/* end of testimonial */

/*footer*/

.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    /*background: #f9b700;*/
    background: url('assets/images/footer-setionbg.jpg') no-repeat fixed 100% 0;
    background-size: cover;
    color: #fff;
}

.footer:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #030303;
    opacity: 0.8;
}

/* .containerWrapper img {
    width: 40%;
} */

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

.footer .heading,
.footer .heading-center {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    color: #f15706;
}

.footer .heading:after,
.footer .heading-center:after {
    background: #fff;
}

.footer hr {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.footer img {
    border: none;
    max-width: 60%;
}

@media (max-width: 1366px) {
    .footer .heading {
        font-size: 16px;
    }
}

/*addressInfo*/

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

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

.addressInfo p {
    margin: 0;
}
.addressInfo a {
    color: #fff !important;
}

.addressInfo i {
    color: #02669a !important;
}

.map iframe {
    pointer-events: unset
}

/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #333;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}

.footerStrip strong {
    font-weight: bold;
}

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

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

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

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

.footer-social a:hover {
    background: #e13f00;
    border-color: #f9b700;
    color: #fff;
}

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

.footer-social .footertwitterLink {
    background: #2aa9e0;
}

.footer-social .footeryoutubeLink {
    background: #eb2429;
}

.footer-social .footerlinkedinLink {
    background: #02669a;
}

.footer-social .footerpinterestLink {
    background: #ca2128;
}

.footer-social .footergoogle-plusLink {
    background: #d3492c;
}

/*footerform*/

.footerform {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}

.footerform.row {
    margin-left: -3px;
    margin-right: -3px;
}

.footerform .col-sm-12 {
    padding-left: 3px;
    padding-right: 3px;
}

.footerform input,
.footerform textarea {
    display: block;
    border: none;
    width: 100%;
    height: 34px;
    padding: 5px 0;
    text-indent: 10px;
    background: #fff;
    margin-bottom: 6px;
    color: #222;
}

.footerform textarea {
    height: auto;
}

/* CONTACT US */

.enquiry-form {
    position: relative;
}

.enquiry-form label {
    display: none;
    color: #fff;
}

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

.enq-formgroup i {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #f9b700;
    border-radius: 30px 0 0 30px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
}

.enquiry-form input {
    display: block;
    width: 100%;
    text-indent: 10px;
    height: 40px;
    background: #fff;
    color: #000;
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

.enquiry-form textarea {
    display: block;
    width: 100%;
    text-indent: 55px;
    height: auto;
    padding: 5px 0;
    border-radius: 20px;
    background: #fff;
    color: #000;
    border: solid 1px rgba(0, 0, 0, 0.3);
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-color: #999;
}

.enquiry-form .textareabox i {
    border-radius: 20px 0 20px 0;
}

.enquiry-form button {
    background: transparent;
}

/*footerLinks*/

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

.footerLinks ul {
    margin: 0 0 0 16px;
}

.footerLinks ul li {
    list-style-type: disc;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}

.footerLinks ul li a {
    display: inline-block;
    padding: 6px 0;
    color: #fff;
}

.footerLinks ul li a:hover {
    color: #0e76ab;
}

/*misc*/

.divTable {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.divTableCell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

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

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

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

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

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #0c6491 0%, #FF8C00 100%);
    position: absolute;
    bottom: 0;
}

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

.heading:after {
    left: 0%;
}

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

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

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

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

.btn-primary {
    background: #0b577e !important;
    color: #fff;
    border-color: transparent;
}

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

.btn-rounded {
    border-radius: 40px !important;
}

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

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

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

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

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

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

.white {
    color: white;
}

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

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

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

.scrollup:hover {
    background: #0f7cb4;
    opacity: 1;
    color: #000000;
}

/* Modal Popup */

#myModal {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
}

#myModal .modal-dialog {
    width: 100%;
    max-width: 800px;
    display: table-cell;
    vertical-align: middle;
}

.FormWrapper {
    width: 100%;
    padding: 0px;
    background: #fff;
    border-radius: 5px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.FormWrapper .control-label {
    text-align: left;
    padding: 5px 15px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.formHeader {
    background: #f9b700;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
}

.formHeader img {
    width: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: solid 1px #fff;
    padding: 8px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
}

.formHeader img:hover {
    cursor: pointer;
    background: #333;
    border: transparent;
}

.form-horizontal {
    overflow: hidden;
    overflow-y: auto;
    padding: 20px 50px 0px 50px;
}

.formHeader h3 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.spinner-block {
    display: block;
}

.spinner {
    /* width: 70px !important; */
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.input-group-btn-vertical>.btn {
    padding: 8px 12px !important;
    border: 1px solid #ccc !important
}

.input-group-btn-vertical>.btn:first-child {
    border-top-right-radius: 4px !important;
}

.input-group-btn-vertical>.btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px !important;
}

.input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}

.input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 8px;
}

.form-control:focus {
    border-color: #f9b700;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(249, 183, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(249, 183, 0, .6);
}

.btn-number {
    background: #f9b700;
    box-shadow: none !important;
}

.btn-number:hover,
.btn-number:focus,
.btn-number:active {
    background: #3333;
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

.FormWrapper .btn-primary {
    margin: 15px auto;
    display: block;
    border-radius: 5px !important;
    max-width: 150px;
}

.FormWrapper .input-group-addon {
    background: #f9b700;
}

.FormWrapper .input-group-btn>.btn {
    border: solid 1px #ccc;
}

.FormWrapper .glyphicon {
    color: #fff;
}

/*Media queries*/

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

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

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

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

@media (max-width: 991px) {

    .containerWrapper {
        padding: 0 10px;
    }

    .tariffsBlock {
        margin-top: 120px;
    }
}

@media (max-width: 875px) {
    .navigationBar {
        height: auto;
        top: 15px;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: none;
    }

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


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

    .navbar-nav2 h5 {
        font-size: 15px;
    }

    .navigationBar {
        background: #fff;
        position: relative;
    }

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

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 10px;
    }

    .navbar-nav {
        margin: 0;
    }

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

    .navbar-collapse>ul>li {
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        height: auto;
        line-height: normal;
    }

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

    .navbar-collapse>ul>li>a:hover,
    .navbar-collapse>ul>li>a:focus,
    .navbar-collapse>ul>li>a:active {
        background: #f46719 !important;
        color: #fff !important;
    }

    .navbar-collapse>ul>li>ul {
        background: #fff !important;
    }

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

    .tophead-menu-social {
        display: none !important;
    }

    .navbar-nav2::before {
        transform: skew(0deg);
    }

    .tophead .tophead-menu-left ul,
    .tophead .tophead-menu-right ul,
    .tophead-menu-social ul {
        text-align: center;
    }

    .containerWrapper {
        padding: 0 20px;
    }

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

    #banner-slider .banner-info p {
        font-size: 22px;
    }

    #banner-slider .banner-info .bannerInfoHeading {
        padding: 10px 10px;
        font-size: 26px !important;
    }

    #banner-slider .owl-controls {
        left: -65px;
        margin: 0 auto;
        /* right: 0; */
    }

    #banner-slider .owl-controls .owl-page span {
        width: 30px !important;
        height: 15px !important;
    }

    .AboutUs .gray-block p {
        width: 95%;
        float: left;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1.4em;
        text-align: justify;
        color: #606060;
        padding: 10px;
    }

    .footer .heading {
        display: block;
        margin-top: 30px;
    }

    .addressInfo {
        padding-top: 20px;
    }

    .tariffsImg {
        position: absolute;
        top: -90px;
    }

    .tariffsImg img {
        margin: 0 auto;
        width: 80%;
    }

    .traiffswrap {
        margin-top: 0px !important;
    }

    .video-background {
        display: block;
        position: absolute;
        /* top: 85%; */
        right: 0;
        left: 0;
        bottom: -10%;
        width: 95%;
        height: auto;
    }

    #myModal {
        display: table;
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        padding: 20px 0px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .form-horizontal {
        overflow: hidden;
        overflow-y: auto;
        padding: 20px 20px 0px 20px;
    }

    .FormWrapper {
        height: 100%;
        overflow: scroll;
    }

    .scrollup {
        bottom: 0;
        right: 0px;
    }

    .services-block {
        width: 50%;
        float: left;
    }

    .btn7 {
        position: absolute;
        bottom: -25px;
        left: 110px;
    }
    .traiffswrap .btn7 {
        position: absolute;
        bottom: 40px;
        left: 100px;
    }


    .bannerSection {
        height: 120%;
    }

    .enquiryformsection {
        position: absolute;
        bottom: 5%;
        right: 0;
        left: 0;
        top: auto;
    }

    .enquiry-box-text h3 {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

    #bannerSlider,
    #bannerSlider .owl-wrapper-outer,
    #bannerSlider .owl-wrapper-outer .owl-wrapper,
    #bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item,
    #bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
        height: 80%;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        display: block;
        width: 100%;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 strong {
        font-size: 32px;
    }

    .down-arrow-box {
        display: none;
    }

    .aboutsection .shape-1 {

        bottom: -60px;

        width: 50%;
    }

    .destination .default-btn {
        /* background: linear-gradient(90deg, #ffb600 0%, #ffbc16 100%); */
        color: #ffffff;
        line-height: unset;
        display: inline-flex;
        padding: 10px 15px;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 500;
        margin: 0px -1px;
    }
    .destination .default-btn i{
        line-height: 22px;
        padding-right: 10px;
    }

    .ul-list2 li i {
        color: #ffffff;
        width: 40px;
        height: 40px;
        font-size: 20px;
        font-weight: 100;
        border-radius: 50px;
        /* background: linear-gradient(90deg, #c90000 0%, #FF8C00 100%); */
        background: #f46719;
        line-height: 43px;
    }

    .ul-list2 li {
        padding: 0 8px;
    }

    .projectcont h3 {
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 10px;
        word-wrap: break-word;
        /* Ensures long words break */
        overflow-wrap: break-word;
        /* Newer, more standard property */
        white-space: normal;
        /* Allows the text to wrap */
    }

    .row .traiffswrap .btn7 {
        bottom: 0px;
        left: 111px;
    }

    .innerBannerSection{
        width: 100%;
        position: relative;
        height: 150px !important;
    }

    .innerBannerSection h1{
        font-size: 22px !important;
    }

    .innerBannerSection .head{
        position: absolute;
        top: 75px !important;
    }


    .bannerSlideCaptionInner p{
        display: none;
    }
}


@media (max-width: 600px) {
    .services-block {
        width: 100%;
    }
}

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


@media (max-width: 1200px) {
    .container {
        width: auto;
        padding: 0 40px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 30px 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}


@media (max-width: 650px) {
    /*    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
            padding: 20px;
        }*/

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 20px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        padding: 10px 15px;
        font-size: 13px;
        height: auto;
        line-height: normal;
    }

    #bannerSlider .owl-controls {
        bottom: 0;
        right: 10px;
    }

    .col-xs-12 {

        float: none;

    }
}



/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px ;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 225px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#3f89b1;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */
.contact-fixed-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.contact-fixed-container a {
    width: 55px;
    height: 55px;
    background-color: #25D366; /* WhatsApp green by default */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease;
}

.contact-fixed-container a.phone {
    background-color: #f46719; /* Phone icon blue */
}

.contact-fixed-container a:hover {
    opacity: 0.9;
}


