/* ----------------------------------------------
:: Template Name: Dorne - Directory & Listing Template
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com
:: Version: v1.0.0
:: Last Updated: 12-23-2017
---------------------------------------------- */

/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800,900');

/* Import CSS */

@import 'bootstrap/bootstrap.min.css';
@import 'others/animate.css';
@import 'others/magnific-popup.css';
@import 'others/owl.carousel.min.css';
@import 'others/font-awesome.min.css';
@import 'others/pe-icon-7-stroke.css';
@import 'lightbox.css';

/* Base CSS */



* {
    margin: 0;
    padding: 0;
}

#preloader {
    overflow: hidden;
    background-color: #29272d;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    direction: ltr;
}

.dorne-load {
    width: 60px;
    height: 60px;
    background-color: transparent;
    position: relative;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.95);
    z-index: 9;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    left: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-animation: 1000ms linear 0s normal none infinite running dorneload;
    animation: 1000ms linear 0s normal none infinite running dorneload;
}

#preloader2 {
    overflow: hidden;
    /* background-color: #29272d; */
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    direction: ltr;
}

.dorne-load2 {
    width: 60px;
    height: 60px;
    background-color: transparent;
    position: relative;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.2) rgba(6, 6, 6, 0.2) rgba(0, 0, 0, 0.95);
    z-index: 9;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    left: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-animation: 1000ms linear 0s normal none infinite running dorneload;
    animation: 1000ms linear 0s normal none infinite running dorneload;
}

#preloader3 {
    overflow: hidden;
    background-color: #29272d;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    direction: ltr;
}

.dorne-load3 {
    width: 60px;
    height: 60px;
    background-color: transparent;
    position: relative;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.95);
    z-index: 9;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    left: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-animation: 1000ms linear 0s normal none infinite running dorneload;
    animation: 1000ms linear 0s normal none infinite running dorneload;
}


