:root {

    --font1: 'Barlow Semi Condensed', sans-serif;

    --font2: 'Arizonia', cursive;

    --base: #fecf13;

    --base2: #fecf13;

    --dark: #000;

    --primary: #74231a;

}

::selection {
    background: var(--base);
    color: var(--light);
}

html,

body {
    min-height: 100vh;
    font: 400 15px/1.4 var(--font1);
    color: var(--dark);
}

body {
    background: url('img/pattern.png')
}

a {
    color: inherit;
    transition: all 0.5s ease-out;
}

a:hover {
    text-decoration: none;
    color: var(--base);
}

button:active,

button:focus,

a:active,

a:focus {
    outline: none;
}

img {
    width: 100%;
}

strong {
    font-weight: 700;
}

h1,
h2,
h3 {
    font-family: var(--font2);
}

h1 {
    font-size: 50px;
    line-height: 1;
    color: var(--dark);
    margin: 0 0 15px;
}

h1 span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: var(--dark);
    margin: 0;
    font-family: var(--font1);
}

h2 {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 1;
    color: var(--dark);
    margin: 0 0 15px;
}

h2 span {
    color: var(--base2);
}

p {
    font-size: 14px;
    margin: 0 0 15px;
    font-weight: 400;
}

.shape {

    position: absolute;

    width: 100%;

    background-size: cover;

    bottom: 0;

    z-index: 500;

    height: 83px;

}

@media (max-width:992px) {

    h1 {
        font-size: 70px;
    }

}



.btn {
    padding: 10px 15px;
    background: transparent;
    border: 0;
    font-size: 14px;
    color: var(--dark);
    border: 2px solid var(--dark);
    border-radius: 0;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 5px;
    transition: all 0.3s ease-out;
}

.btnnew {
    padding: 10px 15px;
    background: transparent;
    border: 0;
    font-size: 14px;
    color: var(--base2);
    border: 2px solid var(--base2);
    border-radius: 0;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 5px;
    transition: all 0.3s ease-out;
}

/* .btn:hover { 

    background:#003a5c; 

    color:var(--light); 

} */

.btn.base {
    background: var(--base);
    color: var(--dark);
    border-color: var(--base);
}

.btn.base:hover {
    background: var(--light);
    color: var(--dark);
}

@media (max-width:992px) {

    .btn {
        padding: 8px 10px;
        font-size: 12px;
    }

}

header {

    position: fixed;

    left: 0;
    top: 0;

    width: 100%;

    z-index: 1100;

    transition: all 0.5s;

    /* padding: 0 0 20px 0;  */

    background-color: #000000;

}

header .add {
    display: none;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.5s ease-out;
    height: 20px;
    overflow: hidden;
    border-bottom: 1px solid #53b8f8;
}

header .add .msg,

header .add a {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--base2);
    padding: 0 10px;
}

header .add a:hover {
    color: var(--dark5);
}

header .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 3px;
    transition: all 0.5s ease-out;
}

/* header .nav .logo { display:block; height:70px; width:auto; padding:10px 20px;position: relative;

	z-index: 1000; } */

header .nav .logo {
    display: block;
    position: relative;

    z-index: 1000;
}

header .nav .logo img:last-child {
    display: none;
}

header.on .nav .logo img:last-child {
    display: block;
}

header.on .nav .logo img:first-child {
    display: none;
}

header .nav .logo:hover img:first-child {
    display: none;
}

header .nav .logo:hover img:last-child {
    display: block;
}

header .nav .logo img {
    height: auto;
    width: 100px;
    transition: all 0.5s;
    margin-top: 0px;
}

nav {

    margin: 0;

    height: 100vh;

    width: 100%;

    position: fixed !important;

    top: 30px;

    right: 0;

    padding: 100px 0;

    transition: .5s;

    z-index: 100;

    top: -100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    background-color: #2a2a2a;

}

