@charset "utf-8";
@import url('https://cdn-uicons.flaticon.com/2.6.0/uicons-solid-rounded/css/uicons-solid-rounded.css');
/*
        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,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

em {
    font-style: 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: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
    line-height: 1.7em;
    overflow-x: hidden !important;
}

/*
        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 {
    margin: 0 0 15px 0;
    line-height: normal !important;
    font-family: "Playfair Display", serif;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 600;
}

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

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

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

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

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

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

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

/* Navbar Section */

/*containerWrapper*/

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

.navigationBar>.container-fluid {
    background: #fff;
    margin: 0px 15px;
}

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

/*topNavbar*/

.topNavbar {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    background: linear-gradient(90deg, #f4b118 0%, #000 100%);
}

/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
    padding: 5px 0px;
    float: right;
    text-align: left;
}

.apointbtn {
    float: right;
}

.modelBtn li {
    float: left;
    margin-right: 5px;
}

.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: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    border-radius: 50%;
    border: solid 1px #ddd;
    text-align: center;
    color: #fff;
}

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

/*user-menu*/

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

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

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

.user-menu ul li a i {
    color: #fff;
}

.user-menu ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}

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

.modelBtn a {
    padding: 8px 10px;
    font-size: 14px;
    float: right;
    margin-top: 0px;
}

.modelBtn a i {
    color: #fff !important;
}

/*navigationBarContent*/

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

.navbar {
    min-height: 40px;
}

.navbar-header {
    position: relative;
    height: 100%;
}

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

.navbar-brand img {
    height: 75px;
    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: #333;
    height: 80px;
    line-height: 80px;
    padding: 0;
    position: relative;
    transition: all 500ms;
}

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

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

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

.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 {
    background: transparent !important;
    color: #ff790b !important;
}



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

/*callbackBtn*/

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

.navbar-collapse>ul>li.callbackBtn>a {
    background: #ed2e6b;
    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: 220px;
    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;
}

@media (min-width: 768px) {
    .navbar-collapse>ul>li>ul {
        display: block;
        visibility: hidden;
        opacity: 0;
    }

    .nav-pills>li {
        float: left;
        margin-top: 15px !important;
    }



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

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

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

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

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

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

.navigationBarFixed {
    position: fixed;
    top: 0px;
    width: 100%;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
    height: 80px;
}

.navigationBarFixed .topNavbar {
    display: none;
}

/* banner section */

/*bannerSection*/

.bannersection {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
}

.banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 35%);
}

.banner-txt {
    width: 100%;
    border: 10px;
    position: absolute;
    top: 40%;
    /* left: 155px; */
    text-shadow: 1px 1px 6px black;
    text-align: center;
    color: #fff;
    font-weight: 900;
    line-height: 1.1;
}

.banner-img img {
    width: 100%;
}

.banner-img {
    width: 100%;
}

.banner-txt p {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}

.banner-txt h1 {
    font-size: 45px;
    color: #ffffff;
    /* margin: 0; */
}

.banner-txt a {
    color: #fff;
    background-color: #fad608;
    font-weight: 500;
    padding: 12px 30px;
    line-height: normal;
    font-size: 18px;
    text-shadow: 0 0 BLACK;
    border-radius: 25px !important;
}

.banner-txt a:hover {
    background-color: #fff;
    color: #000;
}


.bannersection .owl-pagination {
    margin-top: -46px;
    text-align: center;
    position: relative;
    bottom: 20px;
}

.bannersection .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 19px !important;
    height: 19px !important;
    margin: 4px 5px !important;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #edbf0e !important;
}
.bannersection .owl-theme .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 37px;
}
/* ===== Booking Section CSS ===== */
.booking-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    background: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    margin-top: -40px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.booking-box {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    gap: 15px;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1100px;
}

.form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 180px;
}

label {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 6px;
}

input,
select {
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    font-size: 15px;
    transition: 0.3s;
}

input:focus,
select:focus {
    border-color: #1a73e8;
}

/* New Button Class */
.booking-btn {
    background: #fad608;
    color: #000;
    border: none;
    padding: 14px 30px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    text-decoration: none;
    margin-top: 10px;
}