@-webkit-keyframes dorneload {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes dorneload {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

html {
    scroll-behavior: smooth;
    /* background: url(../img/fixedBg2.png) no-repeat; */
    background-attachment: fixed;
    background-position: left top;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: url(../img/fixedBg2.png) no-repeat;
    /* background: url(../img/fixedBg.png) no-repeat; */
    background-attachment: fixed;
    /* background-position: right bottom; */
    background-position: left top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 1.3;
}

p {
    color: #696969;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.section-padding-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-padding-150-0 {
    padding-top: 150px;
    padding-bottom: 0;
}

.section-padding-0-150 {
    padding-top: 0;
    padding-bottom: 150px;
}

.section-padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

img {
    max-width: 100%;
    height: auto;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
    font-weight: 600;
}

li {
    list-style: none;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

.dorne-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.dorne-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
}



    .section-heading h4 {
        font-weight: 800;
        line-height: 1;
        color: #fff;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .section-heading h2 {
        font-size: 42px;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 60px;
        color: #fff;
    }

    .section-heading p {
        line-height: 1;
        color: #fff;
        margin-bottom: 0;
        font-size: 18px;
    }

    .section-heading.dark span {
        background-color: #a47a40;
    }

    .section-heading.dark h4 {
        color: #2a2a2a;
    }

    .section-heading.dark p {
        color: #d4d4d4;
    }

#scrollUp {
    bottom: 70px;
    font-size: 18px;
    right: 0;
    width: 40px;
    background-color: #29272d;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 44px;
    border-radius: 0;
    font-size: 36px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.bg-overlay,
.bg-overlay-9 {
    position: relative;
    z-index: 1;
}

    .bg-overlay:after,
    .bg-overlay-9:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(14, 2, 35, 0.5);
        z-index: -1;
    }

    .bg-overlay-9:after {
        background-color: rgba(39, 23, 4, 0.8);
    }

.bg-gray {
    background-color: #f9f9f9;
}

.bg-default {
    background-color: #29272d;
}

.dorne-btn {
    min-width: 125px;
    height: 52px;
    background-color: #a47a40;
    border-radius: 0;
    padding: 0 15px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    cursor: pointer;
}

    .dorne-btn:hover,
    .dorne-btn:focus {
        color: #fff;
        background-color: #a06214;
        font-weight: 600;
    }

/* Search Area CSS */

.dorne-search-form {
    width: 100%;
    position: fixed;
    z-index: 99999;
    height: 120px;
    background-color: #29272d;
    top: -100%;
    left: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow-x: hidden;
}

.loginFormOn .dorne-search-form.login {
    top: 0;
    bottom: 0;
    height: 100%;
}

.RegFormOn .dorne-search-form.reg {
    top: 0;
    bottom: 0;
    height: 100%;
}

.forgetFormOn .dorne-search-form.forget {
    top: 0;
    bottom: 0;
    height: 100%;
}

.sticky .dorne-search-form {
    height: 80px;
}

.dorne-search-form form {
    position: relative;
    z-index: 1;
    text-align: right
}

    .dorne-search-form form input {
        width: 100%;
        border: 1px solid rgba(255, 255, 255);
        background-color: transparent;
        height: 50px;
        color: #fff;
        padding: 0 20px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .dorne-search-form form #login-btn {
        float: left;
        line-height: 50px
    }

.search-close-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9;
    background-color: transparent;
    margin-top: -15px;
    top: 50px;
    border-radius: 50%;
    right: 30px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .search-close-btn:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .search-close-btn > i {
        line-height: 30px;
        font-size: 28px;
    }

/* Header & Menu Area CSS */

.header_area {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 120px;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    padding: 0 30px;
}

.sticky .header_area {
    background-color: rgb(255, 255, 255);
    height: 80px;
    z-index: 9999;
    border-bottom: 1px solid #ececec;
}

.navbar-brand {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-right: 70px;
}

    .navbar-brand img {
        max-width: 200px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

.sticky .navbar-brand img {
    max-width: 120px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
    font-weight: 700;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    color: #060a0d;
    font-size: 16px;
    font-weight: 400;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    color: #a47a40;
}

.dorne-search-btn > a,
.dorne-signin-btn > a {
    color: #fff;
    display: inline-block;
    margin-right: 40px;
    font-size: 15px;
}

    .dorne-search-btn > a i {
        padding-right: 10px;
    }

.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.dropdown-item {
    font-weight: 600;
    font-size: 14px;
    text-align: right;
}

    .dropdown-item:hover {
        background-color: #a47a40;
        color: #fff;
    }

.dropdown-toggle:after {
    border: none;
}

/* Welcome Area CSS */

.dorne-welcome-area {
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-content h2 {
    color: #2a2a2a;
    font-size: 36px;
    /* text-shadow: 0 2px 13px #000; */
    font-weight: 900;
    letter-spacing: -1px;
}

.hero-content h4 {
    color: #a57a41;
    margin-bottom: 0;
    padding-left: 5px;
    font-weight: 400;
    margin: 25px 0;
}

.hero-content a {
    background: #000;
    min-width: 150px;
    border-radius: 50px;
    padding: 10px 35px;
    color: #fff;
    font-weight: 400;
    /* margin-top: 20px; */
    display: inline-block;
}

.hero-search-form {
    margin-top: 90px;
    position: relative;
    z-index: 1;
}

    .hero-search-form .nav-tabs {
        border-bottom: none;
    }

        .hero-search-form .nav-tabs .nav-link {
            border: none;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            font-size: 12px;
            font-weight: 700;
            color: #fff;
            background-color: rgba(144, 103, 238, 0.65);
            text-transform: uppercase;
            min-width: 100px;
            height: 44px;
            line-height: 44px;
            padding: 0;
            text-align: center;
        }

            .hero-search-form .nav-tabs .nav-link.active {
                color: #fff;
                background-color: rgba(67, 25, 161, 0.65);
                border-color: transparent;
            }

    .hero-search-form .tab-content .tab-pane {
        padding: 35px;
        background-color: rgba(67, 25, 161, 0.65);
    }

        .hero-search-form .tab-content .tab-pane h6 {
            color: #fff;
            font-size: 18px;
            margin-bottom: 25px;
        }

        .hero-search-form .tab-content .tab-pane form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .hero-search-form .tab-content .tab-pane form .custom-select {
                height: 52px;
                border-radius: 0;
                padding: 0 80px 0 40px;
                color: #72728c;
                font-size: 12px;
                font-weight: 600;
                border: none;
                margin-right: 10px;
            }

.hero-social-btn {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 90px;
    left: 60px;
    z-index: 9;
}

    .hero-social-btn .social-title {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: -145px;
    }

        .hero-social-btn .social-title h6 {
            margin-bottom: 0;
            color: #fff;
            line-height: 1;
            margin-right: 30px;
        }

        .hero-social-btn .social-title span {
            background-color: #fff;
            width: 80px;
            height: 1px;
            display: block;
        }

    .hero-social-btn .social-btns {
        margin-top: 170px;
    }

        .hero-social-btn .social-btns > a {
            font-size: 15px;
            color: #fff;
            display: block;
            margin-top: 30px;
        }

/* Catagory Area CSS */

.dorne-catagory-area {
    position: relative;
    z-index: 9;
}

.single-catagory-area {
    background-color: #a47a40;
    text-align: center;
    padding: 60px 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .single-catagory-area:hover {
        box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.3);
    }

.all-catagories {
    position: relative;
    top: -50%;
    z-index: 15;
}

.single-catagory-area .catagory-content img {
    margin-bottom: 15px;
}

.single-catagory-area .catagory-content h6 {
    margin-bottom: 0;
    color: #fff;
}

/* About Us Area CSS */

.about-content h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 60px;
    letter-spacing: -1px;
}

.about-content span {
    color: #a47a40;
}

.about-content p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 0;
    color: #696969;
}

/* Editor's Pick Area CSS */

.dorne-editors-pick-area {
    position: relative;
    z-index: 1;
}

.editors-pick-info .places-total-destinations > a,
.editors-pick-info .add-more > a {
    height: 70px;
    display: inline-block;
    line-height: 70px;
    background-color: #a47a40;
    padding: 0 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

    .editors-pick-info .places-total-destinations > a:last-child {
        text-transform: capitalize;
        font-weight: 400;
        background-color: #2a2a2a;
    }

.editors-pick-info .add-more > a {
    background-color: #30c0a3;
    padding: 0 30px;
    font-size: 24px;
}

.single-editors-pick-area {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

    .single-editors-pick-area p {
        color: #d4d4d4;
        font-size: 18px;
    }

.editors-pick-info {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 9;
}

/* Features Area CSS */

.dorne-features-destinations-area,
.dorne-features-restaurant-area {
    padding: 100px 35px;
    position: relative;
    z-index: 1;
    background-image: url("../img/bgAsset.png");
    background-repeat: repeat;
    background-attachment: fixed;
}

.single-features-area {
    position: relative;
    z-index: 1;
    background-color: #f4f6f8;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .single-features-area .price-start p {
        position: absolute;
        top: 20px;
        left: 20px;
        background-color: #a47a40;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
        margin-bottom: 0;
        padding: 0 15px;
        font-weight: 600;
        color: #fff;
        z-index: 9;
    }

.feature-content {
    padding: 40px 30px;
}

    .feature-content .feature-title h5 {
        font-size: 18px;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 0;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .feature-content .feature-title p {
        font-size: 14px;
        margin-bottom: 0;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

.feature-favourite > a {
    color: #a47a40;
    font-size: 24px;
}

.single-features-area:hover {
    background-color: #a47a40;
    box-shadow: 3px 15px 30px rgba(0, 0, 0, 0.15);
}

    .single-features-area:hover .feature-content .feature-title h5,
    .single-features-area:hover .feature-content .feature-title p,
    .single-features-area:hover .feature-favourite > a {
        color: #fff;
    }

.ratings-map-area > a {
    padding: 0 30px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    height: 70px;
    line-height: 70px;
    background-color: #a47a40;
}

    .ratings-map-area > a:last-child {
        background-color: #2a2a2a;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

.ratings-map-area {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
}

.single-features-area:hover .ratings-map-area > a:last-child {
    background-color: #30c0a3;
}

/* Feature Events Area CSS */

.single-feature-events-area {
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-bottom: 50px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

    .single-feature-events-area .feature-events-thumb {
        position: relative;
        z-index: 1;
    }

        .single-feature-events-area .feature-events-thumb img {
            width: 100%;
            min-height: 140px;
            background: url(../img/bg-img/event-1.jpg) no-repeat;
            background-size: cover;
        }

.date-map-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

    .date-map-area > div {
        padding: 8px 15px;
        font-size: 12px;
        width: 125px;
        font-weight: 800;
        color: #fff;
        height: 35px;
        background-color: #a47a40;
        text-align: center;
    }

    .date-map-area > a {
    }

/* .date-map-area > a:last-child {
    background-color: #30c0a3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
} */

.feature-events-thumb {
    width: 170px;
    /* -webkit-box-flex: 0; 
    -ms-flex: 0 0 170px;
     flex: 0 0 170px; */
    display: inline-block;
    float: right;
}

.feature-events-content {
    position: relative;
    z-index: 2;
    padding: 20px 15px;
    display: inline-block;
    width: calc(100% - 180px);
}

.feature-events-details-btn > a {
    width: 65px;
    height: 50px;
    background-color: #2a2a2a;
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99
}

.feature-events-content h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.feature-events-content h6 {
    font-size: 14px;
    font-weight: 400;
    color: #bfb1de;
    margin-bottom: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.feature-events-content p {
    font-size: 14px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    color: #696969;
    max-height: 45px;
    overflow: hidden;
}

.innerpages .section-heading span {
    background-color: #a47a40;
}

.innerpages .section-heading h4 {
    color: #2a2a2a;
}

.innerpages .section-heading p {
    color: #2a2a2a;
}

.innerpages .single-feature-events-area {
    background-color: #f5f5f5;
    width: 100%;
    display: inline-block;
}

.single-feature-events-area:hover {
    background-color: #a06214;
}

    .single-feature-events-area:hover .feature-events-content h5,
    .single-feature-events-area:hover .feature-events-content p {
        color: #fff;
    }

/* Footer Area CSS */

.dorne-footer-area {
    padding: 30px 0;
    /* border-top: 1px solid #bec0cc; */
}

.footer-text {
    height: 48px;
    text-align: left;
    margin-top: 40px;
}

    .footer-text p {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
        color: #696969;
    }

.footer-social-btns > a {
    display: inline-block;
    color: #464646;
    padding: 0 6px;
    font-size: 14px;
}

    .footer-social-btns > a i {
        font-size: 30px;
        color: #A57A41;
    }
/* Breadcumb Area CSS */

.breadcumb-area {
    height: 120px;
    position: relative;
    z-index: 1;
}

.logo-footer {
    width: 90px;
    margin-bottom: 3px;
}

.footer-social-btns {
    margin-top: 40px;
    text-align: center;
}

/* Contact Area CSS */

.contact-form-area {
    position: relative;
    z-index: 1;
    padding: 100px 40px 100px 50px;
}

.contact-form-area,
.dorne-map-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
}

#googleMap {
    width: 100%;
    height: 100%;
}

.contact-text h4 {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 50px;
}

.contact-text p {
    font-size: 14px;
    line-height: 2;
    margin: 0;
}

.single-contact-info {
    margin: 70px 0;
}

    .single-contact-info:first-child {
    }

    .single-contact-info h6 {
        font-size: 14px;
    }

        .single-contact-info h6 > i {
            color: #c2b6d9;
            margin-right: 0;
            margin-left: 30px;
        }

.contact-form {
    padding: 70px 30px;
    background-color: #e4e3e3;
}

.contact-form-title h6 {
    font-size: 18px;
    margin-bottom: 30px;
}

.contact-form .form-control {
    height: 50px;
    font-size: 12px;
    color: #72728c;
    font-weight: 600;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}

.contact-form textarea.form-control {
    height: 110px;
}

input[type=checkbox], input[type=radio] {
    width: 25px;
    height: 25px !important;
    float: right;
    margin-left: 10px;
    /*-moz-appearance: none;
    -webkit-appearance: none;*/
}

/* Explore Area CSS */

.explore-search-area,
.explore-map-area {
    height: 1100px;
}

#exploreGoogleMap {
    width: 100%;
    height: 100%;
}

.explore-search-area,
.explore-map-area,
.explore-search-form,
.explore-search-result {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
}

.explore-search-form {
    background-color: #a47a40;
    padding: 50px 40px;
}

    .explore-search-form h6 {
        font-size: 18px;
        color: #fff;
        margin-bottom: 35px;
    }

    .explore-search-form .nav-tabs {
        border-bottom: none;
        margin-bottom: 65px;
    }

        .explore-search-form .nav-tabs .nav-link {
            border: none;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            font-size: 12px;
            font-weight: 700;
            color: #fff;
            background-color: rgba(144, 103, 238, 0.65);
            text-transform: uppercase;
            min-width: 100px;
            height: 44px;
            line-height: 44px;
            padding: 0;
            text-align: center;
        }

            .explore-search-form .nav-tabs .nav-link.active {
                color: #fff;
                background-color: rgba(67, 25, 161, 0.65);
                border-color: transparent;
            }

    .explore-search-form .tab-content .tab-pane h6 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 25px;
    }

    .explore-search-form .tab-content .tab-pane form .custom-select {
        height: 52px;
        border-radius: 0;
        padding: 0 80px 0 40px;
        color: #72728c;
        font-size: 12px;
        font-weight: 600;
        border: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .explore-search-form .custom-control-description {
        font-size: 11px;
        color: #fff;
        font-weight: 600;
        line-height: 24px;
    }

.explore-search-result {
    padding: 0 40px;
    position: relative;
    z-index: 1;
    height: 1100px;
    overflow-y: auto;
}

    .explore-search-result .single-features-area {
        margin-bottom: 30px;
    }

/* Single Listing Area CSS */

.breadcumb-content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
}

.map-ratings-review-area {
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 999;
}

    .map-ratings-review-area > a {
        padding: 0 30px;
        height: 70px;
        line-height: 70px;
        color: #fff;
        font-size: 15px;
        background-color: #30c0a3;
    }

        .map-ratings-review-area > a:nth-child(2) {
            background-color: #a47a40;
        }

        .map-ratings-review-area > a:last-child {
            background-color: #fff;
            color: #2a2a2a;
        }

        .map-ratings-review-area > a i {
            font-size: 20px;
            margin-left: 10px;
        }

.book-a-table-widget {
    padding: 50px 30px;
    background-color: #a47a40;
}

    .book-a-table-widget h6 {
        font-size: 18px;
        color: #fff;
        margin-bottom: 30px;
    }

    .book-a-table-widget .custom-select {
        width: 100%;
        border: none;
        border-radius: 0;
        margin-bottom: 30px;
        height: 50px;
        font-size: 14px;
        color: #72728c;
        padding: 0 30px;
    }

.opening-hours-widget {
    padding: 50px 30px;
    background-color: #f3edff;
    position: relative;
    z-index: 1;
}

    .opening-hours-widget h6 {
        margin-bottom: 30px;
        font-size: 18px;
    }

.opening-hours li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .opening-hours li:first-child p {
        color: #a47a40;
    }

    .opening-hours li:last-child p {
        margin-bottom: 0;
    }

.author-widget > img {
    width: 43px !important;
    height: 43px !important;
    border-radius: 50%;
    margin-right: 30px;
}

.author-widget .authors-name > a {
    font-size: 14px;
    color: #2a2a2a;
    margin-bottom: 5px;
    display: block;
}

.author-widget .authors-name p {
    font-size: 12px;
    margin-bottom: 0;
}

.author-widget {
    padding: 25px 20px;
    background-color: #f3edff;
}

.contact-form-widget {
    padding: 50px 30px;
}

    .contact-form-widget h6 {
        margin-bottom: 30px;
        font-size: 18px;
    }


.listing-title {
    margin-bottom: 30px;
}

    .listing-title h4 {
        text-transform: uppercase;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .listing-title h6 {
        margin-bottom: 0;
    }


.single-listing-content .nav-pills {
    width: 30%;
    padding-left: 30px;
    float: right;
    margin-bottom: 30px;
}

    .single-listing-content .nav-pills li {
        width: 100%;
    }

    .single-listing-content .nav-pills .nav-link {
        padding: 15px 0;
        font-size: 18px;
        display: block;
        color: #2a2a2a;
        position: relative;
        z-index: 1;
        border-bottom: 2px solid #ebebeb;
        border-radius: 0;
    }

        .single-listing-content .nav-pills .nav-link:hover, .single-listing-content .nav-pills .active .nav-link {
            color: #a47a40;
            border-bottom: 2px solid #a47a40;
        }

.single-listing-content .tab-content {
    float: right;
    width: 70%;
    padding-top: 45px;
}

.single-listing-content p {
    text-align: justify;
    line-height: 2;
}

.single-listing-nav {
    border-bottom: 2px solid #ebebeb;
}



    .single-listing-nav ul {
        /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; */
    }

    .single-listing-nav li a {
        padding: 15px 10px;
        font-size: 14px;
        display: block;
        color: #2a2a2a;
        position: relative;
        z-index: 1;
    }

        .single-listing-nav li.active a,
        .single-listing-nav li a:hover {
            color: #a47a40;
        }

            .single-listing-nav li.active a:after {
                background-color: #a47a40;
                content: '';
                bottom: -2px;
                left: 0;
                position: absolute;
                width: 100%;
                height: 2px;
            }

.overview-content p {
    line-height: 2;
    margin-bottom: 50px;
}

.overview-content .custom-control-description {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}

.listing-menu-area h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.single-listing-menu {
    background-color: #f3edff;
    padding: 20px 40px;
    margin-bottom: 5px;
}

    .single-listing-menu p {
        margin-bottom: 0;
    }

    .single-listing-menu:nth-child(odd) {
        background-color: #fbf9ff;
    }

.listing-reviews-area h4 {
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

.reviewer-meta > img {
    width: 73px !important;
    height: 73px !important;
    border-radius: 50%;
    margin-right: 20px;
}

.review-title-ratings h5 {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 30px;
}

.single-review-area {
    margin-bottom: 50px;
}

.reviewer-content p {
    margin: 0;
    line-height: 2
}

.reviewer-name {
    padding-left: 93px;
    margin-top: 30px;
}

    .reviewer-name p {
        margin-bottom: 0;
        font-size: 12px;
    }

.location-on-map h4 {
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

#locationMap {
    width: 100%;
    height: 580px;
}

/*////////////////////////////////////////////////////////////////////*/
.search-form-on .dorne-search-form {
    top: 0;
    bottom: 0;
    height: 100%;
}

.login, .reg, .forget {
    color: #fff;
    text-align: center;
}

    .login h1, .reg h1, .forget h1 {
        color: #fff;
        margin-bottom: 40px;
    }

.dorne-editors-pick-area h5 {
    font-weight: 800;
    line-height: 1;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: .9rem;
}

.carousel-caption {
    bottom: 30%;
    text-align: right;
    right: 8%;
}

    .carousel-caption h3 {
        color: #fff;
        font-size: 2.8rem;
        font-weight: 900;
        background: rgba(0, 0, 0, 0.35);
        padding: 15px 40px;
        display: inline-block;
    }

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.dorne-features-restaurant-area .form-control {
    height: 50px;
    font-size: 12px;
    color: #72728c;
    font-weight: 600;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}

#seccessLog.error, #seccessReg.error, #seccessForget.error {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFCCCC;
    z-index: 10;
    color: #740D0A;
    border-left: 4px solid rgba(0,0,0,0.1)
}

#seccessLog p, #seccessReg p, #seccessMail p, #seccessForget p {
    color: #740D0A;
    border-left: 1px solid rgba(255,255,255,0.5);
    text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
    margin: 0
}

#seccessMail.error {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: #aa4650; */
    padding: 15px;
    z-index: 10;
    color: #fff;
    width: 60%;
    margin-right: 20%;
}
/*#seccessLog p, #seccessReg p, #seccessMail p, #seccessForget p {
    color: #740D0A;
    font-size: 24px;
    margin-bottom: 0;
    border: 2px solid #000;
    background-color: #FFCCCC
}*/
#seccessLog.seccess, #seccessReg.seccess, #seccessForget.seccess {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #C5EBD4;
    padding: 15px;
    z-index: 10;
    color: #184B21
}

#seccessMail.seccess {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #C5EBD4;
    padding: 15px;
    z-index: 10;
    color: #184B21
}

.inlineUl {
    padding-right: 40px;
}

    .inlineUl li {
        list-style: inherit;
        margin-bottom: 15px;
    }

.langBtn {
    border-radius: 50%;
    min-width: auto;
    height: auto;
    padding: 6px;
    line-height: 20px;
    margin-right: 30px;
}

.mr-auto, .mx-auto {
    margin-right: 60px !important;
    margin-left: auto !important;
}

.dorne-search-btn > a, .dorne-signin-btn > a {
    margin-right: 5px !important;
    margin-left: 5px;
    color: #060a0d;
    font-weight: 400;
}

.carousel-indicators {
    cursor: pointer;
    display: block;
    right: auto;
    left: 0;
    margin-left: 20px;
    bottom: 35%;
}

    .carousel-indicators li {
        position: relative;
        width: 12px;
        height: 12px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(32, 32, 32, 0.50);
        border-radius: 50%;
        margin-bottom: 15px;
    }

    .carousel-indicators .active {
        background-color: rgba(32, 32, 32, 1);
    }

/***************************New Index************************************/
#eltahk2 {
    padding: 100px 0;
    background: url(../img/abel2.jpg) no-repeat #fff;
    background-position: 0 70%;
}