nav:after {

    background: url(img/t1.png) no-repeat;

    background-size: 40%;

    background-position: 50% -8vw;

    width: 100%;

    height: 100%;

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    opacity: 0.3;

    filter: brightness(5.5);

}

nav:before {

    background: url(img/g5.png) no-repeat;

    background-size: cover;

    background-position: 50% 100%;

    width: 100%;

    height: 100%;

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    opacity: 0.3;

    filter: brightness(0.5);

}

nav.sidebar {

    right: 0px !important;

    transition: .5s;

    top: 0;

}



nav a {
    display: block;

    padding: 10px 30px;

    font-size: 15px;

    font-weight: 700;

    color: var(--base2);

    text-transform: uppercase;

    letter-spacing: 2px;

    position: relative;

    text-align: left;
}

header .nav nav a.cta {
    display: flex;
    align-items: center;
    color: var(--light);
    border-left: 1px solid var(--light2);
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 3px;
    position: relative;
}

header .nav nav a.cta small {
    text-align: center;
    display: block;
}

header .nav nav a.cta:hover {
    background: var(--base);
    color: var(--dark);
}

nav .my_menu a:after {

    content: "";

    display: block;

    width: 50%;

    height: 8px;

    top: 50%;

    transform: translateY(-50%);

    bottom: 10px;

    position: absolute;

    transition: all 0.3s;

    left: -30px;

}

.my_menu {

    position: relative;

    right: -50px;

}

.my_menu:after {

    content: "";

    display: block;

    width: 50%;

    height: 100%;

    top: 50%;

    transform: translateY(-50%);

    bottom: 10px;

    position: absolute;

    transition: all 0.3s;

    right: -55px;

    background: url(img/t2.png) no-repeat;

}

.taj {

    margin-left: 80px;

}

.taj a {

    padding: 10px 0;

}

.taj .btn {

    padding: 10px;

}

nav.sidebar a {

    color: var(--light);

    font-weight: 600;

}



nav .my_menu a:after {
    background: url(img/i.png) no-repeat;
}

nav a:hover {
    color: var(--base2);
}

header .order.btn {

    margin-right: 30px;

    border: 2px solid var(--light);

    color: var(--light);

    /* margin-top:20px; */

}

header .nav #toggler {

    display: none;

    margin: 0px 10px 0 0;

    width: 50px;

    height: 50px;

    line-height: 45px;

    text-align: center;

    background: none;

    border: 2px solid var(--light);

    color: var(--light);

    border-radius: 0;

    cursor: pointer;

    font-size: 30px;

    display: block;

    border-radius: 50%;

    position: relative;

    z-index: 200;

}

header.on .add {
    height: 0;
    padding: 0;
}

header.on .nav {
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.small,
small {

    font-size: 100%;

    font-weight: bold;

}

footer .shape {

    top: -70px;

}

@media (max-width:992px) {

    .taj .btn {

        position: absolute;

        width: 88%;

        bottom: 150px;

        left: 50%;

        transform: translateX(-50%);

    }

    .home-decor {

        padding: 0;

    }

    header .add {
        justify-content: center;
        height: auto;
        flex-wrap: wrap;
        padding: 5px 0;
    }

    header .add .msg,

    header .add div,

    header .add a {
        display: block;
        font-size: 11px;
        line-height: 12px;
        padding: 0;
    }

    header .nav nav a:hover {
        color: var(--dark) !important;
    }

    header .nav {
        padding: 5px;
        box-shadow: none;
    }

    header .nav .logo {
        display: block;
        height: auto;
        width: auto;
        padding: 0;
    }

    header .nav .logo img {
        height: 53px;
        width: auto;
        margin-left: 7px;
    }

    header .nav #toggler {
        display: block;
    }

    header .order.btn {
        display: block;

        padding: 5px 10px;

        font-size: 14px;

        letter-spacing: 0;

        border-radius: 2px;

        border: 0;

        color: var(--light);

        border: 2px solid var(--light)
    }

    header .order.btn small {
        display: block;
        font-size: 11px;
    }

    header .nav nav {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        background: var(--dark9);
        width: 100%;
        height: auto;
        border-bottom: 2px solid var(--base);
    }

    header .nav nav a {
        padding: 10px;
    }

    header .nav nav a.cta {
        display: none;
    }

    header .nav nav a:not(.cta):after {
        bottom: 0;
    }

}

