﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../Fonts/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: 'BYekan';
    src: url('../Fonts/B Yekan.ttf') format('truetype');
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'IRANSansWeb';
    color: #FFFFFF;
    font-size: 16px;
}

p {
    line-height: 35px;
    font-size: 16px;
}
/******************************Menu***************************/
.MenuRight {
    background-color: #272727;
}

.OffCanvasLogo {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .OffCanvasLogo img {
        max-height: 200px;
    }

.MenuLogo {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .MenuLogo img {
        max-height: 80px;
    }

.MenuRight .MenuRightContactus span {
    font-size: 25px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    margin-top: 25px;
}

.MenuRight .MenuRightContactus p {
    display: block;
    margin-bottom: 15px;
}

    .MenuRight .MenuRightContactus p i {
        margin-left: 10px;
        color: #CDA274;
        font-size: 20px;
    }

.MenuRight .FooterSocialMedia a {
    font-size: 15px;
    height: 33px;
    width: 33px;
    line-height: 33px;
    background: #FFFFFF;
    text-align: center;
    display: inline-block;
    color: #CDA274;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
}

    .MenuRight .FooterSocialMedia a:hover {
        color: #fff;
        background-color: #CDA274;
    }

.offcanvas-backdrop.show {
    background-color: #CDA274;
}

.MenuRight button.btn-close {
    background: unset;
}

    .MenuRight button.btn-close i {
        font-size: 35px;
        color: #CDA274;
    }


.NavMenu {
    background: #222222;
    z-index: 5;
    border-bottom: 0;
}

    .NavMenu .Menu {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #FFFFFF;
    }

    .NavMenu:before {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        top: 0;
        background: #CDA274;
        height: 100%;
        width: 100px;
    }

    .NavMenu ul {
        margin: auto;
        width: fit-content;
    }

        .NavMenu ul li a {
            display: block;
            margin: 30px 13px;
            -webkit-transition: 0.5s all;
            transition: 0.5s all;
            font-size: 16px;
            color: #FFFFFF;
        }

            .NavMenu ul li a.active {
                color: #CDA274 !important;
            }

            .NavMenu ul li a:hover {
                color: #CDA274
            }

.slider-top-text {
    float: right;
    margin: -56px 25px 0;
}

.nav-btn.navSidebar-button span i {
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
}
/****************************Slider***********************/
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #000000;
    padding: 3px;
    margin: 2px;
    background-color: #CDA274;
}

.SliderButtonPrev {
    display: flex;
    background: #3B3A3D;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: .5s;
    animation: 1s 1.3s fadeInDown both;
    position: absolute;
    top: calc(50% - 30px);
    align-items: center;
    justify-content: space-evenly;
    left: 7%;
    opacity: 1;
}

.SliderButtonNext {
    display: flex;
    background: #3B3A3D;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: .5s;
    animation: 1s 1.3s fadeInDown both;
    position: absolute;
    top: calc(50% - 30px);
    align-items: center;
    justify-content: space-evenly;
    right: 7%;
    opacity: 1;
}

.SliderCaption {
    position: absolute;
    top: 30%;
}

    .SliderCaption h5 {
        font-size: 55px;
        color: #FFFFFF;
        animation: 0.5s 1.5s fadeInLeft both;
    }

    .SliderCaption a {
        animation: 0.5s 1.5s fadeInLeft both;
    }

    .SliderCaption h5 span {
        color: #CDA274;
        display: block;
    }

    .SliderCaption .SliderCaptionRight {
        border-left: 2px solid #CDA274;
    }

    .SliderCaption .SliderCaptionLeft {
        text-align: right;
    }

        .SliderCaption .SliderCaptionLeft p {
            color: #CDA274;
            color: #fff;
            font-size: 17px;
            margin: 20px 20px 35px 0px;
            line-height: 32px;
            animation: 0.5s 1.5s fadeInLeft both;
            text-align: right;
        }

        .SliderCaption .SliderCaptionLeft h4 {
            color: #CDA274;
            font-size: 20px;
            font-weight: bold;
            animation: 0.5s 1.5s fadeInLeft both;
            margin: 0px 20px 0px 0px;
            text-align: right;
            left: 0;
        }

        .SliderCaption .SliderCaptionLeft h6 {
            display: inline-block;
            font-weight: bold;
            color: #CDA274;
            font-size: 20px;
            text-align: right;
            margin: 20px 20px 35px 85px;
            animation: 0.5s 1.5s fadeInLeft both;
        }

            .SliderCaption .SliderCaptionLeft h6 i {
                font-size: 35px;
                color: #CDA274;
                margin-left: 10px;
            }

.SliderSocailIcon {
    position: absolute;
    left: 0px;
    top: 0px;
    animation: 1s 1.5s fadeInDown both;
    background: #272727;
    padding: 25px 37px;
    bottom: 232px;
    display: flex;
    align-items: center;
}

    .SliderSocailIcon span.FollowUs {
        position: relative;
        z-index: 1;
    }

    .SliderSocailIcon span {
        display: inline-block;
        font-size: 16px;
        color: #CDA274;
        font-family: 'Questrial';
        writing-mode: vertical-rl;
        font-weight: 400;
        transform: rotate(180deg);
        margin-bottom: 80px;
    }

    .SliderSocailIcon .SliderSocailIconInner a {
        display: block;
        color: #999999;
        text-align: center;
        font-size: 15px;
        margin: 15px 0 0 -8px;
        transition: .5s;
        height: 35px;
        width: 35px;
        line-height: 35px;
        border: 1px solid #424242;
        border-radius: 50%;
        position: relative;
        z-index: 1;
    }

        .SliderSocailIcon .SliderSocailIconInner a:before {
            position: absolute;
            z-index: -1;
            content: "";
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            background: #CDA274;
            border-color: #CDA274;
            border-radius: 50%;
            transform: scale(0);
            transition: .5s;
        }

@media only screen and (min-width: 1450px) {
    .SliderSocailIcon {
        display: unset;
        align-items: flex-start;
    }

        .SliderSocailIcon span.FollowUs:before {
            position: absolute;
            content: "";
            z-index: -1;
            width: 1px;
            height: 235px;
            background: #424242;
            bottom: 10px;
            left: -9px;
        }

        .SliderSocailIcon span.FollowUs:after {
            position: absolute;
            content: "";
            left: -9px;
            bottom: 420px;
            width: 1px;
            height: 52px;
            background: #424242;
        }

        .SliderSocailIcon .SliderSocailIconInner {
            padding-top: 165px;
        }

    .slider-week span {
        padding: 95px 0 23px;
    }

    span.week-bottom:before {
        position: absolute;
        z-index: -1;
        content: "";
        left: 13px;
        bottom: 99px;
        width: 1px;
        height: 40px;
        background: #fff;
    }

    .slider-week span {
        font-size: 18px;
        color: #fff;
        font-family: 'Questrial';
        text-transform: uppercase;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        display: inherit;
        padding: 95px 0 23px;
        font-weight: bold;
    }

    span.week-bottom:before {
        position: absolute;
        z-index: -1;
        content: "";
        left: 13px;
        bottom: 45px;
        width: 1px;
        height: 40px;
        background: #fff;
    }
}
/*

.slider-week {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #CDA274;
    padding: 20px 37px;
    animation: 1s 1.5s fadeInUp both;
} */



.slider-week {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #CDA274;
    padding: 20px 37px;
    animation: 1s 1.5s fadeInUp both;
}

span.week-bottom {
    position: relative;
    z-index: 1;
}

    span.week-bottom:before {
        position: absolute;
        z-index: -1;
        content: "";
        left: 13px;
        bottom: 80px;
        width: 1px;
        height: 20px;
        background: #fff;
    }

.slider-week span {
    font-size: 18px;
    color: #fff;
    font-family: 'Questrial';
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: inherit;
    padding: 45px 0 23px;
    font-weight: bold;
}


@keyframes fadeInLeft {
    from {
        margin-right: -200px;
        opacity: 0;
    }

    to {
        margin-right: 0px;
        opacity: 1;
    }
}
/**********************************AboutUs*********************/
.IndexAboutUs .AboutRight .AboutUsTitle {
    border-right: 2px solid #CDA274;
    padding-right: 18px;
}

    .IndexAboutUs .AboutRight .AboutUsTitle span {
        font-size: 35px;
        color: #FFFFFF;
        display: block;
        margin-bottom: 15px;
    }

    .IndexAboutUs .AboutRight .AboutUsTitle h4 {
        font-size: 25px;
        color: #CDA274;
        display: block;
        margin-bottom: 15px;
    }

.IndexAboutUs .AboutRight .AboutUsH1 {
    font-size: 22px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 15px;
}

.AboutUsIconUl .icon span {
    display: inline-block;
    border: 3px solid #CDA274;
    position: relative;
    z-index: 1;
    margin: 12px 18px 0 0px;
}

    .AboutUsIconUl .icon span:before {
        position: absolute;
        content: "";
        z-index: -1;
        border: 2px solid #CDA274;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        left: -7px;
        top: -8px;
    }

.AboutUsIconUl .icon p {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
}
/**************************Public****************************/
.BtnMain {
    display: inline-block;
    border: 1px solid #CDA274;
    padding: 14px 34px;
    transition: .5s;
    margin: 30px 0 0;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

    .BtnMain:hover {
        color: #000000;
        cursor: pointer;
    }

    .BtnMain:before {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        top: 0;
        width: 33%;
        height: 100%;
        background: url(../images/button.jpg);
        transition: .5s;
    }

    .BtnMain:hover:before {
        width: 100%;
    }

.ColorWhite {
    color: #FFFFFF !important;
}
/*****************************Aboutus*************************/
.CarBox {
    background-color: #2C2C2C;
}

.IndexAboutUs {
    padding: 110px 0 100px;
    background: #2C2C2C;
}

    .IndexAboutUs .AboutLeft {
        position: relative;
    }

.AboutLeftbox {
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.AboutUsContent {
    background: #222222;
    position: absolute;
    z-index: 4;
    margin-top: -253px;
    right: -28px;
    padding: 32px 35px 25px 27px;
    animation: 1s 1.5s fadeInRight both;
    opacity: 1;
}

.AboutUsTitle h3 {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 400;
    margin: 8px 0 0;
}

.AboutUsShape {
    position: absolute;
    top: -23px;
    right: -13px;
}

@keyframes fadeInRight {
    from {
        right: -280px;
        opacity: 0;
    }

    to {
        right: -28px;
        opacity: 1;
    }
}

/*******************************************IndexGrid******************************/
.GridBox {
    box-shadow: 3px 5px 35px rgba(86,68,169,.1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .GridBox:hover {
        cursor: pointer;
    }

.GridBoxHead {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

    .GridBoxHead img {
        width: 100%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

.GridBoxDate {
    background: #CDA274;
    border-radius: 3px;
    top: -35%;
    -webkit-clip-path: polygon(9% 0,90% 3%,100% 94%,0 100%);
    clip-path: polygon(9% 0,90% 3%,100% 94%,0 100%);
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    left: 20px;
    padding: 9px 32px;
    position: absolute;
    text-transform: capitalize;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1;
}

.GridBoxFooter {
    padding: 25px 10px;
    background: #353535;
    border: 2px solid #353535;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
}

    .GridBoxFooter:hover:before {
        height: 100%;
        opacity: .1;
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 1;
    }

    .GridBoxFooter:before {
        background: #CDA274;
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: all .5s ease-in-out;
        width: 100%;
        z-index: 1;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .GridBoxFooter h3 {
        font-size: 18px;
    }

.GridBox .BtnMain {
    font-size: 15px;
    padding: 6px 25px;
}

.GridBoxHead img:hover {
    transform: rotate(5deg) scale(1.2);
    transition: all .5s;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
/**************************Popular****************************/
.SpanBlock {
    display: block;
    font-size: 14px;
}

.DivFlexCenterEnd {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.DivFlexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.BoxGray {
    background-color: #272727;
}

.PaddingTop50 {
    padding-top: 50px;
}

.PaddingBottom50 {
    padding-Bottom: 50px;
}
/*****************************footer*******************************************/
.footer {
    background: #222222;
    padding: 48px 0px 0;
}

    .footer .SubScribeBg {
        border-bottom: 1px solid #393939;
        padding: 0 0 38px;
    }

    .footer .SubscribeTitle h2 {
        font-size: 32px;
        font-weight: bold;
        color: #fff;
    }

    .footer .ContactBoxSubscribe {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .footer .ContactForm .ContactBoxSubscribe input {
        font-size: 18px;
        border: 0;
        padding: 15px 20px;
    }

    .footer .ContactForm .ContactBoxSubscribe button {
        margin: 0;
        color: #FFFFFF;
        background-color: #CDA274;
        border: unset;
        padding-right: 40px;
        padding-left: 40px;
    }

    .footer .SubScribeBgMiddle {
        border-bottom: 1px solid #393939;
        padding: 38px 0 38px;
    }

.SubScribeBgMiddle .MenuUl ul {
    padding: 6px;
}

    .SubScribeBgMiddle .MenuUl ul li {
        display: block;
        list-style: none;
        padding: 0 0 18px;
    }

        .SubScribeBgMiddle .MenuUl ul li a {
            color: #fff;
            background: linear-gradient( to right, #CDA274, #CDA274, 50%, #fff 50%);
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            background-size: 200%, 100%;
            background-position: 100%;
            transition: 0.5s all ease-out;
        }

            .SubScribeBgMiddle .MenuUl ul li a:hover {
                background-position: 0;
            }

.footer .FooterLogo img {
    max-height: 100px;
}

.footer .FooterSocialMedia a {
    font-size: 15px;
    height: 33px;
    width: 33px;
    line-height: 33px;
    background: #3C3C3C;
    text-align: center;
    display: inline-block;
    color: #CDA274;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    transition: 0.5s ease-in-out;
}

    .footer .FooterSocialMedia a:hover {
        color: #fff;
        background-color: #CDA274;
    }

.footer .FooterContactus {
    display: flex;
}

    .footer .FooterContactus .FooterContactusIcon {
        display: inline-block;
    }

        .footer .FooterContactus .FooterContactusIcon i {
            font-size: 30px;
            color: #CDA274;
            margin-left: 12px;
        }

    .footer .FooterContactus .FooterContactusContent {
        display: inline-block;
    }

.footer .SubScribeBgEnd {
    color: #999999;
    margin-top: 28px;
}

.footer .FooterDesign a {
    color: #CDA274;
    text-decoration: none;
}

.footer .FooterPolicy {
    text-align: left
}

    .footer .FooterPolicy span {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer .FooterPolicy a {
        text-decoration: none;
        background: linear-gradient( to right, #CDA274, #CDA274, 50%, #fff 50%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-size: 200%, 100%;
        background-position: 100%;
        transition: 0.5s all ease-out;
    }

        .footer .FooterPolicy a:hover:hover {
            background-position: 0;
        }
/***************************************BoxCity***************/
.BoxCity {
    padding: 50px 0px;
}

    .BoxCity .DivButtonSlider {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }

        .BoxCity .DivButtonSlider i {
            color: #CDA274;
            font-size: 35px;
            margin-left: 10px;
            transition: all .5s ease-in-out;
        }

            .BoxCity .DivButtonSlider i:hover {
                cursor: pointer;
                font-size: 38px;
            }

.Slider1 {
    margin-top: 20px;
    border: 0;
}

    .Slider1 .ACity {
        text-decoration: none;
        display: block;
        position: relative;
    }

        .Slider1 .ACity span {
            text-decoration: none;
            display: block;
            position: absolute;
            top: 50%;
            color: #FFFFFF;
            font-weight: bold;
            font-size: 18px;
            left: 50%;
        }


    .Slider1 img {
        border: 0;
    }
/******************************LottaryBox************************/
.LottaryBox {
}

    .LottaryBox .LottaryBoxLeft {
        align-items: center;
        background: linear-gradient(rgba(45,55,60,.8) 100%,rgba(45,55,60,.8) 0),url(../images/newslatter-bg2.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        height: 100%;
        justify-content: center;
        min-height: 552px;
        padding: 100px 20px;
        flex-direction: column;
    }

    .LottaryBox span {
        font-size: 35px;
        font-weight: bold;
        display: block;
        color: #CDA274;
        margin-bottom: 25px;
    }

    .LottaryBox p {
        font-size: 18px;
        display: block;
        color: #FFFFFF;
        line-height: 1.8rem;
        margin-bottom: 35px;
    }

    .LottaryBox .LottaryBoxRight {
        align-items: center;
        background: linear-gradient(hsla(27,50%,74%,.3) 100%,hsla(27,50%,74%,.3) 0),url(../images/newslatter-bg3.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        height: 100%;
        justify-content: center;
        min-height: 552px;
        padding: 100px 20px;
        flex-direction: column;
    }

        .LottaryBox .LottaryBoxRight p {
            color: #000000;
        }

    .LottaryBox .LottaryBoxSubscribe {
        display: flex;
    }

        .LottaryBox .LottaryBoxSubscribe input {
            font-size: 18px;
            border: 0;
            padding: 10px 20px;
            border-top-right-radius: 50px;
            border-bottom-right-radius: 50px;
        }

        .LottaryBox .LottaryBoxSubscribe a {
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            margin: 0;
            color: #000000;
        }

            .LottaryBox .LottaryBoxSubscribe a:before {
                border-top-left-radius: 50px;
                border-bottom-left-radius: 50px;
            }
/*********************************News************************************/
.NewsBox {
    padding: 110px 0 100px;
    background: #2C2C2C;
}

    .NewsBox h2 {
        text-align: center;
        color: #FFFFFF;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .NewsBox p {
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 1.8rem;
    }

    .NewsBox h3 {
        text-align: center;
        font-weight: bold;
        margin: 2px 15px;
        line-height: 2rem;
    }

    .NewsBox .NewsPublisher {
        display: flex;
        color: #FFFFFF;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 15px;
    }

        .NewsBox .NewsPublisher span {
            display: inline-block;
            font-size: 15px;
        }

        .NewsBox .NewsPublisher i {
            display: inline-block;
            color: #CDA274;
            font-size: 17px;
            margin-left: 7px;
        }

    .NewsBox .NewsFlexCenter {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
/*************************************Gallery*********************/
.GalleryBox {
    padding: 50px 0px;
}

    .GalleryBox h2 {
        text-align: center;
        color: #FFFFFF;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .GalleryBox p {
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 1.8rem;
    }

    .GalleryBox .gallary-item {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .GalleryBox .gallary-item img:hover {
            transform: rotate(5deg) scale(1.2);
            transition: all .5s;
        }

.GalleryTwoLine {
    display: flex;
    flex-direction: column;
}

    .GalleryTwoLine .GalleryTwoLineTwo {
        margin-top: 30px;
    }
/********************************************TourBox************************/
.TourBox {
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0,5,15,.6),rgba(0,5,15,.6)),url(../images/upcoming-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .TourBox p {
        color: #FFFFFF;
        line-height: 2rem;
    }

    .TourBox h2 {
        color: #FFFFFF;
        font-weight: bold;
    }

    .TourBox .DivButtonSlider {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }

        .TourBox .DivButtonSlider i {
            color: #CDA274;
            font-size: 35px;
            margin-left: 10px;
            transition: all .5s ease-in-out;
        }

            .TourBox .DivButtonSlider i:hover {
                cursor: pointer;
                font-size: 38px;
            }

    .TourBox .TourBoxGridBoxDate {
        background: #CDA274;
        border-radius: 30px;
        top: -21px;
        box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
        color: #000000;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        left: 50%;
        min-width: 170px;
        padding: 9px 15px;
        position: absolute;
        text-transform: capitalize;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: all .4s ease-out 0s;
        z-index: 9;
    }

        .TourBox .TourBoxGridBoxDate i {
            margin-left: 7px;
        }
/******************************CommnetBox**************************/
.CommnetBox h2 {
    color: #FFFFFF;
    font-weight: bold;
}

.CommnetBox p {
    color: #FFFFFF;
    line-height: 2rem;
}

.CommnetBoxText {
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
    min-height: 100px;
    padding: 5px 25px 25px;
    position: relative;
    transition: all .35s;
}

    .CommnetBoxText span {
        text-align: justify;
        line-height: 2rem;
        display: block;
        margin: 60px 10px 20px 10px;
        color: #000000;
    }

.CommnetBox .DivButtonSlider {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

    .CommnetBox .DivButtonSlider i {
        color: #CDA274;
        font-size: 35px;
        margin-left: 10px;
        transition: all .5s ease-in-out;
    }

        .CommnetBox .DivButtonSlider i:hover {
            cursor: pointer;
            font-size: 38px;
        }

.CommnetBox .ImageBox {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -25px;
    margin-bottom: 25px;
    left: calc(50% - 40px);
    border: 3px solid #CDA274;
    border-radius: 50%;
    padding: 5px;
    overflow: hidden;
    background-color: #FFFFFF;
}

    .CommnetBox .ImageBox img {
        border-radius: 50%;
    }

.CommnetBox .CommnetBoxText blockquote {
    position: absolute;
    right: 25px;
    top: 45px;
    width: 50px;
    height: 50px;
}


.Slider3 .owl-stage {
    padding-top: 40px;
}
/***********************************Dashboard********************/

.Dashboard {
    margin-top: 65px;
    display: flex;
}

    .Dashboard .MenuDashboard {
        width: 350px;
        max-height: calc(100% - 80px);
        -webkit-box-shadow: 0 8px 10px 0 rgb(183 192 206 / 10%) !important;
        box-shadow: 0 8px 10px 0 rgb(183 192 206 / 10%) !important;
        background-color: #ffffff;
        overflow: hidden;
        z-index: 1;
    }

        .Dashboard .MenuDashboard ul {
            padding: 0;
            width: 100%;
            display: block;
        }

            .Dashboard .MenuDashboard ul li {
                border: 0;
                padding: 0;
            }

                .Dashboard .MenuDashboard ul li a {
                    display: block;
                    text-decoration: none;
                    color: #7e7e7e;
                    padding: 16px 20px 16px;
                    font-size: 18px;
                    transition: all 0.5s ease-in;
                }

                    .Dashboard .MenuDashboard ul li a:hover {
                        background-color: #fafafa;
                        color: #ff4838;
                    }

                    .Dashboard .MenuDashboard ul li a i {
                        color: #ff4838;
                        margin-left: 7px;
                    }

                    .Dashboard .MenuDashboard ul li a.Active {
                        background-color: #fafafa;
                        color: #ff4838;
                    }

.BodyDashboard {
    background-color: #fafafa;
    min-height: 200px;
    width: -webkit-fill-available;
    padding: 20px;
}

.stats-fun-fact-box {
    position: relative;
    display: block;
    padding: 25px 90px 25px 10px;
    border-radius: 15px;
    margin-bottom: 10px;
}

    .stats-fun-fact-box .icon-box {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #FFFFFF;
        color: var(--mainColor);
        position: absolute;
        right: 15px;
        top: 48%;
        -webkit-transform: translateY(-48%);
        transform: translateY(-48%);
        -webkit-box-shadow: 1px 5px 24px 0 rgb(14 198 198 / 15%);
        box-shadow: 1px 5px 24px 0 rgb(14 198 198 / 15%);
        text-align: center;
        font-size: 35px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .stats-fun-fact-box .sub-title {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: #FFFFFF;
    }

    .stats-fun-fact-box p {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: #FFFFFF;
        font-size: 25px;
    }

.DashboardBg1 {
    background-color: #00CA99 !important;
    color: #00CA99 !important;
}

.DashboardBg2 {
    background-color: #64bc36 !important;
    color: #64bc36 !important;
}

.DashboardBg3 {
    background-color: #ffae00 !important;
    color: #ffae00 !important;
}

.DashboardBg4 {
    background-color: #f3103c !important;
    color: #f3103c !important;
}

.Dashboard .BoxDashboard {
    margin-bottom: 30px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
    border-radius: 5px;
    padding: 30px;
    margin-top: 30px;
}

    .Dashboard .BoxDashboard input[type=text] {
        border-radius: 5px;
        background-color: #f5f5f5;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        border: 1px solid #f5f5f5;
        height: 60px;
        padding: 10px 20px;
        color: #808080;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .Dashboard .BoxDashboard textarea {
        border-radius: 5px;
        background-color: #f5f5f5;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        border: 1px solid #f5f5f5;
        height: 60px;
        padding: 10px 20px;
        color: #808080;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .Dashboard .BoxDashboard .form-group label {
        margin-bottom: 10px;
    }
/*
<!-- ============================================================== -->
<!-- Start scrollup section -->
<!-- ============================================================== -->*/
.scroll-area {
    position: relative;
    z-index: 999;
}

    .scroll-area .go-top {
        position: fixed;
        cursor: pointer;
        top: 0;
        right: 30px;
        color: #ffffff;
        background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
        background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
        background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
        z-index: 9999;
        width: 45px;
        text-align: center;
        height: 45px;
        line-height: 42px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.9s ease-out 0s;
        -moz-transition: all 0.9s ease-out 0s;
        -ms-transition: all 0.9s ease-out 0s;
        -o-transition: all 0.9s ease-out 0s;
        transition: all 0.9s ease-out 0s;
        border-radius: 10px;
    }

        .scroll-area .go-top i {
            position: absolute;
            top: 50%;
            left: -4px;
            right: 0;
            margin: 0 auto;
            font-size: 15px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.5s ease-out 0s;
            -moz-transition: all 0.5s ease-out 0s;
            -ms-transition: all 0.5s ease-out 0s;
            -o-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
        }

            .scroll-area .go-top i:last-child {
                opacity: 0;
                visibility: hidden;
                top: 60%;
            }

        .scroll-area .go-top::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
            background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
            background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.5s ease-out 0s;
            -moz-transition: all 0.5s ease-out 0s;
            -ms-transition: all 0.5s ease-out 0s;
            -o-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
            border-radius: 100%;
        }

        .scroll-area .go-top:focus, .scroll-area .go-top:hover {
            color: #fff;
        }

            .scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
                opacity: 1;
                visibility: visible;
            }

            .scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
                opacity: 0;
                top: 0;
                visibility: hidden;
            }

            .scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
                opacity: 1;
                visibility: visible;
                top: 50%;
            }

        .scroll-area .go-top.active {
            top: 95%;
            transform: translateY(-98%);
            opacity: 1;
            visibility: visible;
            border-radius: 0;
            right: 30px;
            border-radius: 100%;
        }

.top-wrap {
    position: relative;
}

    .top-wrap .go-top-button {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        top: 3px;
        z-index: 1;
        background: #CDA274;
    }

        .top-wrap .go-top-button i {
            font-size: 20px;
            font-weight: 700;
            padding-left: 4px;
            color: #fff;
        }

        .top-wrap .go-top-button::after {
            z-index: -1;
            content: "";
            position: absolute;
            left: 3px;
            top: 3px;
            width: 45px;
            height: 45px;
            -webkit-animation: ripple 1.6s ease-out infinite;
            -moz-animation: ripple 1.6s ease-out infinite;
            -o-animation: ripple 1.6s ease-out infinite;
            animation: ripple 1.6s ease-out infinite;
            opacity: 0;
            background-image: -webkit-linear-gradient(0deg, #FFB74D 0%, #FFB74D 100%);
            border-radius: 100%;
        }

        .top-wrap .go-top-button:hover {
            background-color: #222;
            color: #fff;
        }

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
/*******************whatsapp*******************************/
.WhatsApp {
    position: fixed;
    bottom: 25px;
    left: 50px;
    z-index: 5;
    /*    animation: mymove 3s infinite;
    animation-timing-function: ease;*/
    /*    animation-duration: 5s;*/
}

    .WhatsApp a {
        text-decoration: none;
        display: inline-block;
    }

        .WhatsApp a i {
            font-size: 45px;
            color: #CDA274;
            display: inline-block;
        }
/*
@keyframes mymove {
    0% {
        bottom: 25px;
    }

    25% {
        bottom: 50px;
    }

    50% {
        bottom: 25px;
    }
    75% {
        bottom: 40px;
    }
    100% {
        bottom: 25px;
    }
}*/
/***************************HeaderTwo******************/
.HeaderTwo {
    background-image: url(../images/about-us2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 220px 0 182px;
}

    .HeaderTwo .HeaderTitle {
        text-align: center;
        margin-bottom: 15px;
    }

    .HeaderTwo .NavBreadcrumb {
        display: flex;
        justify-content: space-evenly;
    }

        .HeaderTwo .NavBreadcrumb a {
            color: #CDA274;
        }

        .HeaderTwo .NavBreadcrumb li {
            color: #FFFFFF;
        }

/***********************************************Paging********************************/
.PagingNav {
}

    .PagingNav .pagination {
        justify-content: center;
    }

        .PagingNav .pagination .page-item {
            background-color: transparent;
            margin-left: 6px;
        }

            .PagingNav .pagination .page-item a {
                background-color: transparent;
                color: white;
                font-weight: bold;
                font-size: 18px;
                border: 2px solid #CDA274;
                border-radius: 50%;
                width: 55px;
                height: 55px;
                display: flex;
                align-items: center;
                justify-content: space-evenly;
            }

            .PagingNav .pagination .page-item.active a {
                background-color: #CDA274;
                color: white;
            }

            .PagingNav .pagination .page-item a:hover {
                background-color: #CDA274;
                color: white;
            }


/*****************************ContactUs*************************/
.ConatctUsRight {
    background-color: #CDA274;
    padding: 40px 25px;
}

    .ConatctUsRight h4 {
        font-weight: bold;
        margin-bottom: 30px;
    }

    .ConatctUsRight .Location {
        display: flex;
        padding-bottom: 25px;
    }

        .ConatctUsRight .Location .LocationIcon {
            display: flex;
            align-items: center;
            margin-left: 7px;
            font-size: 30px;
            color: #CDA274;
            border: 2px solid #FFFFFF;
            border-radius: 50%;
            justify-content: space-evenly;
            width: 60px;
            height: 60px;
        }

            .ConatctUsRight .Location .LocationIcon i {
                color: #FFFFFF;
            }

        .ConatctUsRight .Location .LocationText span {
            display: block;
        }

.ConatctUsLeft {
    background-color: #FFFFFF;
    padding: 40px;
    background-image: url("../images/contact-bg.png");
    height: 100%;
}

    .ConatctUsLeft .InputText input {
        height: 54px;
        background-color: #fff;
        border-color: transparent;
        transition: .5s;
        border: 1px solid #e6e6e6;
        padding: 6px 20px;
        border-radius: 5px;
        display: block;
        width: 100%;
        color: #00132b;
        margin-bottom: 16px;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

    .ConatctUsLeft .InputText select {
        height: 54px;
        background-color: #fff;
        border-color: transparent;
        transition: .5s;
        border: 1px solid #e6e6e6;
        padding: 6px 20px;
        border-radius: 5px;
        display: block;
        width: 100%;
        color: #00132b;
        margin-bottom: 16px;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

    .ConatctUsLeft textarea {
        background-color: #fff;
        border-color: transparent;
        transition: .5s;
        border: 1px solid #e6e6e6;
        padding: 6px 20px;
        border-radius: 5px;
        display: block;
        width: 100%;
        color: #00132b;
        margin-bottom: 16px;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

    .ConatctUsLeft .Location {
        display: flex;
        padding-bottom: 5px;
        color: #000000;
    }

        .ConatctUsLeft .Location .LocationIcon {
            display: flex;
            align-items: center;
            margin-left: 7px;
            font-size: 30px;
            color: #CDA274;
            border: 2px solid #000000;
            border-radius: 50%;
            justify-content: space-evenly;
            width: 60px;
            height: 60px;
        }

            .ConatctUsLeft .Location .LocationIcon i {
                color: #000000;
            }
        .ConatctUsLeft .Location .LocationText span {
            display: block;
            color: #000000;
        }
        .ConatctUsLeft hr {
            color: #000000;
        }

.BtnMainBlack {
    display: inline-block;
    border: 1px solid #CDA274;
    padding: 14px 34px;
    transition: .5s;
    margin: 30px 0 0;
    color: #000000;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

    .BtnMainBlack:hover {
        color: #000000;
        cursor: pointer;
    }

    .BtnMainBlack:before {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        top: 0;
        width: 33%;
        height: 100%;
        background: url(../images/button.jpg);
        transition: .5s;
    }

    .BtnMainBlack:hover:before {
        width: 100%;
    }
/******************************AboutUsPagePage**********************************/
.AboutUsPagePage h1 {
    font-size: 25px;
}

.AboutUsPagePage span {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 20px;
    display: inline-block;
}

.AboutUsPagePage p {
    text-align: justify;
}
/********************************FAQ*************************/

.FAQ .accordion-button::after {
    margin-left:unset;
    margin-right:auto;
}
