@font-face {
    font-family: 'Greta-Medium';
    src: url('../../fonts/Greta_Arabic_Medium.otf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Greta-Light';
    src: url('../../fonts/Greta_Arabic_Light.otf');
}
                .boldFont {
                    font-family: 'Greta-Medium';
                }
                
                html {
                    direction: rtl;
                    text-align: right;
                }
                
                .white {
                    color: white;
                }
                
                .container {
                    max-width: 1248px;
                }
                
                button {
                    outline: none !important;
                }
                
                .gray {
                    color: #6A6B6B;
                }
                
                body {
                    font-family: 'Greta-Light' !important;
                    text-align: right;
                    overflow-x:hidden;
                    background-color: white;
                    position: relative;
                }
                
                .MenubItems span {
                    font-size: 13px;
                }
                
                body p,
                body {
                    line-height: 24px;
                    font-size: 16px;
                    font-family: 'Greta-Light' !important;
                }
                
                a:hover {
                    cursor: pointer;
                    color: inherit;
                    text-decoration: none !important;
                }
                
            
                
                h1,
                h2,
                h3,
                h4,
                h5,
                h6 {
                    font-family: 'Greta-Medium';
                }
                
                .Menub {
                    height: 50px;
                }
                
                .Menub .navbar-brand {
                    margin-left: 5%;
                }
                
                .sidemenu {
                    background-color: #4E3C73;
                    padding: 50px 60px;
                    border: 1px solid #707070;
                    height: 100%;
                }
                
                .MenubItems li {
                    display: inline-block;
                    padding: 10px;
                }
                
                .MenubItems a {
                    color: white;
                    font-family: 'Greta-Light';
                    font-size: 14px;
                }
.dropdown-menu
{
    min-width:9rem !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent !important;
}
.burgermainmenu a {
    color: #ffffffbf;
}
                
                .burgermainmenu ul {
                    list-style-type: none !important;
                    padding: 0px;
                    margin: 0px;
                    text-align: center;
                }
                
                .burgermainmenu ul li {
                    padding: 10px 35px;
                    display: inline-block !important;
                }
                
                .burgermainmenu ul li a {
                    color: #ffffff6b;
                    font-size: 21px;
                    font-family: 'Greta-Light' !important;
                }
                
                .burgermainmenu h5 {
                    text-align: right
                    font: normal normal 300 16px/25px "Greta-Medium" !important;
                    letter-spacing: 0px;
                    color: #FFFFFF;
                    text-transform: uppercase;
                    opacity: 1;
                }
                
                .mainHeader {
                    padding-top: 40px;
                }
                
                .Readmorebox {
                    margin-top: 40px;
                    text-transform:none !important;
                }
                
                .sectionpadding {
                    padding: 0px 10px;
                }
                
                .viewall {
                    text-align: right;
                }
                
                .ReadMore {
                    border: 1px solid #ffffff59;
                    padding: 7px 20px;
                    color: #fff;
                }
                
                .mainmenu .active:after {
                    content: "\2716" !important;
                }
                
                #hamburger-icon {
                    display: inline-block;
                    width: 80px;
                    position: relative;
                    bottom: 23px;
                    z-index: 99999;
                    -webkit-transform: rotate( 0deg);
                    -moz-transform: rotate(0deg);
                    -o-transform: rotate(0deg);
                    transform: rotate( 0deg);
                    -webkit-transition: .5s ease-in-out;
                    -moz-transition: .5s ease-in-out;
                    -o-transition: .5s ease-in-out;
                    transition: .5s ease-in-out;
                    cursor: pointer;
                }
                
                .burgermainmenu-header {
                    margin-top: 80px !important;
                }
                
                #hamburger-icon span {
                    display: block;
                    position: absolute;
                    height: 2px;
                    width: 40%;
                    background: #fff;
                    border-radius: 3px;
                    opacity: 1;
                    left: 0;
                    -webkit-transform: rotate( 0deg);
                    -moz-transform: rotate(0deg);
                    -o-transform: rotate(0deg);
                    transform: rotate( 0deg);
                    -webkit-transition: .25s ease-in-out;
                    -moz-transition: .25s ease-in-out;
                    -o-transition: .25s ease-in-out;
                    transition: .25s ease-in-out;
                }
                /* Hamburger Lines  */
                
                #hamburger-icon span:nth-child(1) {
                    top: 10px;
                    left: 4px;
                }
                
                #hamburger-icon span:nth-child(2),
                #hamburger-icon span:nth-child(3) {
                    top: 16px;
                    left: 4px;
                }
                
                #hamburger-icon span:nth-child(4) {
                    top: 22px;
                    left: 4px;
                }
                
                #hamburger-icon.hamburger-open span {
                    background: #fff
                }
                
                #hamburger-icon.hamburger-open span:nth-child(1) {
                    top: 18px;
                    width: 0%;
                    left: 50%;
                }
                
                #hamburger-icon.hamburger-open span:nth-child(2) {
                    -webkit-transform: rotate(45deg);
                    -moz-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    transform: rotate(45deg);
                }
                
                #hamburger-icon.hamburger-open span:nth-child(3) {
                    -webkit-transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }
                
                #hamburger-icon.hamburger-open span:nth-child(4) {
                    top: 18px;
                    width: 0%;
                    left: 50%;
                }
                
                .overlay {
                    height: 0%;
                    width: 100%;
                    position: absolute;
                    z-index: 1;
                    top: 0;
                    left: 0;
                    overflow-y: hidden;
                    transition: 0.5s;
                }
                
                .overlay::before {
                    background-position: right bottom !important;
                    mix-blend-mode: screen;
                    content: "";
                    background-image: url(../images/menulayer.png);
                    background-size: 40%;
                    position: absolute;
                    top: 0px;
                    background-position: right;
                    right: 0px;
                    background-repeat: no-repeat;
                    bottom: 0px;
                    left: 0px;
                    opacity: 0.4;
                }