.booking-content {

    text-align: center;

    align-items: center;

    display: flex;



}



.banner {
    position: relative;
    z-index: 10;
}

.banner .row {
    padding-top: 150px;
}

.banner .owl-banner {
    position: relative;
    z-index: 500;
}

.banner .item {

    height: 100vh;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

}

.banner h1 {
    margin: 0;
}

/*blue Water -- start */

.home-decor {}

.inner_ckk:hover {

    transform: scale(1.1);

}

.inner_ckk {

    transition: .8s ease-in-out;

}

.voucher_docor h2 span {

    color: var(--base2);

}

.voucher_docor strong {
    color: #ddb470
}

.voucher_docor strong {

    font-family: var(--font1);

    text-transform: uppercase;

}

.inner_ckk {

    border-radius: 15px;

    box-shadow: 0 0 10px #00000087;

}

.voucher_docor {

    text-align: center;

}

.voucher_docor .btn,
section.home-1 .btn {

    color: var(--dark);

    background: var(--base2);

    border-color: var(--base2);

    font-family: var(--font1);

}

section.home-1 h2 {

    font-family: var(--font1);

    color: var(--base2);

    font-weight: 900;

    text-transform: uppercase;

}


.home-part-2 h2,
.gallery-h h2 {

    font-family: var(--font1);

    color: var(--dark);

    font-weight: 900;

    text-transform: uppercase;

}

.home-3 h2 {
    font-family: var(--font1);
    color: var(--light);
    font-weight: 900;
    text-transform: uppercase;

}

section.home-1 h2 span {

    color: var(--base2);

    font-family: var(--font2);

    display: block;

    text-transform: capitalize;

}

.home-3 h2 span{

    color: var(--light);

    font-family: var(--font2);

    display: block;

    text-transform: capitalize;

}


.home-part-2 h2 span {

    color: var(--dark);

    font-family: var(--font2);

    display: block;

    text-transform: capitalize;

}

.gallery-h h2 span {

    color: var(--base2);

    font-family: var(--font2);

    display: block;

    text-transform: capitalize;

}

section.home-1.g {

    padding: 150px 0 !important;

}

footer .content:before {

    background: url(img/g5.png) no-repeat;

    background-size: cover;

    background-position: center;

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    opacity: 1;

    filter: brightness(0.5);



}

.gallery-h h2 {

    color: var(--light);

}

@media (max-width:992px) {

    .banner .item {

        height: 100vh;

    }



}



.home-welcome {}

.inner_ckk {

    background-size: 100%;

    background-position: 100% 100%;

    height: 45vh;

    display: flex;

    justify-content: center;

    align-items: center;

    box-shadow: 0 0 10px rgb(115 104 146 / 23%);

    background: rgb(254 254 255 / 58%);

    position: relative;

    z-index: 50;

}

.t_w {

    padding: 150px 0;

}

.home-decor {

    position: relative;

    padding: 100px 0;

    background: url(img/b.jpg) no-repeat;

    background-size: cover;

    background-position: 100%;

}

.home-decor:after {

    background: url(img/t4.png) no-repeat;

    background-size: 40vh;

    background-position: 0% center;

    width: 100%;

    height: 100%;

    background-attachment: fixed;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 0;

    content: "";

    /* opacity: 0.3; */

    /* filter: brightness(5.5); */

}

.home-decor:before {

    background: url(img/t4.png) no-repeat;

    background-size: 40vh;

    transform: rotate(180deg);

    background-position: 0% 100%;

    width: 100%;

    height: 100%;

    background-attachment: fixed;

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

}



a.anb.btn.ml-auto {

    color: #fff;

}