.booking-btn:hover {
    background: #ffffff;
}

.booking-btn::after {
    content: "→";
    margin-left: 8px;
    font-weight: bold;
}


/* aboutus */
.aboutus {
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 50px 00px;
    background-color: hsl(318, 100%, 97%);
}

.about-boxx {
    
    align-items: center;
}

.aboutus h2 {
    font-size: 28px;
    font-weight: 500;
}

.about-boxx p {
    text-align: justify;
}

.aboutus img {
    border: none;
    border-radius: 10px;
    max-width: 100%;
}

/* end aboutus */

.MainHeding {
    text-align: center;

}

.MainHeding h2 {
    color: #000;
    font-size: 35px;
}

.MainHeding h2 span {
    color: #fccc07;

}


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

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.Destination .flip-box {
    background-color: transparent;
    width: 100%;
    height: 340px;
    /* FIXED HEIGHT */
    margin-bottom: 25px;
    /* SPACE BELOW */
    perspective: 1000px;
}

/* This container is needed to position the front and back side */
.Destination .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.Destination .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.Destination .flip-box-front,
.Destination .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
}

/* Style the front side (fallback if image is missing) */
.Destination .flip-box-front {
    background-color: hsl(180, 97%, 36%);
    color: rgb(0, 0, 0);
    border-radius: 10px;

}

/* Style the back side */
.Destination .flip-box-back {
    background-color: #000;
    color: rgb(255, 255, 255);
    transform: rotateY(180deg);
    border-radius: 10px;
    z-index: 999;
}

.Destination .flip-box-back h2 {
    padding-top: 22px;
    font-size: 22px;
    text-align: center;
    color: #ffffff;

}

.Destination .flip-box-back p {
    font-size: 16px;
    width: 100%;
    color: #ffffff;
}


.Destination .flip-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.Destinationtitle h4 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #fccc07;
}

.Destinationtitle h2 {
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 1rem;
    font-size: 35px;

}

.Destinationtitle .mb-1 {
    color: rgb(0, 0, 0);
}

.Destinationtitle .theme {
    color: #fccc07;
    font-size: 35px;
}

.Destinationtitle p {
    text-align: center;
    font-size: 16px;
    color: #333;
    width: 60%;
    margin: 0 auto;
    padding: 5px;


}

.destinationhovertext p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: yellow;
    /* line-height: 2; */
    padding-top: 10px;

}

.Destinationtext {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding-left: 15px;
    padding-bottom: 65px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
}


.Destinationtext h3,
.destinationhovertext h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

.pa-product-cart {
    margin: 0 auto;
    transition: 0.3s;
    text-align: center;
    width: fit-content;
}



.pa-product-cart>a {
    width: max-content;
    border: 0px solid #ffc700;
    text-align: center;
    display: block;
    background: #fad608;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 10px;
    text-align: center;
    color: #000;
    float: left;
    cursor: pointer;
}

.pa-product-cart>a:hover {
    background: #fff;
    color: #ffc700;
}

/* coose cars */

/* ChooseCars */

.ChooseCars {
    position: relative;
    clear: both;
    width: 100%;
    display: block;
    padding: 60px 0px;
    background-color: hsl(318, 100%, 97%);
    overflow: hidden;
}

.ChooseCars::before {
    background: url(../images/medicine-img2.png);
    position: absolute;
    content: "";
    left: 10PX;
    top: -55px;
    z-index: 0;
    width: 150px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.pa-product-box {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 10px 20px 50px;
    text-align: center;
    position: relative;
    transition: 0.3s;
    margin-bottom: 30px;
}

.pa-product-box:hover,
.pa-blog-box:hover,
.pa-counter-box:hover,
.pa-medicine-box:hover {
    transform: translateY(-5px);
}

.pa-product-content {
    padding-top: 5px;
}

.pa-product-content span {
    margin-bottom: 10px;
}

.pa-product-content p {
    margin-bottom: 5px;
}

.pa-product-content p i {
    color: #ffc700;
}

.pa-product-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}

.pa-product-cart {
    margin: 0 auto;
    transition: 0.3s;
    text-align: center;
    width: fit-content;
}