.overlay-open {
    height: 650px;
}
                
                .overlay-content {
                    position: absolute;
                    width: 100%;
                    top: -30px;
                    text-align: center;
                    margin-top: 30px;
                }
                
               
                
                .mainslider {
                    width: 100%;
                    height: 650px;
                }
                
                .swiper-container {
                    width: 100%;
                    height: 100%;
                }
                
                .slide {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    position: relative;
                    text-align: center;
                    font-size: 18px;
                    background: #fff;
                    overflow: hidden;
                }
                
                .slide-image {
                    position: absolute;
                    top: -200px;
                    left: -200px;
                    width: calc(100% + 400px);
                    height: calc(100% + 400px);
                    background-position: 50% 50%;
                    background-size: cover;
                }
                
                .slide-content {
                    display: block !important;
                    position: absolute;
                    right: 9%;
                    top: 40%;
                    text-align: right
                }
                
                .slide-title {
                    font-size: 35px;
                    line-height: 55px;
                    max-width: 100%;
                    white-space: normal;
                    word-break: break-word;
                    color: #FFF;
                    z-index: 100;
                    position: relative;
                    font-family: 'Greta-Medium' !important;
                    z-index: 9;
                    font-weight: normal;
                    display: block !important;
                    text-align: right;
                }

.slide-content::before {
    z-index: 0;
    content: '';
    display: inline-block;
    width: 15%;
    border-bottom-left-radius: 0%;
    top: 25px;
    position: absolute;
    height: 32px;
    background: #16BECF;
}
.tour .row
{
    margin-left:0px !important;
}
.slide-title2 {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 15px;
    max-width: 45%;
    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 100;
    font-family: 'Greta-Light' !important;
    text-transform: uppercase;
    text-transform: initial;
    font-weight: normal;
}
                
                .slide-title3 {
                    font-size: 18px;
                    line-height: 1.5;
                    max-width: 100%;
                    white-space: normal;
                    word-break: break-word;
                    color: #FFF;
                    z-index: 5;
                    font-family: 'Greta-Light';
                    text-transform: uppercase;
                    font-weight: normal;
                    text-align: right
                }

.slider-image {
    display: block !important;
    position: absolute;
    left: 9%;
    top: 30%;
    z-index: 9999;
    text-align: right;
}
                .slider-image img {
                    width: 85%;
                }
                
                .slide-title span {
                    white-space: pre;
                    display: inline-block;
                    opacity: 0;
                }
                
                .slideshow {
                    position: relative;
                }
                
                .slideshow-pagination {
                    position: absolute;
                    bottom: 5rem;
                    left: 0%;
                    flex-direction: row;
                    display: flex;
                    width: 100%;
                    flex-wrap: wrap;
                    justify-content: flex-start;
                    transition: .3s opacity;
                    z-index: 10;
                    top: 91%;
                    background-color: #E2646A;
                    padding: 10px 9% !important;
                    z-index: 1;
                    height: 62px;
                }
                
                .slideshow-pagination-item {
                    display: flex;
                    align-items: center;
                }
                
                .slideshow-pagination-item .pagination-number {
                    opacity: 0.5;
                }
                
                .slideshow-pagination-item:hover,
                .slideshow-pagination-item:focus {
                    cursor: pointer;
                }
                
                .slideshow-pagination-item:last-of-type .pagination-separator {
                    width: 0;
                }
                
                .slideshow-pagination-item.active .pagination-number {
                    opacity: 1;
                }
                
                .slideshow-pagination-item.active .pagination-separator {
                    width: 3vw;
                }
                
                .slideshow-navigation-button {
                    position: absolute;
                    top: 0;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100%;
                    width: 5rem;
                    z-index: 1000;
                    transition: all .3s ease;
                    color: #FFF;
                }
                
                .slideshow-navigation-button:hover,
                .slideshow-navigation-button:focus {
                    cursor: pointer;
                    background: rgba(0, 0, 0, 0.5);
                }
                
                .slideshow-navigation-button.prev {
                    left: 0;
                }
                
                .slideshow-navigation-button.next {
                    right: 0;
                }
                
                .pagination-number {
                    font-size: 15px;
                    color: #FFF;
                    font-family: 'Oswald', sans-serif;
                    padding: 3px 0.5rem;
                }
                
                .pagination-separator {
                    display: none;
                    position: relative;
                    width: 40px;
                    height: 2px;
                    background: rgba(255, 255, 255, 0.25);
                    transition: all .3s ease;
                }
                
                @media (min-width: 45em) {
                    .pagination-separator {
                        display: block;
                    }
                }
                
                .pagination-separator-loader {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: #FFFFFF;
                    transform-origin: 0 0;
                }
                
                .slider-shadow {
                    background-image: -moz-linear-gradient( 90deg, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.8) 100%);
                    background-image: -webkit-linear-gradient( 90deg, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.8) 100%);
                    background-image: -ms-linear-gradient( 90deg, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.8) 100%);
                    height: 400px;
                }
                
                .mainHeader {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    z-index: 10000;
                }
                
                .swiper-slide {
                    height: 730px !important;
                    position: relative;
                }
                
                .tickertitle {
                    width: 50% !important;
                }
                
                .owl-item {
                    margin-left: 0px !important
                }
                
                #newscontent {
                    margin-right: 10px;
                    float: right;
                    width: 100%;
                    padding-top: 20px;
                }
                
                #newscontent a {
                    color: white;
                }
                
                #owl-carousel2 .title {
                    color: white;
                }
                
                #owl-carousel2 .post {
                    color: white;
                }
                
                #owl-carousel2 a {
                    color: white;
                }
                
                #owl-carousel2 a:hover {
                    color: #A80006;
                    text-decoration: none;
                }
                
                #owl-carousel2 .owl-carousel .owl-dot,
                .owl-carousel .owl-nav .owl-next,
                .owl-carousel .owl-nav .owl-prev {
                    cursor: pointer;
                    cursor: hand;
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    background-color: transparent !important;
                    width: 43px;
                    height: 40px;
                    margin: 10px 4px;
                    border: none;
                }
                
                #owl-carousel2 .owl-nav {
                    text-align: center;
                }
                
                #owl-carousel3 .owl-nav {
                    text-align: center;
                    margin-top: 30px;
                }
                
                #owl-carousel3 {
                    direction:initial !important;
                    margin: 50px 0px!important;
                    text-align: center;
                }
                
                .Partners {
                    text-align: center;
                    margin-top: 3%;
                }
                
                .menuscitems li {
                    display: inline-block;
                }
                
                .menuc li a {
                    color: black;
                    padding: 0px 10px;
                }
                
                .follow li {
                    display: inline-block;
                    padding: 0px 5px;
                }
                
                .menuscitems a {
                    font-size: 14px;
                    color: #ffffffa6;
                    padding: 0px 10px;
                }
                
                .menuscitems a:hover {
                    text-decoration: none;
                }
                
                .menuscitems li:last-child:after {
                    content: "";
                }
                
                .line1 {
                    height: 1px;
                    background-color: #fff6;
                }
                
                .menuscitems {
                    padding: 0;
                }
                
                .footermenu {
                    margin-top: 20px;
                    margin-bottom: 0px;
                }
                
                .footermenu h6 {
                    color: #fff;
                    text-align:right;
                    font-family: 'Greta-Light';
                    font-size: 14px;
                    font-weight: bold;
                }
                
                .footermenu a {
                    color: #7E7E7E;
                    font-size: 15px;
                }
                
                .footermenu p {
                    margin-bottom: 1px;
                }
                
                .Powered p {
                    font-size: 14px;
                    font-family: 'Greta-Light';
                }
                
                .js-owl-carousel2 {
                    text-align: center;
                    margin-top: 27px;
                    position: absolute;
                    justify-content: space-between;
                    display: flex;
                    width: 100%;
                    bottom: 60%;
                    z-index: 99;
                }
                
                .owl-next span,
                .owl-prev span {
                    background-color: #0000008a !important;
                }
                
                .js-owl-carousel2 .owl-prev {
                    background: transparent !important;
                    border: none;
                    padding: 0px;
                }
                
                .js-owl-carousel2 .owl-next {
                    background: transparent !important;
                    border: none;
                    padding: 0px;
                }
                
                .js-owl-carousel4 {
                    text-align: center;
                    margin-top: 27px;
                }
                
                .js-owl-carousel4 .owl-prev {
                    background: transparent !important;
                    border: none;
                }
                
                .js-owl-carousel4 .owl-next {
                    background: transparent !important;
                    border: none;
                }
                
                .services .owl-carousel .owl-dot,
                .owl-carousel .owl-nav .owl-next,
                .owl-carousel .owl-nav .owl-prev {
                    cursor: pointer;
                    cursor: hand;
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    background-color: #BFBFBF;
                    border: none;
                    height: 11px;
                    width: 40px;
                    margin: 0px 7px;
                    ;
                }
                
                .services .owl-carousel .owl-dots .active {
                    background-color: #157283 !important;
                    border: none;
                    height: 11px;
                    width: 40px;
                    margin: 0px 7px;
                    ;
                }
                
                .services .owl-dots {
                    text-align: center;
                    margin: 20px;
                }
                
                .innerheader {
                    background-image: url(../images/inner.png);
                    background-size: 80%;
                }
                
                .innerheaderContent {
                    position: relative;
                    padding-top: 120px;
                    color: white;
                    padding-right: 64px;
                    text-align:right !important;
                }
