@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 12px 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: 80px;
    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: #333 !important;
    font-weight: 600;
    background: transparent !important;
    /*color: #000 !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-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
} */

.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: #ffbb04;
}

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

/*banner-slider-full*/

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

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

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

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

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

#banner-slider .owl-controls {
    position: absolute !important;
    bottom: 3% !important;
    width: 300px !important;
    left: 2%;
    z-index: 200;
}

#banner-slider .owl-controls .owl-page span {
    width: 45px !important;
    height: 10px !important;
    margin: 3px !important;
    border-radius: 0 !important;
    background: #f9b700 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#banner-slider .owl-buttons {
    display: none !important;
}

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

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

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

#banner-slider .banner-info .bannerInfoHeading {
    display: inline-block;
    background: rgba(0, 0, 0, 0.9);
    color: inherit;
    padding: 10px 20px;
    font-size: 45px !important;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 5px 0;
    float: left;
    clear: both;
}

#banner-slider .banner-info p {
    display: inline-block;
    font-size: 34px;
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif;
    letter-spacing: 0;
    font-weight: 300;
    padding: 3px 20px;
    background: #fff;
    color: #000;
    position: relative;
    line-height: normal;
    float: left;
    clear: both;
    margin: 0px 0px;

}

#banner-slider .banner-info .btn-transparent {
    margin-top: 15px;
    font-size: 20px;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
}

/*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: #f9b700;
    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 Us------------------------------- */

/* ==========================================================================
   6.0 About Section
   ========================================================================== */
.about-section {
    position: relative;
}

.about-wrap {
    display: flex;
    align-items: center;
}

.about-wrap img {
    width: 100%;
    margin-bottom: 15px;
}

.about-wrap img:hover {
    opacity: 0.8;
}

.profile-wrap {
    background-color: #fafafa;
    text-align: center;
    padding: 30px;
    border: 2px dashed #ddd;
}

.profile-wrap h3 {
    font-size: 22px;
}

.profile-wrap .profile {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.profile-wrap span {
    display: block;
    font-size: 12px;
    font-family: "Jost", sans-serif;
    color: #999;
    margin-top: 5px;
}

.about-image img {
    width: 90%;
    border-radius: 5px;
    /* box-shadow: 0px 0px 10px 1px; */
}

.about-content h2 {
    font-size: 38px;
    margin-bottom: 0px;
}



.circle,
.shape {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-wrap {
    display: flex;
    align-items: center;
}

.about-image img {
    width: 90%;

}

.about-content h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 600;
}

.default-btn {
    background: #ffbb03;
    color: #ffffff;
    line-height: 45px;
    display: inline-block;
    padding: 0px 34px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    margin: 0px 5px;
}


.saveraHos {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding-top: 0px;
}



.saveraHos .road {
    height: 67px;
    width: 100%;
    z-index: 1;
    position: relative;
    background: url(../images/road.jpg) repeat-x;
}


.saveraHos .ambulance1 {
    position: absolute;
    width: 106px;
    height: 50px;
    z-index: 6;
    bottom: 20px;
    left: -35%;
    background: url(../images/ambulance1.png) no-repeat center bottom;
    background-size: contain;
    animation: move-right 12s infinite;
}


.saveraHos .ambulance2 {
    position: absolute;
    width: 106px;
    height: 50px;
    z-index: 5;
    bottom: 23px;
    right: -35%;
    background: url(../images/ambulance2.png) no-repeat center bottom;
    background-size: contain;
    animation: move-left 12s infinite;
    animation-delay: 2s;
}

.shape:after {
    background: url(../images/about-bg.png) no-repeat;
    content: '';
    width: 50%;
    height: 680px;
    position: absolute;
    top: 330px;
    right: -150px;
    z-index: -1;
}
/* Keyframe Animations */
@keyframes move-right {
    0% {
        left: -15%;
    }

    100% {
        left: 100%;
    }
}

@keyframes move-left {
    0% {
        right: -15%;
    }

    100% {
        right: 100%;
    }
}




/*------------------------Our Fleet--------------------------- */

.ourfleet {
    position: relative;
    width: 100%;
    clear: both;
    padding: 50px 0px;
    background-color: #e6e4e4;
    overflow: hidden;
}

.ourfleet h2 {
    color: black;
    font-weight: 600;
    padding-bottom: 25px;
    text-align: center;
}

.carbox {
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius: 10px;
    background-color: white;
    padding: 20px 20px;
}

.carbox .default-btn {
    display: block;
    text-align: center;
}

.triffsDisc {
    clear: both;
}

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


.triffsDisc span {
    font-size: 32px;
    font-weight: 800;
    color: #f9b700;
}

.carbox:hover {
    color: #fff;
    background: #f9b700;
    transition: all 500ms;
}
.carbox:hover {
    color: #fff;
    background: #f9b700;
    transition: all 500ms;
}

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

.carbox:hover .btn {
    background-color: #000 !important;
    color: #fff !important
}

.carbox .btn {
    color: #000 !important
}

.moreItemsCarousel .item {
    padding: 10px 0;
    margin: 0 15px;
}

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


body {
    font-family: Arial, sans-serif;
}

.car-box-section {
    background-color: #f9f9f9;
}

.card {
    border: none;
}

.card-img-top {
    max-height: 150px;
    object-fit: contain;
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.card-text {
    color: #6c757d;
}

.fleetsideimg {

    width: 100%;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 13px 2px #0000001a;

}


.ourfleet .moreItemsCarousel .owl-controls .owl-buttons {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 200px;
    right: 5px;
}


.owl-next {

    position: absolute;
    right: -39px;

}

.owl-prev {
    position: absolute;
    left: -30px;
}

.moreItemsCarousel .owl-controls .owl-buttons div {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    padding: 0 !important;
    display: inline-block !important;
    border-radius: 220px !important;
    float: left !important;
    margin: 0 4px !important;
    color: #000000 !important;
    font-size: 40px !important;
    background: #00a6b200 !important;
    opacity: 1 !important;
}

.moreItemsCarousel .owl-controls .owl-buttons div:hover {
    opacity: 1 !important;
}

.teamBlock .text-right {
    margin-right: -5px;
}


/* OutstationtourSection */

.OutstationtourSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 50px 0;
    position: relative;
    background: #fff;
    /* background: url(../images/2019-renault-twingo.jpg) no-repeat fixed 100% 0;
    background-size: cover; */
    color: #000;
}

.OutstationtourSection h4 a {
    text-align: center;
    color: #ffdb0a;
}

.OutstationtourSection h4 {
    text-align: center;
    color: #ffdb0a;
}


.outstationblock {
    background: whitesmoke;
    border: 2px solid #ffdb0a;
    margin: 10px;
    border-radius: 5px;
    transition: all 0.4s ease;
}


.outstationblock:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    transform: translateY(-5px);
}