.pa-product-cart>a {
    width: max-content;
    border: 0px solid #ffc700;
    text-align: center;
    display: block;
    background: #fad608;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 10px;
    text-align: center;
    color: #000;
    float: left;
}

.pa-product-cart>a:hover {
    background: #fff;
    color: #ffc700;
}

.pa-product-cart ul li {
    display: inline-block;
    margin: 0 5px;
}

.pa-product-cart ul li svg {
    width: 16px;
    height: 16px;
    transition: 0.3s;
}

.ChooseCars .mb-1 {
    color: black;
    font-size: 35px;

}

.ChooseCars .theme {
    color: #fccc07;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 1rem;
    font-size: 35px;

}




/* Why Us */

.whyUs {
    background: #ffffff;
    background-size: cover;
    background: url('../images/back\ ground\ img\ png.png') no-repeat 19px 125px;
    padding: 50px 0px;
    position: relative;
    border-bottom: solid 10px #333;
    clear: both;
}

.whyUs:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    border-bottom: dashed 2px #fff;
    bottom: -6px;
    display: block;
}

.whyUs .heading {
    color: #000;
}

.whyUs .whyUsBlock {
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    /* box-shadow: 0px 0px 9px 0px #e0c95f; */
}

.whyUs .whyUsBlock i {
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    line-height: 77px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 2px solid #cbcbcb;
    color: #ffc700;
    font-size: 40px;
}

.WhyusBlock {
    margin-bottom: 50px;
}

.whyUs .whyUsBlock h3 {
    font-size: 18px;
    color: #191919;
    font-weight: 700;
    margin-top: 27px;
}


.whyUs .whyUsBlock h4 {
    color: #000;
    font-size: 15px;
    margin-bottom: 0px;
}

.whyUs .mb-1 {
    color: black;
    text-transform: capitalize;
    margin: 0 0 1rem;
    font-size: 35px;
    padding: 0px 0px 50px 0;
}

.whyUs .theme {
    color: #fccc07;
    font-weight: 700;

    text-transform: capitalize;
    margin: 0 0 1rem;
    font-size: 35px;
}



#object {
    position: absolute;
    left: 0;
    bottom: 0%;
    height: 98px;
    width: 140px;
    border-radius: 5px;
}

/* whay us */

/*Book Section*/

.Booksection {
    width: 100%;
    position: relative;
    padding: 50px 0;
    overflow: hidden;
    clear: both;
    padding: 50px 00px;
    background: url('../images/backg.png')
}

.Booksection a:hover,
.Booksection a.active {
    color: #fdffff;
    
}



.Booksection a {

    border: solid black 1px;
    background-color: #fad608;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    border-radius: 20px;
    padding: 21.5px 58.5px;
    transition: all .4s ease;
}

.booksec {
    padding-top: 50px;
}

.Booksection h2 {
    color: orange;

}

.Booksection h1 {
    color: rgb(0, 0, 0);

}



.login {
    text-decoration: none;
    color: #555;
    font-weight: 500;
}

.Booksection a:hover {
    color: rgb(241, 157, 0);
    background-color: white
}

.Booksection .book-now:hover {
    background-color: #ffffff;
}

.Booksection::before {
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 12px;
    background-image: url(../images/decor-grey.jpg);
    content: "";
}



/*TestimonialSection*/

.TestimonialSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 50px 0px 50px 0px;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    background: #fff;
    background-color: #fff1fc
}


.TestimonialSection::before {
    content: '';
    position: absolute;
    top: 102px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #3d4094;
    z-index: -1;

}

.theme {
    color: #fccc07;
    font-weight: 700;

    text-transform: capitalize;
    margin: 0 0 1rem;
    font-size: 35px;
}

.TestimonialSection .mb-1 {
    color: black;

    text-transform: capitalize;
    margin: 0 0 1rem;
    font-size: 35px;

}

.testimonialBlock {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    color: #000000;
}

.TestimonialSection .testimonialBlock {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 20px;
    border: solid 1px #fdd022;
    text-align: left;
    position: relative;
    background-color: white;
}



.TestimonialSection .testimonialBlock p {
    font-size: 16px;
    color: #616a73;
    line-height: 23px;
    padding: 0px 0px;
    text-align: center;
}