.testominal-card .card-title::before {
    z-index: 0;
    content: '';
    display: inline-block;
    width: 100%;
    border-bottom-left-radius: 0%;
    position: absolute;
    top: 25%;
    height: 20px;
    right: 1%;
    background: #FFCF6B;
    z-index: -1;
}
.card-title {
    font-weight: bold;
    position: relative;
    z-index: 99;
}

.innerheaderContent hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
                
                .breadcrumb {
                    transform: translate(0px, 10px);
                    display: flex;
                    flex-wrap: wrap;
                    padding: 0px;
                    margin-bottom: 1rem;
                    list-style: none;
                    background-color: transparent;
                    border-radius: .25rem;
                }
                
                .breadcrumb a {
                    color: white;
                    text-decoration: none !important;
                }
                
                .breadcrumb-item.active {
                    color: #fff;
                }
                
                .breadcrumb-item+.breadcrumb-item::before {
                    display: inline-block;
                    padding-right: .5rem;
                    color: white;
                    content: "||";
                }
                
                .share {
                    margin: 0;
                    position: relative;
                    right: 10px;
                }
                
                .line2 {
                    margin-top: 1rem;
                    margin-bottom: 1rem;
                    border: 0;
                    border-top-color: currentcolor;
                    border-top-style: none;
                    border-top-width: 0px;
                    border-top: 1px solid rgba(255, 255, 255, 0.5);
                }
                
                .share li {
                    color: white;
                    list-style: none;
                    display: inline-block;
                    font-size: 13px;
                }
                
                .share li a {
                    color: white;
                }
                
                #pause_trigger {
                    display: none !important;
                }
                
                #play_trigger {
                    display: none !important;
                }
                
                .footer {
                    background-color: #3D3D3D;
                    padding-top: 65px;
                }
                
                .explore {
                    text-align:right !important;
                    margin-top: 4%;
                }
                
                .carousel-indicators li {
                    width: 10px !important;
                    height: 10px !important;
                    background-color: #F9B830 !important;
                    border-radius: 50%;
                }
                
                .carousel-indicators {
                    z-index: 9999999;
                }
                
                #slider-animation2 {
                    margin-top: 5% !important;
                }
                
                .gallery-item {
                    background-color: #F1F1F1;
                    padding: 10px;
                    min-height: 630px;
                }

