@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

/*  font-family: "Quicksand", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Montez&display=swap');

/* font-family: "Montez", cursive; */


/**
* Name: JustHome - Real Estate HTML Template
* Version: 1.0.1
* Author: Creative Layers
*/


/**

  * Reset Browsers
  * General
* Elements
  * Forms
* Typography
* Extra classes
  * link style
  * cl-container

*/


/* Reset Browsers
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: var(--White);
    line-height: 1;
    padding: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: none;
}

a img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

select {
    max-width: 100%;
}


/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: var(--Text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: var(--Secondary);
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

svg,
svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* Elements
-------------------------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    margin-bottom: 20px;
    border: dashed 1px #ccc;
}


/* List */

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: 0.5;
}


/* Table */

table,
th,
td {
    border: 1px solid #343444;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}


/* Media */

embed,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}


/* Forms
-------------------------------------------------------------- */


/* Fixes */

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
    display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0) !important;
    cursor: pointer;
    vertical-align: sub;
    /* Addresses excess padding in IE8/9 */
}

input[type=search] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

    input[type=search]::-webkit-search-decoration {
        /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* Remove chrome yellow autofill */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}


/* Reset search styling */

input[type=search] {
    outline: 0;
}

    input[type=search]::-webkit-search-decoration,
    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-results-button,
    input[type=search]::-webkit-search-results-decoration {
        display: none;
    }


/* Placeholder color */

::-webkit-input-placeholder {
    color: #171412;
}

::-moz-placeholder {
    color: #171412;
    opacity: 1;
}


/* Since FF19 lowers the opacity of the placeholder by default */

:-ms-input-placeholder {
    color: #171412;
}


/* Typography
-------------------------------------------------------------- */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Roboto", sans-serif;
    color: var(--Secondary);
    margin: 0;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

h1,
.h1 {
    font-size: 60px;
    line-height: 70px;
}

h2,
.h2 {
    font-size: 40px;
    line-height: 47px;
}

h3,
.h3 {
    font-size: 26px;
    line-height: 36px;
}

h4,
.h4 {
    font-size: 21px;
    line-height: 30px;
}

h5,
.h5 {
    font-size: 19px;
    line-height: 28px;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 25px;
}


/* ------------main css start---------- */


/* header {
    position: fixed;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 210%);
    padding-top: 14px;
} */