.TestimonialSection .testimonialBlock h4 {
    margin-bottom: 10px;
    font-weight: 600;
    /* padding: 50px 0; */
    padding-top: 43px;
}

.testimonialBlock img {
    width: 100px;
    position: absolute;
    left: 124px;
    top: -46px;
    border: 5px solid #000;
    border-radius: 50px;
    background: white;
}

.testimonialBlock .testimonialBlockImg h2 {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px !important;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: #788794;
    font-size: 32px;
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.TestimonialSection .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}

.TestimonialSection .owl-carousel .owl-item {
    transform: scale(0.8);
    transition: all 400ms;
    opacity: 0.6;
}

.TestimonialSection .owl-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1;
}

.TestimonialSection .owl-theme .owl-controls .owl-page span {
    background: #788794 !important;
    margin: 0 2px !important;
}

.star {
    display: flex;
    justify-content: center;
    padding: 0 0 10px 0;
}

.star li {
    padding: 0px 5px;
}

.star i {
    font-size: 16px;
    color: #fccc07;
}

/* footer section */


/*footerSection*/

.footerSection {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 45px 0;
    background: url('../images/footerSection.jpg') no-repeat fixed 100% 0 #2f2f2f;
    background-size: cover;
    backface-visibility: hidden;
    color: #fff;
    overflow: hidden;
}

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