.outstationblockImgLink img {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}

.outstationblock h5 a {
    background: #ffbb03;
    color: #000;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
}

.outstationblockcontent {
    text-align: center;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    padding: 0px 25px;
}

.feature-list li {
    color: #000;
    font-size: 18px;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
    transition: 0.3s ease;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list li i {
    margin-right: 10px;
    font-size: 16px;
}

.feature-list li:hover {
    color: #ffbb03;
    transform: translateX(3px);
}


.enquirybtn {
    text-align: center;
    background: #020202 none repeat scroll 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 90%;
    margin: 10px auto 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    /* border-radius:5px; */
}

.enquirybtn a {
    display: inline-block;
    text-transform: capitalize;
    padding: 10px 13px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    width: 49%;
    font-family: arial;
}

.enquirybtn a i {
    font-size: 16px;
    padding: 3px;
}

.enquirybtn:after {
    position: absolute;
    content: "";
    width: 66%;
    height: 100%;
    background: #ffbb03 none repeat scroll 0 0;
    right: -45px;
    z-index: -1;
    /* -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; */
}

.enquirybtn:hover {
    background: #ffbb03 none repeat scroll 0 0;
}

.enquirybtn:hover:after {
    background: #020202 none repeat scroll 0 0;
}


.readmore-btn {
    text-align: center;
    margin-top: 10px;
}

.readmore-btn a {
    display: inline-block;
    background: #ffbb03;
    color: #000;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.readmore-btn a:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
}




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

.Features {
    /* height: 500px; */
    background: url("../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: #f9b700;
}

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

.featureBox h3 {
    color: #f9b700 !important;
    font-size: 20px;
    margin-bottom: 10px;
}

.box1 {
    background: url("../images/home.png");
}

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

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

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




/*------------------- 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(../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: #797474;
    opacity: 0.8;
}

.testimonials-desc {
    display: block;
    padding: 15px;
    text-align: center;
    background: #f9b700;
    color: #fff;
    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;
}

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

/* end of testimonial */



.carbox-new {
    text-align: center;
    border-radius: 10px;
    
}

.carbox-new .default-btn {
    display: block;
    text-align: center;
}
/*footer*/

.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    /*background: #f9b700;*/
    background: url('../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;
}
.img-footer{
    height: auto;
    width: 70%;
}
.footer>.row {
    position: relative;
    z-index: 2;
}

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

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

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

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

/*addressInfo*/

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

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

.addressInfo p {
    margin: 0;
}

.addressInfo i {
    color: #fff;
}

.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: #f9b700;
    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: 45px;
    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: #ccc;
}

/*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;
}

.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: #f9b700;
    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 #333 !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: #333 !important;
    border-color: transparent !important;
    color: #fff;
}

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

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

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #333 !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: #f9b700;
    z-index: 200;
}

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

/* 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;
}



.nicescroll-rails{
    display: none !important;
}

/*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: #000 !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;
    }

    .about-content h2 {
    font-size: 38px;
    margin-bottom: 40px;
    }
.default-btn {
    background: #ffbb03;
    color: #ffffff;
    line-height: 45px;
    display: inline-block;
    padding: 0px 34px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    margin: 0px 5px 21px 9px;
}

    /* .OutstationtourSection */
    .outstationblockcontent p {
        padding: 0px 0 0 0;
        font-size: 15px;
    }
    .enquirybtn a {
        font-size: 13px;
    }

    .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: 50px;
    }

    .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: 10px; 
    }
}

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

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