.tour {
    margin-top: 6%;
    text-align: right;
}
                .gallery-image {
                    padding-top: 150px;
                }
                
                .gallery-image-center {
                    padding-top: 50px;
                }
                
                .gallery-item h5 {
                    font-size: 14px;
                }
                
                .gallery-title {
                    padding-top: 30px;
                }
                
                .gallery-title h5 {
                    max-width: 75%;
                    margin: 0 auto;
                    text-align: right;
                    background-color: #F9B830;
                    padding: 8px;
                }
                
                .gallery-item-title2 {
                    text-align: center;
                    padding: 10px 45px;
                }
                
                .gallery-item-title2 span {
                    font-size: 14px;
                    color: #16BECF;
                }
                
                .gallery-item-main {
                    background-color: #F1F1F1;
                    min-height: 630px;
                }
                
                .gallery-item-main .gallery-title-main::before {
                    content: '';
                    display: inline-block;
                    width: 88%;
                    top: 60px;
                    z-index: 0;
                    position: relative;
                    height: 32px;
                    background: #F9B830;
                }
                
                .gallery-item-main .gallery-title-main h1 {
                    position: relative;
                    z-index: 999999999999;
                }
                
                .gallery-brefi-main {
                    text-align: right;
                    padding: 10px 20px;
                }
                
                .maintour-background {
                    background: linear-gradient(#0000000d, #00000078), url(../images/menuimage.png);
                    height: 100%;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: 100% 55%;
                }
                
                .side-tour-backgound {
                    background-image: url(../images/slidetour.png);
                    height: 365px;
                    max-height: 365px;
                    background-size: cover;
                    background-position: center;
                }
                
                .side-tour-backgound2 {
                    background-image: url(../images/slidetour2.png);
                    height: 335px;
                    max-height: 375px;
                    background-size: cover;
                    background-position: center;
                }
                
                .maintour-content {
                    position: relative;
                    width: 100%;
                    top:35%;
                    right: 10%;
                }
                
                .maintour-title h5 {
                    font-size: 35px;
                    color: #fff;
                }
                
                .maintour-title,
                .silde-tourtitle {
                    position: relative;
                    z-index: 99999999;
                }
                
                .maintour-content .maintour-title::before {
                    content: '';
                    display: inline-block;
                    width: 35%;
                    top: 60px;
                    z-index: -1;
                    position: relative;
                    height: 32px;
                    background: #E2646A;
                }
                
                .maintour-breif {
                    max-width: 80%;
                    padding-top: 3%;
                }
                
                .maintour-breif p {
                    color: #fff;
                    font-size:20px;
                    line-height:30px;
                }
.Powered a:hover {
    color: #16BECF !important;
}
                
                .Tourbtn {
                    border: 3px solid #fff;
                    margin-top: 30px;
                    width: 85%;
                    padding: 0px 20px;
                    text-align: center;
                }
                
                .Tourbtn h2,
                .side-tour-content h2 {
                    color: #fff;
                    font-size: 35px;
                }
                
                .side-tour-content {
                    position: relative;
                    top: 60%;
                    padding: 0px 30px;
                }
.testominal-card-image {
    text-align: center;
    height: 115px;
}
    .testominal-card-image img {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }
.testominal-card {
    min-width: 280px;
    border-radius: 4px;
    min-height: 525px;
}
.qution-image {
    position: relative;
    top: 35px;
    right: 6%;
}
    .side-tourtitle {
                    background-color: #0A99CC;
                }
                
                .side-breif p {
                    color: #fff;
                }
                
                .side-tour-content2 {
                    padding: 10% 8%;
                }
                
                .side-tourtitle2 h2 {
                    color: #fff;
                }
                
                .side-tourtitle2 {
                    max-width: 80%;
                }
                
                .booktitle {
                    padding-top: 3%;
                }
                
                .booktitle span {
                    color: #ffffff94;
                    font-family: 'Greta-Light' !important;
                    font-size: 22px;
                }
                
                .openining-hours {
                    padding-top: 10%;
                }
                
                .opening-hours-text span {
                    color: #fff;
                }
                
                .viewbtn {
                    font-weight: bold;
                }

.events {
    margin-top: 5%;
    text-align: right;
}
                
                .events-items {
                    margin-top: 5%;
                    margin-bottom: 10%;
                }
                
                .event-date {
                    padding-top: 15px;
                }
                
                .event-date span {
                    color: #C16261;
                    font-family: 'Greta-Light' !important;
                    font-size: 14px;
                }
                
                .event-title {
                    padding-top: 10px;
                }
                
                .event-title h5 {
                    font-size: 15px;
                }
                
                .banners {
                    background-color: #EEEEEE;
                    height: 250px;
                    padding-top: 30px;
                }
                
                .banneritem {
                    background-color: #fff;
                    border: 1px solid #7070705e;
                    height: 107px;
                    padding: 10px 0px;
                    margin: 0px 10%;
                }
                
                .Exhibitions p {
                    color: #7E7E7E;
                    text-align: right
                }
                
                .input-group {
                    width: 50% !important;
                    margin: 0 auto !important;
                }
                
                .newsletter {
                    background-color: transparent;
                    border: 0px solid transparent;
                    border-radius: 0;
                }
                
                .form-control:focus {
                    color: #495057;
                    background-color: transparent;
                    border-color: transparent;
                    outline: 0;
                    box-shadow: 0 0 0 0.2rem transparent;
                }
                
                .input-group-text {
                    background-color: transparent;
                    border: 1px solid transparent;
                }
                
                 ::placeholder {
                    color: #FFF !important;
                    opacity: 1;
                    /* Firefox */
                }
                
                .eventviewall {
                    color: #C1C1C1;
                }
                
                .secondarymenu ul {
                    padding: 0px;
                }
                
                .secondarymenu ul li a {
                    font-size: 13px;
                    color: #ffffffa6;
                }
                
                .secondarymenu {
                    padding-top: 5%;
                }

.overlay  .accordion {
    background-color: transparent;
    color: #eee;
    text-align: right;
    border-bottom: 1px solid #707070;
    cursor: pointer !important;
    padding: 17px;
    width: 97%;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    text-align: right outline: none !important;
    font-size: 1rem;
    transition: all 0.4s ease-out;
    font-size: 13px;
}
                
                .accordion-dropdown {
                    background-color: transparent;
                    color: #fff;
                    font-size: 13px !important;
                    text-align:right;
                    border-bottom: 1px solid #707070;
                    cursor: pointer !important;
                    padding: 17px;
                    width: 97%;
                    border-left: 1px solid transparent;
                    border-right: 1px solid transparent;
                    border-top: 1px solid transparent;
                    text-align: right
                    outline: none !important;
                    font-size: 1rem;
                    transition: all 0.4s ease-out;
                }
                
                .accordion-dropdown:after {
                    content: "\002B";
                    color: #eee;
                    font-weight: bold;
                    font-size: 20px;
                    float: left;
                    margin-left: 0.5rem;
                }

.accordion-content {
    padding: 0 1rem;
    background-color: transparent;
    color: #aaa;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.accordion-content ul {
    list-style-type: circle;
    padding: 0.2rem;
}
                
                .accordion-content ul li {
                    padding: 0.2rem 0;
                }
                
                .mainmenu {
                    margin-top: 2%;
                }
                
                .accordion-content ul li {
                    display: block;
                    text-align: right
                }
                
                .sidemenuimage {
                    height: 700px;
                    max-height: 750px;
                }
                
                #owl-carousel4 {
                    display: none;
                }
                
                #owl-carousel5 {
                    display: none;
                }
                
                .carousel-inner {
                    height: 680px;
                }
                
                .box {
                    display: none;
                    width: 220px;
                    height: 50px;
                    background-color: #e2646a82;
                    border: 1px solid #e2646a29;
                    color: #fff;
                    left: 17%;
                    z-index: 0;
                    padding: 5px 0;
                    top: 85px;
                    position: absolute;
                }
                
                .bg-none {
                    background-color: transparent;
                }
                
                .box ul li {
                    padding: 10px 5px;
                }
                
                .responsivemenu {
                    display: none;
                }
                
                .owl-dots {
                    text-align: center;
                }
                
                .owl-dots .active {
                    opacity: 1;
                }