.footerSection p {
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

.footerSection p a {
    color: inherit;
}

.footerSection p a:hover {
    text-decoration: underline;
    color: #fbbc05;
}

.footerSection .footerHeading {
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 0 0 10px 0;
    clear: both;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.viewAllBtn {
    display: inline-block;
    clear: both;
    float: left;
    text-transform: uppercase;
    padding-top: 10px;
    letter-spacing: 2px;
}

.viewAllBtn a {
    text-decoration: underline;
}

.viewAllBtn a:hover {
    text-decoration: none !important;
    color: #fbbc05;
}

/*quicklinks*/

.quicklinks {
    display: block;
    clear: both;
}

.quicklinks ul {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0;
}

.quicklinks ul>li {
    list-style: disc;
    color: inherit;
    width: 25%;
    float: left;
    margin-bottom: 8px;
}

.quicklinks ul>li>a {
    color: inherit;
    font-size: 13px;
}

.quicklinks ul>li>a:hover {
    text-decoration: underline;
    color: #fbbc05;
}

/*socialLinks*/

.socialLinks {
    display: block;
    clear: both;
    padding-top: 10px;
}

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

.socialLinks ul li {
    display: inline-block;
}

.socialLinks ul li a {
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 31px;
    border-radius: 50%;
    background: lch(83.96% 84.48 89.28);
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 3px;
}

.socialLinks ul li a i {
    display: inline-block;
    height: inherit;
    line-height: inherit;
    width: inherit;
    font-size: inherit;
}

.socialLinks ul li a:hover {
    background: #333;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

/*ProjectsUl*/

.ProjectsUl {
    margin: 0;
    padding: 0;
}

.ProjectsUl li {
    color: inherit;
    font-size: 15px;
    margin-bottom: 2px;
}

.ProjectsUl li a {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

.ProjectsUl li a:hover {
    text-decoration: underline;
    color: #fbbc05;
}


/* Enquiry vertical tab */

.enquiry-tab {
    position: fixed;
    right: -5px;
    top: 40%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 146px;
    padding: 8px 8px;
    background: #ff4e4e;
    color: #fff;
    text-decoration: none;
    border-radius: 12px 0px 0px 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    z-index: 9999;

    /* vertical text styling */
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 1px;
    -webkit-user-select: none;
    user-select: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}


.enquiry-tab::before {
    content: "";
    position: absolute;
    left: -3px;
    top: 6px;
    bottom: 6px;
    width: 6px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: rgba(252, 249, 249, 0.08);
}

/* Hover effect */
.enquiry-tab:hover {
    transform: translateY(-50%) scale(1.03);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    background: hsl(0, 0%, 100%);
}


@media (max-width: 600px) {
    .enquiry-tab {
        display: none;
    }
}


/*Fix whatsapp call*/


.fixedcall1 {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    bottom: 240px;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedcall1 .phonenumber {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedcall1 .phonenumber span {
    width: 45px;
    height: 45px;
    float: left;
    background: #4285f4;
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.fixedcall1 .phonenumber p {
    margin: 0;
    padding: 7px;
    color: #3e7fb9;
}

.phn {
    color: #3e7fb9;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
}

.fixedcall1 .phonenumber span i {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
}

.fixedwhatapp {
    position: fixed;
    width: 180px;
    height: 45px;
    margin: 0;
    padding: 0;
    bottom: 190px;
    right: -135px;
    z-index: 999;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedwhatapp a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    font-weight: 600;
    letter-spacing: .6px;
    text-decoration: none;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.fixedwhatapp a span {
    width: 45px;
    height: 45px;
    float: left;
    background: #fbbc05;
    font-size: 25px;
    margin: 0 15px 0 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.fixedwhatapp a p {
    margin: 0;
    padding: 7px;
    color: #3e7fb9;
}

.fixedwhatapp a svg {
    color: #fff;
    -webkit-animation: flipInY 1.25s infinite;
    -moz-animation: flipInY 1.25s infinite;
    -ms-animation: flipInY 1.25s infinite;
    animation: flipInY 1.25s infinite;
}

.fixedwhatapp:hover {
    right: 0;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.fixedcall:hover {
    right: 0;
}

.fixedcall1:hover {
    right: 0;
}

/*misc*/


.heading-center {
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 600;
}

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

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

.heading small {
    font-size: 22px;
    color: #00a7b2;
    display: block;
}

.heading small a {
    color: inherit;
}



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

.heading:after {
    left: 0%;
}

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

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    background: #00abb5;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    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: #00a7b2 !important;
    border-color: transparent !important;
    color: #fff;
}

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

.btn-primary {
    border: none;
    background: #ed2e6b;
    color: #fff;
    border-color: transparent;
}

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

.btn-rounded {
    border-radius: 30px !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;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: linear-gradient(90deg, #373b6a 0%, #353969 100%);
    /* background: url(../images/up.png) no-repeat; */
    z-index: 200;
    border-radius: 50px;
}

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

/*media queries*/

@media (max-width: 1366px) {

    .navbar-nav>li>a {
        padding: 0 10px;
    }
}

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

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

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

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

    .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) {
    .navigationBar {
        position: relative;
        overflow: hidden !important;
    }

    .navigationBar>.container-fluid {
        background: #fff;
        margin: 0px 0px;
    }

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

    .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: #ffb90b !important;
        color: #ffffff !important;
    }

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

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

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

    .navbar-brand img {
        height: 50px;
        margin-top: 10px;
    }

    .navigationBar>.containerWrapper {
        background: #fff;
        border-top: 1px solid #fff;
    }

    .scrollup {
        bottom: 25px;
        right: 15px;
    }

    .topNavbar .containerWrapper {
        padding: 0 5px;
    }

    .tophead-menu-social {
        margin-right: 0;
    }

    /* banner */

    .banner-txt .space15 {
        display: none;
    }

    .banner-txt a {
        color: #252525;
        background-color: #ffffff;
        font-weight: 500;
        border-radius: 0;
        padding: 3px 11px;
        line-height: normal;
        font-size: 11px;
        margin-top: 11PX;
    }

    .bannersection {
        position: relative;
        width: 100%;
        height: auto;
        clear: both;
        overflow: hidden;
    }

    .bannersection .owl-pagination {
        margin-top: -40px;
        text-align: center;
        position: relative;
        left: 0;
        bottom: 0px;
    }

    .bannersection .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 15px !important;
        height: 15px !important;
        margin: 3px 4px !important;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #ffc700 !important;
    }


    .banner-txt h1 {
        font-size: 18px;
        color: #ffffff;
        margin: 0;
    }

    .banner-txt p {
        font-size: 13px;
        margin-bottom: 10px;
        margin: 0;
    }

    .banner-txt {
        top: 20%;
    }

    .Booksection h1 {
        font-size: 52px;
    }

}

@media (max-width: 550px) {


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

}