.home-welcome img {
    width: 100%;
    border: 3px solid var(--base);
}

@media (max-width:992px) {

    .home-welcome {
        padding: 0;
    }

    .home-welcome img {
        margin-bottom: 30px;
    }

}



.home-0 {
    padding: 100px 30px;
    background: url('img/home-0.jpg') no-repeat 50% 50% / cover var(--light);
    background-blend-mode: multiply;
}

.home-0 img {
    width: 100%;
    border: 3px solid var(--base);
}

@media (max-width:992px) {

    .voucher_docor .btn,
    section.home-1 .btn {

        display: block;

    }

    .voucher_docor {

        padding: 30px 20px;

    }

    .voucher_docor strong {

        font-size: 30px;

    }

    .home-0 {
        background: var(--base);
        padding: 30px;
        margin-bottom: 30px;
    }

    .home-0 .text {
        max-width: calc(100vw - 30px);
        justify-content: center;
        flex-wrap: wrap;
    }

    .home-0 .text h2 {
        margin: 0 0 30px;
    }

}



.home-1 {
    background: var(--dark);
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.home-1 img {
    width: 100%;

}

.home-1:before {

    background: url(img/taj_new.png) no-repeat;

    background-size: 40%;

    /* transform: rotate(180deg); */

    background-position: 0% 100%;

    width: 100%;

    height: 100%;

    /* background-attachment: fixed; */

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    content: "";

}

.home-1:after {

    background: url(img/taj_new2.png) no-repeat;

    background-size: 30%;

    /* transform: rotate(180deg); */

    background-position: 100% 100%;

    width: 100%;

    height: 100%;

    background-attachment: fixed;

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    content: "";

    opacity: 0.2;

}

section.home-1 p {

    color: #fff;

}

.home-part-2:after {

    background: url(img/flora2.png) no-repeat;

    background-size: contain;

    background-position: center top;

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    opacity: 0.5;

}

.home-part-2:before {

    background: url(img/home-3.jpg) no-repeat;

    background-size: cover;

    background-position: 50% 50%;

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    background-attachment: fixed;

    content: "";

    opacity: .5;

}

.imgjj-g {

    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1881127450980392) 100%), url(img/t8.jpg) no-repeat;

    background-size: cover;

    background-position: 50% 50%;

    padding: 150px 0;

    background-size: 144%;

    background-position: 40% 67%;

}

section.home-part-2 {

    padding: 150px 0;

    position: relative;

}

header.on,
header.in {

    background: var(--dark);

}

header.on .order,
header.in .order {

    border: 1px solid var(--base2);

    color: var(--base2);

}

header.on #toggler,
header.in #toggler {

    color: var(--base2);

    border-color: var(--base2);

}

.overlay {

    background: linear-gradient(-90deg, rgba(21, 137, 214, 1) 0%, rgba(21, 137, 214, 0.7) 100%);

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;



}

.home-1 .text {
    display: table;
    margin: 0 0 0 auto;
    width: 50%;
    padding: 50px;
    background: rgba(255, 255, 255, 0.9);
}

.home-1 .text .btn {
    display: table;
    margin: 0 0 0 auto;
}

@media (max-width:992px) {

    .home-1 {

        padding: 0 0px 50px 0;

        background-size: cover;

    }

    section.home-1.g .row {

        flex-flow: column-reverse;

    }



    .home-1 img {}

    .home-1 .text {
        margin: 0 auto;
        width: 100%;
    }

}

section.home-1.g {

    padding: 0 !important;

    background-position: 20% 100%;

}

.home-2 .item {
    display: block;

    background: var(--dark);

    position: relative;

    height: 40vh;

    background-size: cover !important;

    margin-left: 20px;

    border-radius: 10px;
}

.home-2 .item img {
    position: relative;
    border: 3px solid var(--base);
    border-right: 0;
    z-index: 10;
}

.home-2 .item:after {
    content: "\f067";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--base);
    z-index: 30;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 30px;
    transition: all 0.5s;
}