.content-body {
    margin-bottom: 10% !important;
    margin-top: 5%;
}
.owl-dot {
    border: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0px 5px;
    background-color: #F9B830;
    opacity: 0.5;
}
                
                .innerheader {
                    background-image: linear-gradient(#00000036, #00000059), url(../images/slider.png);
                    background-repeat: no-repeat;
                    background-size: cover;
                    height: 380px;
                }
                
                .innerheaderContent {
                    position: relative;
                    z-index: 1;
                }
                
                /*.innerheaderContent h1::before {
                    z-index: -1;
                    content: '';
                    display: inline-block;
                    width: 100%;
                    border-bottom-left-radius: 0%;
                    top: 75%;
                    position: absolute;
                    height: 30px;
                    background: #16BECF;
                }*/
                
                .sharesection {
                    margin-top: 5%;
                }

.contentbody {
    padding: 50px 100px;
    margin-bottom: 5%;
}

.circle {
    cursor: pointer;
    z-index: 3;
    position: relative;
}
.custom-block-maintitle
{
    text-align:center;
    margin-top:50px !important;
}
    .custom-block-maintitle h2 {
        color: #fff;
        font-size: 26px;
        padding-bottom: 10px;
    }
.customblock-card:before {
    grid-area: child;
    background: linear-gradient(0deg,var(--gradient-start,#000c) 0,var(--gradient-mid,#0000008c) 50%,var(--gradient-end,#0000) 70%);
    width: 100%;
    height: 100%;

    align-self: flex-end;
    position: absolute;
}
.customblock-card {
    max-width: 280px;
    transition: transform .3s;
    margin-bottom: 10%;
    border-radius: 4px;
    will-change: transform;
    transform: scaleX(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.custom-block-content {
    position: absolute;
    z-index: 999999;
    top: 55%;
    padding: 0px 15px;
    right: 0%;
    width: 100% !important;
}
/*= input focus effects css
=========================== */
:focus {
    outline: none;
}
                
                input[type="text"] {
                    font: 15px/24px "Lato", Arial, sans-serif;
                    color: #333;
                    width: 100%;
                    box-sizing: border-box;
                    letter-spacing: 1px;
                }
                
                .effect-2 {
                    border: 0;
                    padding: 7px 0;
                    border-bottom: 5px solid #707070;
                }
                
                .effect-2~.focus-border {
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    width: 0;
                    height: 4px;
                    background-color: #3399FF;
                    transition: 0.4s;
                }
                
                .effect-2:focus~.focus-border {
                    width: 92%;
                    transition: 0.4s;
                    left: 0;
                }
                
                .input-group-text {
                    position: relative;
                    right: 80%
                }
                
                .responsivebackground {
                    display: none;
                    text-align: center;
                }
                
                .page {
                    width: 100%;
                    height: 100vh;
                    font-size: 0;
                    display: flex;
                    flex-flow: column nowrap;
                    justify-content: stretch;
                }
                
                .img-wrapper {
                    flex: 1 1 50%;
                }

                    .img-wrapper a {
                        display: block;
                        width: 100%;
                        height: 100%;
                        background-position: center;
                    }
                
                .img-wrapper:first-child a {
                    background-image: url(../images/slidetour.png);
                    background-position: top 0 left 100%;
                    background-size: cover;
                    height:100% !important;
                }
                
                .img-wrapper:last-child a {
                    background-image: url(../images/slidetour2.png);
                    background-position: top 0 right 100%;
                    background-size: cover;
                }
                
                .whattodo {
                    background-image: linear-gradient(rgb(0 0 0 / 35%), #00000069), url(../images/innerimage.png);
                    height: 545px;
                    background-repeat: no-repeat;
                    text-align: center;
                    padding-top: 5%;
                }
                
                .whattodo-title h1 {
                    font-size: 35px;
                    color: #fff;
                    position: relative;
                    z-index: 999999999;
                }
                
                .whattodo-breif p {
                    color: #fff;
                    font-size: 16px;
                }
                
                .whattodoitems {
                    margin-top: 8%;
                }
                
                .whattodo-image img {
                    border: 1px solid #ffffff70;
                    padding: 40px 50px;
                }
                
                .whattodo-item-breif p {
                    font-size: 13px;
                    color: #fff;
                    padding-top: 15px;
                }
                
                .whattodo-title h1::before {
                    z-index: -1;
                    content: '';
                    display: inline-block;
                    width: 40%;
                    border-bottom-left-radius: 0%;
                    top: 59%;
                    position: absolute;
                    height: 30px;
                    background: #0a99cc8f;
                }
                
                .intro2 {
                    text-align: center;
                    margin-top: 5%;
                    margin-bottom: 5%;
                }
                
                .intro-breif p {
                    max-width: 75%;
                    margin: 0 auto;
                }
                
                .intro-title h3 {
                    padding-bottom: 20px;
                }
                
                .intro-title h3::before {
                    z-index: -1;
                    content: '';
                    display: inline-block;
                    width: 24%;
                    border-bottom-left-radius: 0%;
                    top: 10%;
                    position: absolute;
                    height: 30px;
                    background: #FFCF6B;
                }
                
                .intro-title {
                    position: relative;
                }
                
                .whattodo-breif {
                    padding-top: 15px;
                }

.accordion-content ul li a {
    font-size: 13px;
    padding-right: 10px;
}
.footerlink a
{
    color:#fff !important;
}
.breadcrumbpart
{
    padding-left:10px;
}

/* ===========================================
Night Css
=========================================== */
body.night {
    background: #ddd;
}

    body.night .letest-news {
        background: #ddd;
    }

    body.night .bg-brown {
        background: #400600 !important;
    }

    body.night .banner {
        background: #000;
    }

    body.night .slick-slide img {
        opacity: 0.8;
    }

    body.night .banner-menus {
        background: rgba(234, 234, 234, 0.9);
    }

    body.night .about-us .announcement-block {
        border: 5px solid #eee;
    }

    body.night .letest-news .card {
        background: #eee;
    }

    body.night .section-title span.bottom-line {
        background: #eee;
    }

    body.night .footer {
        background: #ddd;
        padding: 40px 0;
    }

    body.night .benifits .card {
        background: #ddd;
    }

/* ===========================================
Contrast Css
=========================================== */
body.highcontrast {
    background: #898989 !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

    body.highcontrast #slider-animation2 {
        background:transparent !important;
    }
    body.highcontrast .section-title h2 {
        color: #fff;
    }

    body.highcontrast .letest-news .section-title h2 {
        color: #393939;
    }
/* ===========================================
font 120
=========================================== */
body.fsize120 {
    font-size: 18px;
}

    body.fsize120 .slide-title {
        font-size: 39px;
    }

    body.fsize120 p {
        font-size: 20px;
    }

    body.fsize120 ul.navbar-nav li.nav-item a.nav-link {
        font-size: 18px;
    }

    body.fsize120 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 21px;
        padding: 0 20px !important;
    }

    body.fsize120 .bannerContent h1 {
        font-size: 41px;
        line-height: 49px;
    }

    body.fsize120 .bannerContent h6 {
        font-size: 18px;
        max-width: 540px;
    }

    body.fsize120 .banner-menus ul li .media .media-body h5 {
        font-size: 17px;
    }

    body.fsize120 .section-title h2 {
        font-size: 39px;
    }

    body.fsize120 .letest-news .card .date {
        font-size: 17px;
    }

    body.fsize120 .letest-news .card .card-title {
        font-size: 17px;
    }

    body.fsize120 .benifits .card-title {
        font-size: 18px;
    }

    body.fsize120 .footer h5 {
        font-size: 18px;
    }

    body.fsize120 .contact-info ul li,
    body.fsize120 .contact-info ul li a {
        font-size: 16px;
    }

    body.fsize120 .inner-title h2 {
        font-size: 39px;
    }

    body.fsize120 .page-body-template .section-title h3 {
        font-size: 29px;
    }

    body.fsize120 .list-group-item a {
        font-size: 19px;
    }

    body.fsize120 .page-body-template .card-title {
        font-size: 18px;
    }

    body.fsize120 .Readmorebox span {
        font-size: 22px;
    }

    body.fsize120 h2 {
        font-size: 2.4rem;
    }

    body.fsize120 h1 {
        font-size: 2.9rem;
    }

    body.fsize120 .gallery-item h5 {
        font-size: 18px;
    }

    body.fsize120 .maintour-title h5 {
        font-size: 39px;
    }

    body.fsize120 .event-title h5 {
        font-size: 19px;
    }

    body.fsize120 .footermenu a {
        font-size: 19px;
    }

    body.fsize120 .footermenu h6 {
        font-size: 20px;
    }

/* ===========================================
font 110
=========================================== */
body.fsize110 {
    font-size: 17px;
}

    body.fsize110 .slide-title {
        font-size: 37px;
    }

    body.fsize110 p {
        font-size: 17px;
    }

    body.fsize110 ul.navbar-nav li.nav-item a.nav-link {
        font-size: 15px;
    }

    body.fsize110 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 18px;
    }

    body.fsize110 .bannerContent h1 {
        font-size: 37px;
        line-height: 47px;
    }

    body.fsize110 .bannerContent h6 {
        font-size: 17px;
        max-width: 540px;
    }

    body.fsize110 .banner-menus ul li .media .media-body h5 {
        font-size: 16px;
    }

    body.fsize110 .section-title h2 {
        font-size: 37px;
    }

    body.fsize110 .letest-news .card .date {
        font-size: 16px;
    }

    body.fsize110 .letest-news .card .card-title {
        font-size: 16px;
    }

    body.fsize110 .benifits .card-title {
        font-size: 17px;
    }

    body.fsize110 .footer h5 {
        font-size: 17px;
    }

    body.fsize110 .contact-info ul li,
    body.fsize110 .contact-info ul li a {
        font-size: 15px;
    }

    body.fsize110 .inner-title h2 {
        font-size: 37px;
    }

    body.fsize110 .page-body-template .section-title h3 {
        font-size: 27px;
    }

    body.fsize110 .list-group-item a {
        font-size: 18px;
    }

    body.fsize110 .page-body-template .card-title {
        font-size: 17px;
    }

    body.fsize110 .Readmorebox span {
        font-size: 20px;
    }

    body.fsize110 h2 {
        font-size: 2.2rem;
    }

    body.fsize110 h1 {
        font-size: 2.7rem;
    }

    body.fsize110 .gallery-item h5 {
        font-size: 16px;
    }

    body.fsize110 .maintour-title h5 {
        font-size: 37px;
    }

    body.fsize110 .event-title h5 {
        font-size: 17px;
    }

    body.fsize110 .footermenu a {
        font-size: 17px;
    }

    body.fsize110 .footermenu h6 {
        font-size: 18px;
    }
/* ===========================================
font 90
=========================================== */
body.fsize90 {
    font-size: 15px;
}

    body.fsize90 .footermenu a {
        font-size: 13px;
    }

    body.fsize90 .footermenu h6 {
        font-size: 14px;
    }

    body.fsize90 .event-title h5 {
        font-size: 15px;
    }

    body.fsize90 .maintour-title h5 {
        font-size: 33px;
    }

    body.fsize90 h1 {
        font-size: 2.3rem;
    }

    body.fsize90 .Readmorebox span {
        font-size: 16px;
    }

    body.fsize90 h2 {
        font-size: 1.8rem;
    }

    body.fsize90 p {
        font-size: 15px;
    }

    body.fsize90 ul.navbar-nav li.nav-item a.nav-link {
        font-size: 13px;
    }

    body.fsize90 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
    }

    body.fsize90 .bannerContent h1 {
        font-size: 35px;
        line-height: 47px;
    }

    body.fsize90 .bannerContent h6 {
        font-size: 15px;
        max-width: 540px;
    }

    body.fsize90 .banner-menus ul li .media .media-body h5 {
        font-size: 14px;
    }

    body.fsize90 .section-title h2 {
        font-size: 35px;
    }

    body.fsize90 .letest-news .card .date {
        font-size: 14px;
    }

    body.fsize90 .letest-news .card .card-title {
        font-size: 14px;
    }

    body.fsize90 .benifits .card-title {
        font-size: 15px;
    }

    body.fsize90 .footer h5 {
        font-size: 15px;
    }

    body.fsize90 .contact-info ul li,
    .contact-info ul li a {
        font-size: 13px;
    }

    body.fsize90 .inner-title h2 {
        font-size: 33px;
    }

    body.fsize90 .page-body-template .section-title h3 {
        font-size: 23px;
    }

    body.fsize90 h2 {
        font-size: 1.6rem;
    }

    body.fsize90 .list-group-item a {
        font-size: 16px;
    }

    body.fsize90 .page-body-template .card-title {
        font-size: 15px;
    }

    body.fsize90 .gallery-item h5 {
        font-size: 14px;
    }

/* ===========================================
font 90
=========================================== */
body.fsize80 {
    font-size: 14px;
}

    body.fsize80 .maintour-title h5 {
        font-size: 31px;
    }

    body.fsize80 .footermenu h6 {
        font-size: 12px;
    }

    body.fsize80 .gallery-item h5 {
        font-size: 12px;
    }

    body.fsize80 .footermenu a {
        font-size: 11px;
    }

    body.fsize80 h1 {
        font-size: 2.1rem;
    }

    body.fsize80 h2 {
        font-size: 1.4rem;
    }

    body.fsize80 .event-title h5 {
        font-size: 13px;
    }

    body.fsize80 .Readmorebox span {
        font-size: 14px;
    }

    body.fsize80 p {
        font-size: 14px;
    }

    body.fsize80 ul.navbar-nav li.nav-item a.nav-link {
        font-size: 12px;
    }

    body.fsize80 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 15px;
    }

    body.fsize80 .bannerContent h1 {
        font-size: 33px;
        line-height: 47px;
    }

    body.fsize80 .bannerContent h6 {
        font-size: 14px;
        max-width: 540px;
    }

    body.fsize80 .banner-menus ul li .media .media-body h5 {
        font-size: 13px;
    }

    body.fsize80 .section-title h2 {
        font-size: 33px;
    }

    body.fsize80 .letest-news .card .date {
        font-size: 13px;
    }

    body.fsize80 .letest-news .card .card-title {
        font-size: 13px;
    }

    body.fsize80 .benifits .card-title {
        font-size: 14px;
    }

    body.fsize80 .footer h5 {
        font-size: 14px;
    }

    body.fsize80 .contact-info ul li,
    body.fsize80 .contact-info ul li a {
        font-size: 12px;
    }

    body.fsize80 .inner-title h2 {
        font-size: 31px;
    }

    body.fsize80 .page-body-template .section-title h3 {
        font-size: 21px;
    }

    body.fsize80 .list-group-item a {
        font-size: 15px;
    }

    body.fsize80 .page-body-template .card-title {
        font-size: 14px;
    }

/* ===========================================
font 90
=========================================== */
body.fsize70 {
    font-size: 13px;
}

    body.fsize70 .maintour-title h5 {
        font-size: 29px;
    }

    body.fsize70 h2 {
        font-size: 1.2rem;
    }

    body.fsize70 .footermenu h6 {
        font-size: 10px;
    }

    body.fsize70 h1 {
        font-size: 1.9rem;
    }

    body.fsize70 .footermenu a {
        font-size: 10px;
    }

    body.fsize70 .event-title h5 {
        font-size: 10px;
    }

    body.fsize70 p {
        font-size: 13px;
    }

    body.fsize70 .gallery-item h5 {
        font-size: 10px;
    }

    body.fsize70 .Readmorebox span {
        font-size: 12px;
    }

    body.fsize70 ul.navbar-nav li.nav-item a.nav-link {
        font-size: 11px;
    }

    body.fsize70 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 14px;
    }

    body.fsize70 .bannerContent h1 {
        font-size: 32px;
        line-height: 47px;
    }

    body.fsize70 .bannerContent h6 {
        font-size: 13px;
        max-width: 540px;
    }

    body.fsize70 .banner-menus ul li .media .media-body h5 {
        font-size: 12px;
    }

    body.fsize70 .section-title h2 {
        font-size: 32px;
    }

    body.fsize70 .letest-news .card .date {
        font-size: 12px;
    }

    body.fsize70 .letest-news .card .card-title {
        font-size: 12px;
    }

    body.fsize70 .benifits .card-title {
        font-size: 13px;
    }

    body.fsize70 .footer h5 {
        font-size: 13px;
    }

    body.fsize70 .inner-title h2 {
        font-size: 29px;
    }

    body.fsize70 .page-body-template .section-title h3 {
        font-size: 19;
    }

    body.fsize70 .list-group-item a {
        font-size: 14px;
    }

    body.fsize70 .page-body-template .card-title {
        font-size: 13px;
    }
.innerheaderContent h1 {
    font-size:35px !important;
    position: relative;
    display: inline-block;
    
}
.photo-gallery-content {
    padding: 0px 18px;
}
.showgallery {
    padding: 12px 10px;
    color: #16BECF;
}
.pagination .page-item .page-link {
    margin-left: 7px;
    padding: 0;
    color: #777;
    border: 1px solid #777 !important;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 0 !important;
    transition: all 0.5s;
}

.pagination .page-item:nth-child(2) .page-link,
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination .page-item {
    border: 1px solid transparent;
    /*line-height: 35px;*/
}

    .pagination .page-item:last-child .page-link span img,
    .pagination .page-item:nth-child(2) .page-link span img {
        transform: rotate(180deg);
    }

    .pagination .page-item .page-link:focus {
        box-shadow: none;
    }

    .pagination .page-item:not(:nth-child(2)) .page-link:hover {
        color: #fff;
        background: #ff9b43;
    }

    .pagination .page-item:first-child:hover .page-link,
    .pagination .page-item:last-child:hover .page-link,
    .pagination .page-item:nth-child(2):hover .page-link {
        border: 1px solid #835847;
        background: transparent;
    }

.itemDirection {
    direction: ltr
}

.pagination {
    direction: ltr;
    padding: 16px;
}


.itemDirection .rotateImg {
    padding: 10px !important;
}

.CurrentPageClass {
    color: #fff !important;
    background: #835847;
    cursor: pointer;
}

    .CurrentPageClass:hover {
        color: #777;
        background: #fff;
        cursor: pointer;
    }

.NumericClass:hover {
    cursor: pointer !important;
    color: #fff;
    background: #835847;
    text-decoration: none;
    cursor: pointer;
}

.CurrentPageClass, .NumericClass {
    border: 1px solid #777;
    padding: 0px 8px 0px 8px;
    transition: all 0.5s;
    color: #777;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    height: 31px;
}

.page-item.active .page-link {
    background-color: #16BECF;
    color: #fff;
}
.block-card {
    border: 1px solid #a1a1a1;
    max-width: 280px;
    border-radius: 0;
    padding: 25px 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    transition: all 0.5s;
}
    .block-card:hover {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
        transform: translateY(-5px );
    }

.content-body p {
    color: #00000a;
    margin-bottom: 0px !important;
}
.footermenu ul
{
    padding:0px !important;
}
.menulogo {
    text-align: right !important;
}
.UlShareIcons {
    padding-right: 10px;
}
.block-card {
    border: 1px solid #a1a1a1;
    max-width: 280px;
    border-radius: 0;
    padding: 25px 0px;
    margin: 5% auto !important;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    transition: all 0.5s;
}

    .block-card .card-footer {
        background-color: transparent !important;
        border-top: 1px solid transparent !important;
        padding: 0px !important;
    }

    .block-card .card-body {
        padding: 7px 5px;
    }

    .block-card:hover {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
        transform: translateY(-5px );
    }
.shopbtn, .readmorebtn {
    text-align: center;
    background-color: #16BECF;
    padding: 15px 10px;
}

    .shopbtn a, .readmorebtn a {
        color: #fff !important;
        font-weight:bold;
    }

.arrow {
    font-size: 0;
    text-align: right !important;
}

.inner-arrow {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 8% 50%);
    width: 40%;
    margin-left: auto;
    padding: 10px 0px !important;
    display: inline-block;
    background-color: #16BECF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    vertical-align: middle;
}