header {
    position: fixed;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-top: 14px;
    background-image: linear-gradient(180deg, #ff663a 45%, #d009364f 112%);
    /* background: rgba(13, 13, 12, 0.2); */
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.header-inner-wrap {
    margin: 0 auto;
    text-align: left;
    width: 1140px;
    max-width: 100%;
}

.header-inner .contact {
    width: 168px;
    float: left;
    /* background: url(../images/contact.png); */
    background-size: 37px;
    background-repeat: no-repeat;
    /* padding-left: 47px; */
    margin-top: 14px;
}

    .header-inner .contact:before {
        content: "\f10b";
        display: block;
        font: normal normal normal 14px / 1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: #fff;
        float: left;
        margin-right: 12px;
        font-size: 37px;
    }

#site-logo {
    width: 246px;
    margin: 0 auto;
}

nav.main-menu.style-white {
    clear: both;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin-top: 28px;
    margin-bottom: 0px;
}

.header-inner-wrap .message {
    font-weight: 600;
    color: #fff;
    display: block;
    width: 100%;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
}

.header-inner-wrap .number {
    font-weight: 600;
    color: #fff;
    display: block;
    width: 100%;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.booknow {
    float: right;
    margin-top: 16px;
    background: #ffffff;
    font-size: 14px;
    padding: 12px 32px;
    border-radius: 30px;
}

    .booknow a {
        text-decoration: none;
        color: #ff8c00;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.7142857143;
        text-transform: uppercase;
        font-family: "Quicksand", sans-serif;
    }

    .booknow:hover {
        background: #040404 !important;
        color: #fff;
    }

        .booknow:hover a {
            color: #fff;
        }

p.mphb-required-fields-tip {
    font-family: "Quicksand", sans-serif;
}


/* slider */

.container-banner {
    overflow: hidden;
    position: relative;
    height: 600px;
}

ul.navigation {
    visibility: visible;
    text-align: center;
    margin: 0;
}

    ul.navigation li {
        margin: 0 0 0 0;
        display: inline-block;
        height: auto;
        vertical-align: middle;
    }

        ul.navigation li a {
            border: 0px solid #fff;
            outline: none;
            text-decoration: none;
            padding: 0px 15px 0px 15px;
            line-height: 40px;
            font-weight: bold;
            height: 40px;
            text-align: center;
            width: auto;
            display: block;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            font-family: "Quicksand", sans-serif;
            font-size: 14px;
        }

            ul.navigation li a:hover {
                background: #fb5b32 !important;
            }

#slide {
    width: max-content;
    margin-top: 50px;
}

.item {
    width: 150px;
    height: 250px;
    background-position: 50% 50%;
    display: inline-block;
    transition: 0.5s;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 20px;
    box-shadow: 0 30px 50px #505050;
}

    .item:nth-child(1),
    .item:nth-child(2) {
        left: 0;
        top: 0;
        transform: translate(0, 0);
        border-radius: 0;
        width: 100%;
        height: 100%;
        box-shadow: none;
    }

    .item:nth-child(3) {
        left: 58%;
    }

    .item:nth-child(4) {
        left: calc(58% + 200px);
    }

    .item:nth-child(5) {
        left: calc(58% + 420px);
    }

    .item:nth-child(n+6) {
        left: calc(58% + 640px);
        opacity: 0;
    }

    .item .content {
        position: absolute;
        top: 50%;
        left: 100px;
        width: 300px;
        text-align: left;
        padding: 0;
        color: #eee;
        transform: translate(0, -50%);
        display: none;
        font-family: system-ui;
    }

    .item:nth-child(2) .content {
        display: block;
        z-index: 11111;
    }

    .item .name {
        font-size: 40px;
        font-weight: bold;
        opacity: 0;
        animation: showcontent 1s ease-in-out 1 forwards
    }

    .item .des {
        margin: 20px 0;
        opacity: 0;
        animation: showcontent 1s ease-in-out 0.3s 1 forwards
    }

    .item button {
        padding: 10px 20px;
        border: none;
        opacity: 0;
        animation: showcontent 1s ease-in-out 0.6s 1 forwards
    }

@keyframes showcontent {
    from {
        opacity: 0;
        transform: translate(0, 100px);
        filter: blur(33px);
    }

    to {
        opacity: 1;
        transform: translate(0, 0);
        filter: blur(0);
    }
}

.buttons {
    position: absolute;
    bottom: 115px;
    z-index: 222222;
    text-align: center;
    width: auto;
    right: 3px;
}

    .buttons button {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 0px solid #555;
        transition: 0.5s;
        background: none;
    }

        .buttons button:hover {
            background-color: #fb5b32;
            color: #fff;
        }

        .buttons button .fa {
            font-size: 22px;
        }


/* .booking-form {
    width: 1170px;
    max-width: 94%;
    margin: -128px auto 0 auto;
    z-index: 99999;
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 30px;
} */

.booking-form span {
    display: inline-block;
    width: 23%;
}

    .booking-form span label {
        display: block;
        font-family: "Quicksand", sans-serif;
        font-size: 16px;
        margin-bottom: 9px;
        text-align: left;
        padding-left: 17px;
    }

    .booking-form span input,
    .booking-form span select {
        font-size: 16px;
        max-width: 100%;
        margin: 0;
        background-color: transparent;
        border: 1px solid #ccc;
        border-radius: 30px;
        height: 44px;
        padding: 0 23px;
        font-family: "Quicksand", sans-serif;
        width: 92%;
    }

.booking-form {
    width: 1070px;
    max-width: 100%;
    /* margin: -128px auto 0 auto; */
    z-index: 99999;
    position: relative;
    background: #fff;
    padding: 9px 45px;
    border-radius: 60px;
    text-align: center;
    position: relative;
    top: -106px;
    margin: 0 auto;
}

    .booking-form span button {
        background: #fb5b32 !important;
        font-size: 19px;
        border-radius: 30px;
        color: #fff;
        padding: 7px 25px;
        text-transform: uppercase;
        display: block;
        width: 100%;
        font-family: "Quicksand", sans-serif;
    }

.aboutimages {
    position: relative;
    float: left;
    width: 49%;
}

.img1 img {
    border-radius: 24px;
    width: 424px;
    animation: slide 7s ease-in-out infinite;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0);
    }
}