.home-2 .item:hover:after {
    opacity: 0;
}

@media (max-width:992px) {

    .home-2 {
        margin: 0;
    }

}



.home-3 {
    padding: 100px 0;
    position: relative;
    background: url('img/testi-banner.jpg') no-repeat center / cover;
}

.home-3 .item {}

.home-3 h5 {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.home-3 p {
    color: var(--light);
    font-style: italic;
    margin: 0;
    font-weight: 700;
}

.home-3 svg {
    margin: 15px 0;
    max-width: 100px;
}

.home-3 svg polygon {
    fill: var(--light);
}

.home-3 .owl-dots {
    margin: 20px 0 0;
}

.home-3 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 2px solid var(--base2);
    margin: 0 3px;
    transition: all 0.5s;
}

.home-3 .owl-dots .owl-dot.active {
    background: var(--light);
}

.home-3 .separator {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
}

@media (max-width:992px) {

    .home-3 {
        padding: 60px 0;
        /* background: url(img/bombay_tandori.jpg); */

        background-position: 40% 102%;

        background-size: cover;
    }

    .home-3 p {
        font-size: 15px;
        color: var(--base2);
    }

}



footer {}

footer .content {

    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1881127450980392) 100%), url(img/footer_bg.png);

    padding: 30px 0;

    background-size: cover;

    position: relative;
    z-index: 1;
}

footer .content p {
    margin: 0 0 10px;
    columns: var(--light);
    font-weight: 400;
}

footer .content a {
    display: block;
    margin: 0 0 10px;
    color: var(--light);
    font-weight: 400;
    font-size: 14px;
}

footer .content a:before {
    content: "• ";
    color: var(--base2);
}

footer .content a:hover {
    color: var(--base2);
}

footer .content a:last-child {
    margin: 0;
}

footer .content .contact {
    margin-bottom: 10px;
}

footer .content .contact img {
    width: 100%;
    max-width: 140px;
    margin: 0 0 15px;
}

footer .content .link {
    display: flex;
    justify-content: space-around;
}

footer .content .time p {
    margin: 0 0 10px;
    font-size: 20px;
    color: var(--light);
}

footer .content .time table tr td {
    padding: 2px 10px;
    color: var(--light);
}

footer .content .time table tr td:first-child {
    font-weight: 700;
    text-align: right;
}

footer .content .time table tr.active td {
    background: var(--light);
    color: var(--dark);
}

footer .copy {
    background: #18171a;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    color: var(--light);
}

section.page-title.hh {

    padding: 170px 0 20px;

}



@media (max-width:992px) {

    .welcome-content {

        text-align: center;

    }

    footer {
        margin: 0;
    }

    footer .content a,

    footer .content p {
        display: block;
        text-align: center;
        color: #fff;
    }

    footer .content .contact img {
        max-width: 160px;
        margin: 0 auto 30px;
        display: table;
    }

    footer .content .time {
        display: none;
    }

    footer .content .time {
        display: none;
    }

}

footer .content a,
footer .content p {
    color: #fff;
}

.page-title {
    padding: 150px 0 50px;
}



#menu .item {
    width: 33%;
    padding: 0 10px 20px;
}

#menu .item .title {
    background: var(--base2);
    color: var(--dark);
    padding: 10px;
    border: 1px solid var(--base2);
}

#menu .item .title p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

#menu .item .title small {
    font-size: 12px;
    display: block;
    margin: 0;
    font-style: italic;
    opacity: 0.9;
}

#menu .content {
    padding: 20px 15px 10px;
    border: 1px solid var(--base2);
    border-top: 0;
}

#menu .content .meal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}

#menu .content .meal .name {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

#menu .content .meal .dots {
    flex-grow: 1;
    border-bottom: 2px dashed var(--dark);
    height: 15px;
    margin: 0 10px;
}

#menu .content .meal .price {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
}

#menu .content .detail {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    margin: -15px 0 15px;
    color: var(--dark);
    text-align: justify;
    opacity: 0.7;
}