.nadySection p {
    font-size: 18px;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 30px;
}

    .nadySection p i {
        color: #a57a41;
        font-style: normal;
        font-weight: 900;
    }

.welcome {
    background: url(../img/bg-img/hero-2.jpg);
    padding: 80px 0;
    color: #fff;
    position: relative;
    background-attachment: fixed;
}

    .welcome .overlay {
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .welcome h5 {
        color: #fff;
        font-size: 18px;
        font-weight: 900;
    }

    .welcome p {
        color: #fff;
        font-size: 18px;
        line-height: 2;
    }

.Raba {
    background: url(../img/Deeseertt.jpg) no-repeat;
    padding: 45px 0;
    background-position-x: 100%;
    background-position-y: 100%;
}

img.rabaImg {
    margin: 0 0 50px 50px;
}

.ltr {
    direction: ltr;
}

.Raba p {
    color: #fff;
    font-size: 18px;
    line-height: 2;
    font-weight: 600;
    margin-bottom: -1%;
}

.Ard {
    background: #000;
    background-image: url(../img/NewHome/fig01.png);
    background-repeat: no-repeat;
    color: #fff;
    padding: 30px 0;
    background-attachment: fixed;
    background-position: 10% 75%;
    background-size: 25%;
}

    .Ard h5 {
        color: #fff;
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .Ard p {
        color: #fff;
        font-size: 18px;
        line-height: 2;
    }

.Erm {
    background: #000;
    background-image: url(../img/fig04.png);
    background-repeat: no-repeat;
    color: #fff;
    padding: 30px 0;
    background-attachment: fixed;
    background-position: 90% 75%;
    background-size: 25%;
}

    .Erm h5 {
        color: #fff;
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .Erm p {
        color: #fff;
        font-size: 18px;
        line-height: 2;
    }

.Horizon {
    background: #000;
    background-image: url(../img/fig02.png);
    background-repeat: no-repeat;
    color: #fff;
    padding: 30px 0;
    background-attachment: fixed;
    background-position: 90% 32%;
    background-size: 25%;
}

    .Horizon h5 {
        color: #fff;
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .Horizon p {
        color: #fff;
        font-size: 18px;
        line-height: 2;
    }

.Bas {
    padding: 40px 0;
    background: #a57a41;
}

    .Bas h5 {
        color: #fff;
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .Bas h4 {
        color: #fff;
    }

.News h5 {
    padding-top: 30px;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 40px;
}

.News .form-control {
    display: block;
    width: 100%;
    padding: .75rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: 0 0 10px 0 rgba(204, 204, 204, 0.75);
}

.News .btn {
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 10px;
    border-radius: 4px 0 0 4px;
    height: 49px;
}

.kafela {
    padding: 100px 0;
    background: #fff;
    background-image: url(../img/NewHome/rakayipMask.png);
    background-repeat: no-repeat;
    background-position: 0 55px;
}

    .kafela h3 {
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 40px;
    }

    .kafela .convoy-trip {
        border-radius: 10px;
        -webkit-box-shadow: -5px 10px 14px 0px rgba(222,222,222,1);
        -moz-box-shadow: -5px 10px 14px 0px rgba(222,222,222,1);
        box-shadow: -5px 10px 14px 0px rgba(222,222,222,1);
        height: 420px;
        margin-top: 45px;
        width: 90%;
        position: relative;
        overflow: hidden;
    }

    .kafela .convoy-trip-details {
        width: 90%;
        margin: 0 auto;
    }

        .kafela .convoy-trip-details h6 {
            margin-top: 15px;
            color: #000;
            font-weight: 600;
        }

        .kafela .convoy-trip-details span {
            color: #a57a41;
            display: inline-block;
            margin-bottom: 10px;
        }

        .kafela .convoy-trip-details p {
            height: 100px;
            font-size: 16px;
            overflow: hidden;
        }

        .kafela .convoy-trip-details .show-more-container {
            position: absolute;
            width: 100%;
            right: 0;
            bottom: 0;
            padding-bottom: 0;
            background: -webkit-linear-gradient(270deg,rgba(255,255,255,0),#f5f5f5);
            background: -o-linear-gradient(270deg,rgba(255,255,255,0),#f5f5f5);
            background: -moz-linear-gradient(270deg,rgba(255,255,255,0),#f5f5f5);
            background: -ms-linear-gradient(270deg,rgba(255,255,255,0),#f5f5f5);
            height: 170px;
        }

        .kafela .convoy-trip-details .trip-details-show-more {
            background: #000;
            border-radius: 50px;
            padding: 10px 35px;
            color: #fff;
            font-weight: 400;
            display: block;
            margin: 5px auto;
            width: 130px;
            text-align: center;
            position: relative;
            margin-top: -7%;
        }

    .kafela .convoy-trip-img span {
        position: absolute;
        top: 15px;
        background: #a57a41;
        color: #fff;
        padding: 3px 14px 5px;
        border-radius: 3px;
        font-size: 12px;
        right: 20px;
    }

    .kafela .item {
        box-shadow: 0 0 40px 0 rgba(204, 204, 204, 0.75);
        border-radius: 8px;
        position: relative;
        padding-bottom: 30px;
        margin-top: 50px;
    }

    .kafela img {
        border-radius: 8px 8px 0 0;
        max-height: 200px;
        width: 100%;
    }

    .kafela .item h5 {
        font-size: 18px;
        font-weight: 900;
        padding: 20px 20px 0 20px;
    }

    .kafela .item i {
        font-size: 14px;
        font-style: normal;
        padding: 0 20px;
        color: #a57a41;
    }

    .kafela .item p {
        font-size: 16px;
        padding: 0 20px;
        margin-top: 10px;
        line-height: 1.8;
        height: 145px;
        overflow: hidden;
    }

    .kafela .item .btn {
        background: #000;
        color: #fff;
        width: 150px;
        border-radius: 50px;
    }

.btnmore {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.50);
    padding: 35px;
}

[aos="fade"] {
    opacity: 0;
    transition-property: opacity;
}

    [aos="fade"].aos-animate {
        opacity: 1;
    }


.tearea {
    border: 0px;
}

.hover-slide {
    position: absolute;
    /*margin-left: 30%;*/
    z-index: 10;
    margin-top: -6%;
}

.btn.start-me {
    margin: 0 auto;
}


.down {
    position: fixed;
}


.downscroll {
    width: 80%;
}

/* .carousel-inner{
    
  scroll-behavior: smooth;
  
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-points-y: repeat(300px);
  scroll-snap-points-y: repeat(300px);
  scroll-snap-type: mandatory;
}

.carousel-inner::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .carousel-inner::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 10px;
  }
  .carousel-inner::-webkit-scrollbar-track {
    background: transparent;
  }

  */


#elthk {
    background: #000;
    min-width: 150px;
    border-radius: 50px;
    padding: 10px 35px;
    color: #fff;
    font-weight: 400;
    /* margin-top: 20px; */
    display: inline-block;
}

.abell {
    height: 1%;
    margin-right: 5%;
}

#Nady {
    padding: 100px 0;
    background: url(../img/abel.png) no-repeat #fff;
    background-position: 0% 80%;
}

.abell2 {
    margin-right: 64%;
    margin-top: -20%;
}

/* Features Section */
.features {
    margin-top: 90px;
    margin-bottom: 80px;
}

    .features .inner-feature-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .features .feature-img {
        display: block;
        margin: 0;
    }

    .features .feature-txt {
        line-height: 1.8em;
        width: 100%;
    }

    .features .feature-head {
        margin-bottom: 15px;
    }
/* End Features Section */

/* Start Surprise Section */
.surprise {
    background: #000;
    background-image: url(../img/fig03.png);
    background-repeat: no-repeat;
    color: #fff;
    padding: 30px 0;
    background-attachment: fixed;
    background-position: 10% 75%;
    background-size: 25%;
}

    .surprise h5 {
        color: #fff;
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .surprise p {
        color: #fff;
        font-size: 18px;
        line-height: 2;
    }
/* End Surprise Section */

/* Start Alraba page */
#About {
    background: url(../img/bg-img/event-3.jpg) no-repeat #fff;
    background-position: 0% 0%;
}

.section-padding-60-raba {
    margin-top: 60px;
    padding-bottom: 130px;
    margin-bottom: 20px;
}

.About .headline {
    font-size: 40px;
    font-weight: 700;
}

.top-paragrapgh {
    padding-left: 20px;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
}

.information {
    margin-top: 25px;
    margin-bottom: 50px;
}

    .information .info-inner {
        height: 325px;
        border-radius: 8px;
        overflow: hidden;
        margin-top: 25px;
        -webkit-box-shadow: -5px 10px 14px 0px rgba(222,222,222,1);
        -moz-box-shadow: -5px 10px 14px 0px rgba(222,222,222,1);
        box-shadow: -5px 10px 14px 0px rgba(222,222,222,1);
    }

        .information .info-inner .info-inner-img {
            height: 65%;
            overflow: hidden;
        }

            .information .info-inner .info-inner-img img {
                width: 100%;
                display: block;
                margin: 0 auto;
            }

        .information .info-inner p {
            padding: 10px 30px;
            max-height: 35%;
            overflow: hidden;
        }
    /*.information .info-inner img{
    height: 220px;
    width: 100%;
}*/
    .information .all-info .centering{
        margin-right: 25%;
    }

.Beren {
    background: #000;
    background-image: url(../img/fig04.png);
    background-repeat: no-repeat;
    color: #fff;
    padding: 30px 0;
    background-attachment: fixed;
    background-position: 90% 75%;
    background-size: 25%;
}

    .Beren h5 {
        color: #fff;
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .Beren p {
        color: #fff;
        font-size: 18px;
        line-height: 2;
    }

.library {
    margin-bottom: 40px;
    margin-top: 40px;
}

    .library .library-info-inner {
        height: 450px;
        border-radius: 8px;
        overflow: hidden;
        margin-top: 25px;
        -webkit-box-shadow: -5px 10px 14px 0px rgba(222,222,222,1);
        -moz-box-shadow: -5px 10px 14px 0px rgba(222,222,222,1);
        box-shadow: -5px 10px 14px 0px rgba(222,222,222,1);
        position: relative;
        margin-bottom: 20px;
    }

        .library .library-info-inner .info-inner-img {
            height: 53%;
            overflow: hidden;
        }

            .library .library-info-inner .info-inner-img img {
                width: 100%;
                /*height: 100%;*/
                display: block;
                margin: 0 auto;
            }

        .library .library-info-inner h6 {
            padding: 10px 30px 0;
            font-weight: 900;
        }

        .library .library-info-inner p {
            padding: 0 30px 10px;
            height: 130px;
        }
/*.library .library-info-inner img{
    height: 220px;
    width: 100%;
}*/

.download-btn-container {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    padding-bottom: 0;
    background: -webkit-linear-gradient(270deg,rgba(255,255,255,0),#f5f5f5);
    background: -o-linear-gradient(270deg,rgba(255,255,255,0),#f5f5f5);
    background: -moz-linear-gradient(270deg,rgba(255,255,255,0),#f5f5f5);
    background: -ms-linear-gradient(270deg,rgba(255,255,255,0),#f5f5f5);
    height: 170px;
}

.download-btn {
    background: #000;
    border-radius: 50px;
    padding: 10px 65px;
    color: #fff;
    font-weight: 400;
    display: block;
    margin: 5px auto;
    width: 200px;
    text-align: center;
    position: relative;
    margin-top: -7%;
}
/* End Alraba page */


/*****************************************
******** Update 12-2-2018 ****************
* by Abdelrahman Haridy
* AbharWork.com
********************************************/
/* Vertical Carousel */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}
.vert .lets-start {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}


/*! lightgallery - v1.6.11 - 2018-05-22
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
@font-face {
    font-family: 'lg';
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .lg-icon {
    font-family: 'lg';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none;
  }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF;
  }
  .lg-actions .lg-next {
    right: 20px;
  }
  .lg-actions .lg-next:before {
    content: "\e095";
  }
  .lg-actions .lg-prev {
    left: 20px;
  }
  .lg-actions .lg-prev:after {
    content: "\e094";
  }
  
  @-webkit-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @-moz-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @-ms-keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes lg-right-end {
    0% {
      left: 0;
    }
    50% {
      left: -30px;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  @-moz-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  @-ms-keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  @keyframes lg-left-end {
    0% {
      left: 0;
    }
    50% {
      left: 30px;
    }
    100% {
      left: 0;
    }
  }
  .lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
  }
  .lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
  }
  
  .lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
  }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .lg-toolbar .lg-icon:hover {
    color: #FFF;
  }
  .lg-toolbar .lg-close:after {
    content: "\e070";
  }
  .lg-toolbar .lg-download:after {
    content: "\e0f2";
  }
  
  .lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
  }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
  }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
  }
  
  #lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
  }
  
  .lg-toolbar, .lg-prev, .lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  }
  
  .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  
  .lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
  }
  .lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
  .lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
  }
  .lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px;
  }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease;
    }
  }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
  }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
  }
  .lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
  }
  .lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
  }
  .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
  }
  .lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
  }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
  }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF;
  }
  
  .lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
  }
  .lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
  }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
  }
  .lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  .lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
  }
  .lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
  }
  .lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
  }
  .lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
  }
  .lg-outer .lg-has-youtube .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
  }
  .lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
  }
  .lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
  .lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
  }
  .lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
  }
  .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
  }
  
  .lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 0.08s ease 0s;
    -moz-transition: opacity 0.08s ease 0s;
    -o-transition: opacity 0.08s ease 0s;
    transition: opacity 0.08s ease 0s;
  }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
  }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%;
  }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1;
  }
  
  .lg-autoplay-button:after {
    content: "\e01d";
  }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
  }
  
  .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  #lg-zoom-in:after {
    content: "\e311";
  }
  
  #lg-actual-size {
    font-size: 20px;
  }
  #lg-actual-size:after {
    content: "\e033";
  }
  
  #lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
  }
  #lg-zoom-out:after {
    content: "\e312";
  }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
  }
  
  .lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
  }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
  }
  .lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
  }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset;
  }
  .lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
  }
  .lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
  }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset;
  }
  .lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
  }
  
  .lg-fullscreen:after {
    content: "\e20c";
  }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
  }
  
  .lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  }
  .lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
  }
  .lg-outer.lg-dropdown-active #lg-share {
    color: #FFF;
  }
  .lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px;
  }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px;
  }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333;
  }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
  }
  .lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
  }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
  }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
  }
  .lg-outer #lg-share {
    position: relative;
  }
  .lg-outer #lg-share:after {
    content: "\e80d";
  }
  .lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
  }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
  }
  .lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
  }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
  }
  .lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
  }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
  }
  .lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
  }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
  }
  
  .lg-group:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .lg-outer.lg-visible {
    opacity: 1;
  }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
  }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1;
  }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
  }
  .lg-outer .lg-item {
    background: url("../img/loading.gif") no-repeat scroll center center transparent;
    display: none !important;
  }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
  }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important;
  }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
  }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .lg-outer .lg-item.lg-complete {
    background-image: none;
  }
  .lg-outer .lg-item.lg-current {
    z-index: 1060;
  }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
  }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
  }
  .lg-outer .lg-empty-html {
    display: none;
  }
  .lg-outer.lg-hide-download #lg-download {
    display: none;
  }
  
  .lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }
  .lg-backdrop.in {
    opacity: 1;
  }
  
  .lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
  }
  .lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .lg-css3.lg-fade .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
  }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
  }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
  
  /*# sourceMappingURL=lightgallery.css.map */
  


  .lg-backdrop,
  .lg-outer,
  .lightboxOverlay {
       z-index: 9999;
       direction: ltr;
   }
   #aniimated-thumbnials {
       /* display: block; */
   }
   #aniimated-thumbnials a {
    height: 170px;
   }
   #aniimated-thumbnials a,
   #video-thumbnails a {
    opacity: 0.8;
    transition: 0.2s;
    margin-bottom: 15px;
    overflow: hidden;
    }
    #aniimated-thumbnials a img,
    #video-thumbnails a img {
        box-shadow: 1px 1px 7px #a57a41;
    }
   #aniimated-thumbnials a:hover,
   #video-thumbnails a:hover {
    opacity: 1;
    }
    #aniimated-thumbnials a:hover img,
    #video-thumbnails a:hover img {
        box-shadow: 1px 3px 15px #a57a41;
        }
    .demo-gallery-poster {display: none;}

    .galley-page .height-500 {
        height: 254px !important;
    }
    .galley-page .height-500 {
        height: 254px !important;
    }
    .galley-page .breadcumb-content {
        height: 285px;
    }


    