.img2 {
    position: absolute;
    top: 11%;
    left: 44%;
}

    .img2 img {
        border-radius: 24px;
        border: 5px solid #ffffff;
        width: 305px;
        animation: slidenew 7s ease-in-out infinite;
    }

@keyframes slidenew {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}

.img3 {
    position: relative;
    margin-top: -31px;
    z-index: 3;
}

    .img3 img {
        border-radius: 24px;
        border: 5px solid #ffffff;
        width: 424px;
        animation: slide 7s ease-in-out infinite;
    }

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0);
    }
}

.aboutdetail {
    float: left;
    width: 49%;
    padding-left: 55px;
}

    .aboutdetail h2 {
        font-family: "Montez", cursive;
        font-size: 70px;
    }

        .aboutdetail h2 span {
            font-size: 20px;
            display: block;
            font-family: "Quicksand", sans-serif;
            margin-bottom: 27px;
        }

a.readmore {
    background: #ff8c00;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: "Quicksand", sans-serif;
}

.thumnail-slider {
    margin: 55px 0;
    background: #ecca9d url(../images/texture.png);
    padding: 91px 0 90PX 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

    .thumnail-slider::before {
        content: "";
        background: url(../images/unfoldbg.png);
        width: 100%;
        display: block;
        height: 100px;
        top: -43px;
        position: absolute;
    }

    .thumnail-slider::after {
        content: "";
        background: url(../images/tribg2.png);
        width: 100%;
        display: block;
        height: 100px;
        bottom: -43px;
        position: absolute;
    }

    .thumnail-slider h2 {
        color: #fff;
        text-align: center;
        font-family: "Montez", cursive;
        font-size: 80px;
        margin-bottom: 55px;
    }

.swiper-slide h3 {
    font-size: 20px;
    background: #fff;
    font-family: "Quicksand", sans-serif;
    position: absolute;
    bottom: 22px;
    display: block;
    text-align: center;
    margin: 0 auto !important;
    width: 61%;
    left: 19%;
    padding: 10px;
    border-radius: 30px;
}

    .swiper-slide h3 span {
        font-size: 16px;
    }

.package {
    background: #fff;
}

    .package h3 {
        color: #d1a974;
        text-align: center;
        font-family: "Montez", cursive;
        font-size: 80px;
    }

        .package h3 span {
            color: #7c603b;
            font-size: 18px;
            display: block;
            font-family: "Quicksand", sans-serif;
            margin: 12px 116px;
        }

.innerbox {
    background: #fbf7f1;
    padding: 20px;
    border-radius: 8px;
    min-height: 337px;
    margin-bottom: 30px;
    position: relative;
}

    .innerbox img {
        border-radius: 20px;
        margin-bottom: 18px;
    }

    .innerbox h4 {
        font-size: 21px;
        display: block;
        font-family: "Quicksand", sans-serif;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
    }

        .innerbox h4 span {
            font-size: 16px;
            display: block;
            font-family: "Quicksand", sans-serif;
        }

    .innerbox p {
        font-size: 15px;
        display: block;
        font-family: "Quicksand", sans-serif;
        line-height: normal;
    }

    .innerbox ul {
        padding: 0;
        margin: 0;
    }

        .innerbox ul li {
            font-size: 15px;
            font-family: "Quicksand", sans-serif;
            line-height: normal;
            margin-bottom: 6px;
        }

            .innerbox ul li:before {
                content: "\f058";
                display: inline-block;
                font: normal normal normal 14px / 1 FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                margin-right: 8px;
                color: #9b8e7b;
            }

    .innerbox a,
    .innerbox a:hover {
        background: #e9bc92;
        color: #fff;
        display: block;
        position: absolute;
        bottom: 9px;
        width: 85%;
        text-align: center;
        margin: 0 auto;
        font-size: 14px;
        padding: 5px 15px;
        text-decoration: none;
        font-weight: 600;
        border-radius: 30px;
        text-transform: uppercase;
        font-family: "Quicksand", sans-serif;
    }

.special-box {
    padding: 30px 26px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    margin-bottom: 14px;
}

.special-package h3 {
    color: #0e0d0c;
    text-align: center;
    font-family: "Montez", cursive;
    font-size: 80px;
    text-transform: capitalize;
}

.special-box img {
    width: 64px;
    height: auto;
    margin: 0 auto 17px auto;
    display: block;
}

.special-box h4 {
    line-height: 1.3;
    font-size: 18px;
    display: block;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.special-package h3 span {
    font-size: 30px;
    display: block;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 27px;
}

.special-package p {
    text-align: center;
    font-size: 18px;
    display: block;
    font-family: "Quicksand", sans-serif;
    margin: 12px auto 42px auto;
}


/* footer {
        background: #ecca9d;
        margin: 21px 0 0px 0;
        padding: 50px 0;
    } */

footer {
    background: #24211e url(../images/texture.png);
    margin: 20px 0 0px 0;
    padding: 131px 0 8px 0;
    position: relative;
}

    footer::before {
        content: "";
        background: url(../images/unfoldbg.png);
        width: 100%;
        display: block;
        height: 100px;
        top: -11px;
        position: absolute;
    }

ul.social {
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
}

    ul.social li {
        display: inline-block;
        margin: 9px 3px;
        text-align: center;
    }

        ul.social li a .fa {
            color: #fff;
            font-size: 20px;
        }

footer h3 {
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.ourcompany {
    padding-left: 80px !important;
    border-right: 1px solid #ffffff;
}

    .ourcompany ul {
        padding: 0;
        margin: 0;
    }

        .ourcompany ul li {
            margin-bottom: 8px;
        }

            .ourcompany ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 15px;
                font-family: "Quicksand", sans-serif;
            }

                .ourcompany ul li a:before {
                    content: "\f101";
                    display: inline-block;
                    font: normal normal normal 14px / 1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    color: #fff;
                    margin-right: 7px;
                }

.partner a {
    background: #fff;
    display: block;
    width: 64%;
    padding: 6px;
    margin-bottom: 27px;
    border-radius: 17px;
    float: left;
    text-align: center;
    margin-right: 8px;
}

.partner {
    padding-left: 43px !important;
}

img.kumbhlogo {
    width: 51px;
    margin: 0 auto;
    text-align: center;
}

.copyright {
    background: #000;
    padding: 7px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
}

    .copyright a,
    .copyright a:hover {
        color: #fff;
        font-family: "Quicksand", sans-serif;
        font-size: 15px;
        /* float: right; */
        margin-right: 11px;
    }

.footerlogo p {
    font-size: 15px;
    font-family: "Quicksand", sans-serif;
    margin-top: 11px;
    color: #fff;
}

a {
    text-decoration: none !important;
}

@media(max-width:992px) {
    .innerbox {
        min-height: 344px;
        !;
        !importan;
        !importa;
        !import;
        !impor;
        !impo;
        !imp;
        !im;
        !i;
        !;
    }
}

.breadcumb-area {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), url(../images/braitcam.jpg) no-repeat center/cover;
    height: 366px;
    position: relative;
    margin-top: 0px;
}

.breadcumb-content h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.breadcumb-content ul li {
    color: #FF3C00;
    font-weight: 500;
    font-family: 'Fira Sans';
    text-transform: capitalize;
    display: inline-block;
    font-size: 16px;
}

    .breadcumb-content ul li a {
        font-size: 16px;
        font-weight: 500;
        font-family: 'Fira Sans';
        color: #fff;
        text-transform: uppercase;
        padding-right: 30px;
        position: relative;
        z-index: 1;
    }

        .breadcumb-content ul li a:before {
            position: absolute;
            content: "";
            right: 5px;
            top: 9px;
            background: #fff;
            width: 16px;
            height: 2px;
            transition: .5s;
        }

.breadcumb-content {
    padding-top: 150px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.ourcompany:last-child {
    border-right: 1px solid #ffffff00;
}

.contactus {
    padding-left: 80px !important;
}

    .contactus ul {
        padding: 0;
        margin: 0;
    }

        .contactus ul li {
            margin-bottom: 18px;
        }

            .contactus ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 16px;
                font-family: "Quicksand", sans-serif;
            }

    .contactus i {
        font-size: 17px;
        color: #fff;
        margin-right: 4px;
    }

.ml18 {
    margin-left: 18px;
}

.swiper-slides {
    position: relative;
    margin-top: 22px !important;
    !importan;
    !importa;
    !import;
    !impor;
    !impo;
    !imp;
    !im;
    !i;
    !;
}

    .swiper-slides img {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .swiper-slides img {
        display: block;
        margin: auto;
        width: 100%;
        border-radius: 30px;
    }

    .swiper-slides h3 {
        font-size: 20px;
        background: #fff;
        font-family: "Quicksand", sans-serif;
        position: absolute;
        bottom: 22px;
        display: block;
        text-align: center;
        margin: 0 auto !important;
        width: 61%;
        left: 19%;
        padding: 10px;
        border-radius: 30px;
    }

        .swiper-slides h3 span {
            font-size: 16px;
        }

.bookingbox {
    margin: 41px 0;
    background: #ffeee3 url(../images/lines.png) left top no-repeat;
    padding: 60px 60px 60px 60px;
    border-radius: 30px;
    margin-bottom: 60px;
    position: relative;
}

    .bookingbox .form-content .input-box input {
        border-bottom: 2px solid rgba(0, 0, 0, 0.2);
        background: #f1dfd3;
        margin-bottom: 17px;
        padding: 12px 15px;
        border: 1px solid #b5a296;
        border-radius: 7px;
        width: 100%;
        font-size: 16px;
    }

    .bookingbox label {
        position: relative;
        font-size: 17px;
        font-weight: 500;
        color: #333;
        font-family: "Quicksand", sans-serif;
        display: block;
    }

    .bookingbox select {
        display: block;
        border-bottom: 2px solid rgba(0, 0, 0, 0.2);
        background: #f1dfd3;
        margin-bottom: 17px;
        padding: 9px 15px;
        border: 1px solid #b5a296;
        border-radius: 7px;
        width: 100%;
        font-family: "Quicksand", sans-serif;
        font-size: 17px;
    }

.bookingbutton input[type="submit"] {
    color: #fff;
    background: #fb5b32 !important;
    border-radius: 6px;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;
}

    .bookingbutton input[type="submit"]:hover {
        background: #5b13b9 !important;
    }

.bookingimg {
    border-radius: 23px;
    box-shadow: 3px 5px 8px #0000001a;
}

.text.sign-up-text {
    font-family: "Quicksand", sans-serif;
}

.bookingsearch h5 {
    font-size: 31px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}

.bookingsearch h3 {
    background: #c39d6f;
    font-size: 15px;
    padding: 5px 7px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

.bookingsearch h2 {
    color: #9b784d;
    font-size: 31px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}



.contact-us {
    background: url(../images/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
}

    .contact-us .appoinment-title {
        text-align: left;
    }

    .contact-us .input-box {
        width: 40%;
        float: left;
        margin: 8px 15px;
        background: #fff;
    }

    .contact-us .appoinment-title {
        margin: 0 15px;
    }

    .contact-us .input-box.textarea {
        width: 85%;
    }

    .contact-us .ap-submit-btn {
        width: 30%;
        float: left;
        margin: 15px;
    }

.appointment-content {
    height: 100%;
}

    .appointment-content .appointment-form {
        height: 100% !important;
        padding: 0 0 0 40px;
    }

.cda-icon i {
    font-size: 35px;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #Ff3C00;
    border-radius: 5px;
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.cda-content-inner h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.cda-content-inner p {
    color: rgba(255, 255, 255, 0.74);
    margin: 10px 0;
}

.cda-content-area {
    background: #10102E;
    padding: 21px 0;
}

.cda-single-content {
    margin: 0 45px;
    padding: 25px 0 17px;
}

.contact-us .appoinment-title h3 {
    margin-bottom: 20px;
    padding-top: 35px;
    font-weight: 500;
}

.contact-us .input-box {
    color: #000;
}

.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 27px 40px 27px;
}

.form_box input {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 8px;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
    font-size: 16px;
    margin-bottom: 16px;
}

.form_box textarea {
    width: 100%;
    background: #f7f4f4;
    padding-left: 25px;
    padding-top: 20px;
    height: 100px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 8px;
    color: #232323;
    transition: .5s;
    margin-bottom: 15px;
    font-size: 16px;
}

.form_box input::placeholder {
    color: #6d6d6d;
}

.form_box input:focus,
.form_box textarea:focus {
    border-color: #FF3C00;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.quote_button button {
    padding: 13px 15px;
    background: #10102E;
    display: block;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    font-family: 'Fira Sans';
    cursor: pointer;
    text-align: center;
    transition: .5s;
    font-size: 16px;
}

    .quote_button button i {
        display: inline-block;
        font-size: 18px;
        margin-right: 5px;
        position: relative;
        top: 2px;
        color: #FF3C00;
        transition: .5s;
    }

    .quote_button button:hover {
        color: #fff;
        background: #FF3C00;
    }

        .quote_button button:hover i {
            color: #fff;
        }

iframe {
    border: 0;
    margin-bottom: -116px;
    z-index: 1;
    position: relative;
}

.contact_title h3 {
    font-size: 30px;
    font-weight: 600
}

@media(max-width:1199px) {
    .header-inner-wrap {
        padding: 0px 14px;
    }

    .innerbox h4 {
        font-size: 17px;
    }

    .innerbox {
        min-height: 273px;
    }
}

@media(max-width:991px) {

    .booking-form span {
        display: inline-block;
        width: 100%;
        margin-bottom: 8px;
    }

    .aboutdetail, .aboutimages {
        width: 100%;
        padding-left: 6px;
    }

    .innerbox img {
        width: 100%;
    }

    .innerbox {
        min-height: 336px;
    }

    .package h3, .thumnail-slider h2, .special-package h3 {
        font-size: 45px;
    }

    .aboutdetail h2 {
        font-size: 40px;
    }

    .special-package h3 span {
        font-size: 22px;
    }

    .ourcompany, .contactus {
        padding-left: 20px !important
    }
}

@media(max-width:767px) {

    .contact {
        display: none;
    }

    #site-logo {
        float: left;
    }

    .booknow {
        float: right;
        margin-top: -5px;
    }

    .innerbox {
        min-height: 502px;
    }


    ul.navigation li a {
        font-size: 13px;
    }

    .bookingbox {
        padding: 40px 15px 40px 15px;
    }
}

@media(max-width:445px) {

    .contact {
        display: none;
    }

    #site-logo {
        float: left;
    }

    .booknow {
        padding: 6px 10px;
        margin-top: 0px;
        margin-bottom: 6px;
    }

    #site-logo {
        width: 162px;
    }

    .innerbox a, .innerbox a:hover {
        width: 80%;
    }

    .innerbox {
        min-height: 380px;
        text-align: center;
    }
}



.sec-title.centered {
    text-align: center;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

    .sec-title h2 {
        position: relative;
        color: #012068;
        font-weight: 700;
        line-height: 1.3em;
        padding-bottom: 20px;
    }

    .sec-title .text {
        position: relative;
        font-size: 16px;
        line-height: 1.8em;
        color: #1a1e66;
        margin-top: 25px;
    }

.service-section {
    padding: 60px 0px;
    position: relative;
}