.price {
    color: #fff;
    font-size: 12px;
    padding: 1px 6px;
    text-align: right;
}
.shop-content img {
    width: 200px;
    height: 220px;
    border: 1px solid gray;
}
.btn-link:hover
{
    text-decoration:none !important;
}
.shop-content {
    text-align: center;
}
.shop-content, .block-content {
    padding: 0px 15px;
}
    .block-content .card-title {
        text-align: center !important;
    }
    .block-content .card-text {
        text-align: center !important;
    }
    .card-title
    {
        z-index:99 !important;
    }
.vistdate {
    color: #8bced5 !important;
    font-weight: bold;
}

.mainmenu {
    overflow-y: scroll;
    height: 350px;
    max-height: 375px;
}
/* ===== Scrollbar CSS ===== */


/* Chrome, Edge, and Safari */
.mainmenu::-webkit-scrollbar {
    width: 16px;
}

.mainmenu::-webkit-scrollbar-track {
    background: transparent !important;
}
.custom-block-maintitle h3 {
    font-size: 18px;
    letter-spacing: 1.6px;
    color: #fff;
}
.customblock-card:before {
    content: "";
    z-index: 1;
}
.customblock-card:hover {
    transform: scale3d(1.025,1.025,1);
}
.customblock-card:before {
    grid-area: child;
    background: linear-gradient(0deg,var(--gradient-start,#000c) 0,var(--gradient-mid,#0000008c) 50%,var(--gradient-end,#0000) 70%);
    width: 100%;
    height: 100%;
    align-self: flex-end;
    position: absolute;
}
.mainmenu::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: 20px solid #443160 /*or any height and color you want*/;
    border-radius: 20px;
}
.dropdown-item {
    color: #000 !important;
}
.bg-l-grey {
    border-bottom: 1px solid #16BECF !important;
}

.umbraco-forms-form .checkboxlist input, .umbraco-forms-form .radiobuttonlist input, .umbraco-forms-form .checkbox input {
    margin-bottom: 2% !important;
}
.umbraco-forms-form input.text, .umbraco-forms-form textarea
{
    margin-bottom:2% !important;
}
.umbraco-forms-navigation input {
    background-color: #16BECF;
    color: #fff;
}
.pagination {
 justify-content:center;
}
.umbraco-forms-field-wrapper input {
    width: 40% !important;
}
.Powered a {
    color: #fff !important;
}
.gallery-brefi-mains
{
    padding:0px 20px;
}
@-moz-document url-prefix() {
    .maintour-content {
        top: 35% !important;
    }
}

.checkbox .umbraco-forms-field-wrapper {
    float: right;
    padding-left: 10px;
}
.overlay-content .row {
    width:100% !important;
    margin-right:0px !important;
}
label.umbraco-forms-label {
    display: inline-block !important;
}
label.umbraco-forms-label {
    margin-bottom: 2% !important;
}
.umbraco-forms-indicator {
    color: red !important;
}
.accordion .card-body {
    color: #000 !important;
}

.shop-content img {
    width: 200px;
    height: 220px;
    border: 1px solid gray;
}
.block-card {
    max-width: 280px;
    border-radius: 0;
    box-shadow:none !important;
    border: 1px solid transparent !important;
    margin: 5% auto !important;
    transition: all 0.5s;
}

.shop-content .card-title::before {
    z-index: 0;
    content: '';
    display: inline-block;
    width: 50%;
    border-bottom-left-radius: 0%;
    position: absolute;
    top: 57%;
    height: 15px;
    left: 25%;
    background: #FFCF6B;
    z-index: -1;
    /* width: 100%; */
}
.btn-block {
    color: #000;
    text-align:right !important;
}
.btn-link.focus, .btn-link:focus
{
    text-decoration:none !important;
}

.newsletter {
    font-family: 'Greta-Medium' !important;
}
.umbraco-forms-form .umbraco-forms-navigation {
    padding: 1em 1em !important;
}
.language {
    position: relative;
    right: 20px;
}
.recaptcha2 .umbraco-forms-label {
    margin-top: 2% !important;
}
.d-flex li {
    list-style-type: none;
}