#menu .content .meal.sub {
    padding-left: 15px;
}

#menu .content .meal.sub .name {
    opacity: 1;
}

#menu .content .meal.sub .name:before {
    content: "• ";
    color: var(--base);
}

@media (max-width:992px) {

    #menu .item {
        width: 100%;
        padding: 0 0 10px;
    }

}



.gallery {
    padding: 0 0 60px;
}

.gallery #gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery #gallery a {
    display: block;
    background: var(--dark);
    margin: 10px;
    position: relative;
    width: calc(33% - 20px);
    box-shadow: 0 0 0 3px var(--base) inset;
}

.gallery #gallery a img {
    width: 100%;
    transition: all 0.4s;
    opacity: 0.8;
}

.gallery #gallery a:hover img {
    opacity: 1;
}

@media (max-width:992px) {

    .home-decor {

        padding: 40px 0;

    }

    .gallery #gallery a {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }

}



.contact {
    position: relative;
}

.contact-details {
    padding: 50px 0 60px;
}

.contact-details iframe {
    width: 100%;
    border: 0;
    position: relative;
    z-index: 10;
}

.contact-details>p {
    text-align: center;
}

.contact-details form input,

.contact-details form textarea {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: var(--dark);
    border: 1px solid var(--dark);
    border-bottom: 0;
    margin: 0;
    background: transparent;
}

.contact-details form textarea {
    height: 150px;
    min-height: 150px;
    resize: vertical;
    border-bottom: 1px solid black;
}

.contact-details form input:focus,

.contact-details form textarea:focus {
    box-shadow: none;
    outline: none;
    background: #ddd;
}

.contact-details form button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid var(--dark);
    margin-top: 5px;
    border-radius: 0;
}

.contact-details .social a {
    font-size: 30px;
    color: var(--base);
    margin-right: 5px;
}

.contact-details a:hover {
    color: var(--dark);
}

.contact-details .msg {
    margin-top: 20px;
}

.contact-details .msg.success {
    color: green;
}

.contact-details .msg.error {
    color: red;
}

#menu .content .meal.sub .name::before {

    color: #000;

}

@media (max-width:992px) {

    header .order.btn {

        /* margin-top:0; */

        display: table;

        margin: 0 auto;

    }

    header .nav #toggler {

        margin: 0 10px 0 0;

    }

    header {

        padding: 0 0 0 0;

    }

    section.page-title.hh {

        padding: 130px 0 0;

    }

    .home-decor:after {

        background-size: 20vh;

    }

    .home-decor {

        background-size: contain;

        background-position: 100% 0%;

    }

    section.home-1.g {

        padding: 0 0 50px 0 !important;

    }

    .home-1:before {

        background-size: contain;

        display: none;

    }

    .home-1:after {

        background-size: 30%;

        background-position: 100% 60%;

        opacity: 0.5;

    }

    section.home-part-2 {

        padding: 50px 0;

    }

    section.home-part-2 .btn {

        margin-bottom: 30px;

    }

    .imgjj-g {

        padding: 60px 0;

        background-size: cover !important;

        background-position: 10% 38% !important;

    }

    .gallery-h {

        margin-bottom: 50px;

    }

    .gallery-h h2 {

        font-size: 38px;

    }

    .contact-details p,

    .contact-details h3 {
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }

    .contact-details h3{
        margin-top: 20px;
    }

    .contact-details .social {
        text-align: center;
    }

    .home-2 .item {

        margin-left: 0;
    }

    div#menu {

        margin-top: 50px;

    }

    .page-title {

        padding: 130px 0 50px;

    }

}



.tos {
    padding: 150px 0 0;
}

.tos p {
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 10px;
    font-weight: 600;
    text-align: justify;
    letter-spacing: 0;
}

.tos p strong {
    font-weight: 700;
}



@media(max-width:480px) {

    header .nav .logo img {

        height: 60px;

        /* margin-top: 5px; */

    }

}