* {
    font-family: 'Cairo', sans-serif !important;
}

a:hover {
    text-decoration: none;
    color: darkgrey !important;
}

.text-gold {
    color: #b39867 !important;
}




@font-face {
    src: url("../fonts/Hero Light.otf");
    font-family: 'hero';
}

@font-face {
    src: url("../fonts/framd.ttf");
    font-family: 'framd';
}

@font-face {
    src: url("../fonts/DINAlternate-Bold.ttf");
    font-family: 'dina';
}

body {
    font-family: 'Cairo', sans-serif;
    color: #b39867;
    font-size: 16px;
    overflow-x: hidden !important;
    direction: rtl;
    text-align: right !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.close-animatedModal,
.close-animatedModal2 {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 9999;
}

    .close-animatedModal img,
    .close-animatedModal2 img {
        width: 20%;
        display: block;
        cursor: pointer;
    }


.modal.centered.in .aligner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.centered .modal-dialog {
    align-self: center;
}


header {
    /* Header Slider Styling */
}

    /* header .top-menu {
    height: 45px
} */

    header .top-menu ul {
        margin-bottom: 0px;
    }

        header .top-menu ul li {
            display: inline-block;
            margin: 5px 10px;
        }

            header .top-menu ul li .dropdown-toggle {
                margin-bottom: 0;
            }

                header .top-menu ul li .dropdown-toggle::after {
                    position: relative;
                    top: 3px;
                }

            header .top-menu ul li .dropdown-menu {
                top: 14px !important;
                min-width: 12rem !important;
                left: -15px !important;
                border-radius: 0;
                background-color: #343a40;
                padding: 0 !important;
            }

                header .top-menu ul li .dropdown-menu .dropdown-item {
                    color: #b39867;
                    padding: .55rem 1.5rem;
                }

                    header .top-menu ul li .dropdown-menu .dropdown-item:hover {
                        background-color: #b39867;
                        color: #292927 !important;
                    }

                header .top-menu ul li .dropdown-menu .dropdown-divider {
                    margin: 0.2rem 0;
                    border-top: 1px solid #272727;
                }

    header .navbar-light .navbar-toggler {
        border-color: rgba(255, 255, 255, .75) !important;
        height: 60px;
        /*padding-left: 5px;
        padding-right: 5px;*/
    }

    header .navbar {
        -webkit-transition: 0.5s all linear;
        transition: 0.5s all linear;
        padding: 0.5rem 1rem;
    }

        header .navbar .custom-toggler .navbar-toggler-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }

        header .navbar .navbar-nav li {
            font-size: 14px;
            text-transform: uppercase;
            margin-left: 15px;
            margin-right: 15px;
            font-weight: 600 !important;
        }

        header .navbar .nav-item {
            display: flex;
            align-items: center;
        }

.secondary-nav .dropdown-menu {
    position: static !important;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .secondary-nav .dropdown-menu {
        padding: 0 1rem;
    }
}

.secondary-nav .dropdown-menu .nav-link {
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}

    .secondary-nav .dropdown-menu .nav-link:not(:last-child) {
        border-bottom: 1px solid rgba(204, 204, 204, .6);
    }

@media (min-width: 992px) {
    .secondary-nav .dropdown-menu {
        position: absolute !important;
        /* min-width: 19rem; */
    }

    .secondary-nav .navbar-collapse {
        display: flex;
        justify-content: flex-end;
    }
}

header .navbar .navbar-nav li h6 {
    font-size: 16px;
}

/* header .navbar .navbar-nav li a {
    color: #b39867 !important;
} */

header .navbar .navbar-nav li.active {
    color: #292927;
}

header .slider {
    overflow: hidden;
    height: auto;
}

    header .slider .carousel-item img.s-img {
        background-size: cover;
        background-color: #000;
        z-index: 9999;
        max-height: 753px !important;
        min-height: 753px !important;
    }

    header .slider .carousel-item .carousel-caption {
        bottom: 30%;
        color: #b39867;
        color: #fff;
    }

@media only screen and (min-width: 1024px) {
    #map-mobile {
        display: none
    }
}

.qoutation {
    align-content: center;
    align-items: center;
    height: auto;
    color: #292927;
    overflow: hidden;
    background-image: url("../img/Back-01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: 'Cairo', sans-serif;
}

    .qoutation .theQoute {
        margin-top: 75px !important;
        text-align: right;
    }

        .qoutation .theQoute .name {
            font-weight: 800 !important;
            /* font-family: sans-serif !important; */
        }

    .qoutation h1 {
        font-weight: bolder;
        font-size: 60px;
    }

.rtl {
    direction: ltr !important;
}

.judge {
    padding: 30px 0;
    overflow: hidden;
    min-height: 500px;
    background-size: cover;
    background: url("../img/judgement-bg.png") no-repeat center;
    background-color: rgba(183, 151, 95, .2);
}

    .judge h1 {
        color: #fff;
        font-size: 62px;
        position: relative;
    }

        .judge h1::before {
            /*position: absolute;*/
            content: "";
            width: 280px;
            height: 3px;
            background: #b39867;
            top: 38px;
            right: -28%;
        }

        .judge h1::after {
            /*position: absolute;*/
            content: "";
            width: 100%;
            height: 3px;
            background: #b39867;
            top: 38px;
            left: -37%;
        }

    .judge table {
        width: 100%;
        table-layout: fixed;
    }

    .judge .tbl-header {
        background-color: rgba(179,152,103,0.6);
        /*background-color: rgba(183, 151, 95, 1);*/
        font-size: 16px;
        font-weight: bold;
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .judge .tbl-content {
        height: 300px;
        overflow-x: auto;
        margin-top: 0;
        /* border: 1px solid rgba(179, 152, 103, 0.6); */
        border-radius: 4px;
        background-color: transparent;
        scrollbar-width: 19px;
        /*scrollbar-color: rgba(183, 151, 95, 1) transparent;*/
        scrollbar-color: rgba(179,152,103,0.6) transparent;
    }

        .judge .tbl-content::-webkit-scrollbar {
            width: 19px;
            border-radius: 4px;
            -webkit-box-shadow: none !important;
        }

        .judge .tbl-content::-webkit-scrollbar-track {
            /* -webkit-box-shadow: inset 0 0 6px rgba(179, 152, 103, 0.5); */
            background-color: transparent;
            -webkit-box-shadow: none !important;
        }

        .judge .tbl-content::-webkit-scrollbar-thumb {
            /* -webkit-box-shadow: inset 0 0 6px rgba(179, 152, 103, 0.5); */
            width: 100%;
            /*background-color: rgba(183, 151, 95, 1);*/
            background-color: rgba(179,152,103,0.6);
            border-radius: 4px;
            -webkit-box-shadow: none !important;
        }

    .judge th {
        padding: 20px 15px;
        text-align: right;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
    }

    .judge td {
        padding: 15px;
        text-align: right;
        vertical-align: middle;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    }

    .judge .tbl-content tbody {
        border-width: 0 0 10px 18px;
        border-color: transparent;
        border-style: solid;
    }

    .judge .tbl-content tr {
        /*border-style: solid;
    background-color: #fff;
    border-color: rgba(183, 151, 95, .2);
    border-width: 0 0 10px 17px;*/
        border-style: solid;
        background-color: transparent;
        /*border-color: #fff;*/
        border-width: 1px;
    }

        .judge .tbl-content tr:last-child {
            border-bottom: none;
            outline-color: 0;
        }

.news {
    position: relative;
    background: url("../img/bigback.png") no-repeat;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: 'Cairo', sans-serif;
}

    .news h1 {
    }

    .news .carousel .carousel-inner img,
    .news img {
        border-radius: 10px;
    }

.single-new .carousel .carousel-inner img {
    border-radius: 10px;
}

.single-event-gallery img {
    border-radius: 10px;
}

.news .carousel-caption h3 {
}

.news .carousel-caption
/* h3::before{ */
/* content:" ";position:absolute;height:30px;width:5px;color:red;background-color:red;left:-12px;top:1px;border-radius:15px} */
.news .news-block {
    display: flex;
    align-content: center
}

.news .news-block .new {
    overflow: hidden;
    position: relative;
    width: 100%;
    position: relative
}

    .news .news-block .new .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        color: #fff
    }

        .news .news-block .new .overlay h4 {
            position: relative;
            -webkit-transform: translatey(-100px);
            -ms-transform: translatey(-100px);
            transform: translatey(-100px);
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            top: 55%;
            left: 1%
        }

            .news .news-block .new .overlay h4::before {
                content: " ";
                position: absolute;
                height: 20px;
                width: 5px;
                color: red;
                background-color: red;
                left: -12px;
                top: 4px
            }

    .news .news-block .new img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear
    }

    .news .news-block .new:hover img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    .news .news-block .new:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100)
    }

.news a.btn {
    display: block;
    /* margin: 5px auto; */
    width: 75%;
    color: #fff;
}

.news .main-news {
    width: 90%;
    margin: 5em auto 0 auto;
    color: #292927
}

    .news .main-news .new-data {
        margin-top: 10px;
        position: relative;
        min-height: 180px
    }

        .news .main-news .new-data h4 {
            position: relative
        }

            .news .main-news .new-data h4::before {
                content: " ";
                position: absolute;
                height: 25px;
                width: 5px;
                color: ##b39867;
                background-color: #b39867 !important;
                right: -12px;
                top: 1px;
                border-radius: 15px
            }

        .news .main-news .new-data p {
            width: 80%;
            font-size: 18px;
            font-family: hero
        }

        .news .main-news .new-data a {
            /*position: absolute;
            bottom: 0;
            right: 20%;*/
            color: #b39867
        }

        .news .main-news .new-data h6 {
            color: #b39867;
            margin-top: 3px
        }

.news hr {
    width: 50%;
    background-color: #292927;
    height: 1.5px;
    margin: 3em auto
}

.events {
    font-family: 'Cairo', sans-serif;
}

    .events .events-card {
        min-height: 34.3rem;
        /*max-height: 34.3rem;*/
    }

.events-section {
    position: relative;
    overflow: hidden;
    /* min-height: 932px; */
    background-image: url("../img/events-bg.png");
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 70px;
}

.event-img {
    width: 100%;
    height: 260px;
}

.events-img-cont {
    position: relative;
}

.event-date {
    position: absolute;
    bottom: -20px;
    left: 20px;
    z-index: 2;
}

.events .event p {
    color: #fff;
    font-weight: 500;
}

.events .event img {
    display: block;
    margin: 0 auto 0;
    border-radius: 10px;
}

.events .event .event-header {
    position: relative;
    right: -5%;
}

    .events .event .event-header h1 {
        font-weight: bold;
        font-size: 50px;
        margin-bottom: 0;
        font-family: 'Cairo', sans-serif;
    }

    .events .event .event-header h4 {
        margin-top: 0;
        font-weight: bold;
    }

.events a.btn {
    display: block;
    margin: 5px auto;
    width: 30%;
    color: #292927;
    background-color: #b39867;
    font-family: 'Cairo', sans-serif;
}

.event-page,
.media-page {
    /*background-image: url("../img/event-clipped.png") !important;*/
    background-color: #222222;
}

.events.section-1 {
    background-image: url("../img/events/Back-02.png") !important;
    min-height: 350px !important;
}

    .events.section-1 h1 {
        font-size: 85px;
        font-family: 'Cairo', sans-serif;
        font-weight: bold;
    }

    .events.section-1 h2 {
        font-family: 'Cairo', sans-serif;
    }

        .events.section-1 h2 span {
            position: relative;
            top: 2px;
        }

.events.section-2 {
    background-image: url("../img/events/Back-04.png") !important;
    min-height: 350px !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.events.section-3 {
    background-image: url("../img/events/Back-05.png") !important;
    min-height: 350px !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact {
    padding: 20px 0;
    min-height: 350px;
    background: url("../img/cont.png") no-repeat center;
    /*background: url("../img/footer-bg.png") no-repeat center;*/
    background-size: cover;
}

    .contact h1 {
        font-size: 50px;
        font-family: 'Cairo', sans-serif;
        color: #292927;
    }

    .contact h6 i {
        margin-left: 12px;
        text-align: center;
    }

    .contact h6 {
        color: black !important;
    }

    .contact a.btn {
        display: block;
        width: 30%;
        color: #b39867;
    }

/*@media only screen and (max-width: 1024px) {
    #mobile-contact {
        color: black
    }
}*/


footer {
    padding: 15px 0 7px;
    background-color: #141619;
    color: #fff;
    border: 1px solid #141619;
}

.media {
    overflow: hidden;
    position: relative
}

    .media #mediaCarousel1 .carousel-indicators {
        left: 40%
    }

    .media #mediaCarousel1 .carousel-caption {
        right: 15%;
        left: 40%
    }

        .media #mediaCarousel1 .carousel-caption p {
            font-size: 14px;
            font-family: hero;
            text-align: right;
            color: #fff;
        }

        .media #mediaCarousel1 .carousel-caption h3 {
            /* font-size:14px; */
            font-family: hero;
            text-align: right;
            color: #fff;
        }

        .media #mediaCarousel1 .carousel-caption h4 {
            position: relative;
            font-weight: bold;
            font-family: framd
        }

            .media #mediaCarousel1 .carousel-caption h4::before {
                content: " ";
                position: absolute;
                height: 20px;
                width: 5px;
                color: #b39867;
                background-color: #b39867;
                left: -12px;
                top: 5px
            }

    .media .second-slider {
        position: absolute;
        background-image: url("../img/Back-06.png");
        z-index: 2;
        width: 27%;
        height: 85%;
        background-repeat: no-repeat;
        background-position: top;
        left: 8%
    }

        .media .second-slider h1 {
            font-size: 70px;
            color: #292927
        }

        .media .second-slider p {
            position: relative
        }

            .media .second-slider p::before {
                content: " ";
                position: absolute;
                height: 20px;
                width: 5px;
                color: #000;
                background-color: #000;
                left: -12px;
                top: 1px;
                border-radius: 15px
            }

        .media .second-slider a.btn {
            display: block;
            margin: 5px auto;
            width: 30%;
            color: #b39867
        }

        .media .second-slider::after {
            position: absolute;
            content: "";
            width: 250%;
            height: 4px;
            background: #b39867;
            top: 60px;
            right: -250%
        }

        .media .second-slider::before {
            position: absolute;
            content: "";
            width: 250%;
            height: 4px;
            background: #b39867;
            left: -35%;
            bottom: -13%
        }

.about-name {
    overflow: hidden;
    background-image: url("../img/about-h.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 110px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-top: 130px;*/
    padding: 12rem 0 4rem 0rem !important;
}

    .about-name h1 {
        font-size: 44px;
        font-family: 'Cairo', sans-serif;
        font-weight: bold;
    }

.c-carousel .carousel-inner {
    position: relative;
}

/* .c-carousel .carousel-inner::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    z-index: 0;
    background-color: transparent;
    transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
}

.c-carousel:hover .carousel-inner::after {
    background-color: rgba(0, 0, 0, .5);
} */

.c-carousel .carousel-indicators {
    position: absolute;
    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;
}

@media (min-width: 992px) {
    .c-carousel .carousel-indicators {
        right: 0;
        bottom: 140px;
        left: 0;
    }
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    color: #b39867;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;
}

    .carousel-indicators li.active {
        background-color: #b39867;
    }

.about-us {
    overflow: hidden;
    background-image: url("../img/about-2.png");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 800px;
    position: relative;
}

    .about-us p.lead {
        position: absolute;
        top: 51%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 60%;
        right: 5%;
        text-align: justify;
        font-size: 24px;
        color: #FFF;
    }

.media-gallery {
    background-image: url("../img/contact.png");
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    padding: 30px 0 50px;
}

    .media-gallery .img-post-lg,
    .media-gallery .img-post-md {
        overflow: hidden;
    }

    .media-gallery .img-post-lg {
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 10px;
    }

        .media-gallery .img-post-lg .overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            overflow: hidden;
            top: 0;
            right: 0;
            opacity: 0;
            padding: 20px;
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            color: #fff;
        }

            .media-gallery .img-post-lg .overlay h1 {
                position: relative;
                -webkit-transform: translatey(-100px);
                transform: translatey(-100px);
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                top: 75%;
            }

            .media-gallery .img-post-lg .overlay h4 {
                position: relative;
                -webkit-transform: translatey(-100px);
                transform: translatey(-100px);
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                top: 75%;
                right: 3%;
            }

                .media-gallery .img-post-lg .overlay h4::before {
                    content: " ";
                    position: absolute;
                    height: 20px;
                    width: 5px;
                    color: red;
                    background-color: red;
                    right: -12px;
                    top: 4px;
                }

            .media-gallery .img-post-lg .overlay p {
                position: relative;
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                /*top: 75%;*/
                font-family: 'Cairo', sans-serif;
            }

            .media-gallery .img-post-lg .overlay h6 {
                position: relative;
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                /*top: 0;*/
            }

        .media-gallery .img-post-lg img {
            display: block;
            position: relative;
            -webkit-transition: all .4s linear;
            transition: all .4s linear;
        }

        .media-gallery .img-post-lg:hover img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

        .media-gallery .img-post-lg:hover .overlay {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .media-gallery .img-post-md {
        width: 100%;
        position: relative;
        border-radius: 10px;
    }


        .media-gallery .img-post-md .overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            overflow: hidden;
            top: 0;
            right: 0;
            opacity: 0;
            padding: 20px;
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            color: #fff;
        }

            .media-gallery .img-post-md .overlay h4 {
                position: relative;
                -webkit-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
                /*top: 82%;*/
                /*left: 1%;*/
                font-size: 1rem;
            }

                .media-gallery .img-post-md .overlay h4::before {
                    content: " ";
                    position: absolute;
                    height: 20px;
                    width: 5px;
                    color: red;
                    background-color: red;
                    right: -12px;
                    top: 4px;
                }

        .media-gallery .img-post-md img {
            display: block;
            position: relative;
            -webkit-transition: all .4s linear;
            transition: all .4s linear;
            min-height: 179px;
        }

        .media-gallery .img-post-md:hover img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

        .media-gallery .img-post-md:hover .overlay {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .media-gallery svg {
        width: 100%;
    }

.country-page {
    background-image: url("../img/country/Back-01.png") !important;
    height: 135px;
}

.country-events {
    background-image: url("../img/country/flag.png") !important;
}

.country-gallery {
    background-image: url("../img/country/Back-05.png") !important;
}

.country-tabs {
    background-image: url("../img/contact.png") !important;
    padding: 40px 0;
}

    .country-tabs .nav-pills .nav-link,
    .country-tabs .nav-tabs--vertical .nav-item .nav-link {
        color: #FFF;
        background-color: #292927;
        margin: 5px;
    }

    .country-tabs .nav-pills .nav-link {
        font-size: 16px;
        font-weight: bold;
        border-radius: 0;
    }

        .country-tabs .nav-pills .nav-link.active,
        .country-tabs .nav-pills .show > .nav-link,
        .country-tabs .nav-tabs--vertical .nav-item .nav-link.active,
        .country-tabs .nav-tabs--vertical .nav-item .show.nav-link {
            color: #292927;
            background-color: #b39867;
        }

.single-justice {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    height: 400px;
}

    .single-justice .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        right: 0;
        opacity: 0;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        color: #fff;
    }

        .single-justice .overlay h3 {
            position: relative;
            -webkit-transform: translatey(-100px);
            transform: translatey(-100px);
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            top: 100%;
            right: 1%;
        }

            .single-justice .overlay h3::before {
                content: " ";
                position: absolute;
                height: 20px;
                width: 5px;
                color: red;
                background-color: red;
                right: -12px;
                top: 4px;
            }

    .single-justice img {
        width: 100%;
        height: 393px;
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }

    .single-justice:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .single-justice:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.country-judge {
    background-image: none !important;
    padding: 0;
    height: 500px !important;
}

.country-law {
    background-image: none !important;
    padding: 0;
    height: 500px !important;
}

    .country-law p {
        white-space: pre-line;
        overflow-y: scroll !important;
        height: 500px !important;
    }

.country-judge td,
.country-judge th {
    color: #292927 !important;
}

.country-slider .carousel-caption {
    right: 5%;
    bottom: 50px;
}

    .country-slider .carousel-caption h3 {
        position: relative;
    }

        .country-slider .carousel-caption h3::before {
            content: " ";
            position: absolute;
            height: 30px;
            width: 5px;
            color: red;
            background-color: red;
            right: -12px;
            top: 1px;
            border-radius: 15px;
        }

.country-slider .carousel-indicators li {
    width: 15px;
    height: 15px;
    color: #fff;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, 0.5);
}

    .country-slider .carousel-indicators li.active {
        background-color: #fff;
    }

.country-news {
    background-repeat: no-repeat;
    /*background-image: url("../img/country/flag.png") !important;*/
    background-size: cover;
}

    .country-news .main-news {
        margin-top: 0 !important;
        width: 100%;
    }

        .country-news .main-news .new-data p {
            width: 100% !important;
        }

/*#style-switcher-mobile {
    background: #fff;
    width: 90%;
    position: fixed;
    top: 155px;
    z-index: 99;
    left: -692px;
    border-radius: 0 0 4px 0;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.275);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.275)
}

    #style-switcher-mobile h1 {
        background: #f8f8f8;
        color: #333;
        font-size: 36px;
        line-height: 46px;
        padding: 0 0 0 20px;
        margin-top: 0;
        font-weight: 500
    }

        #style-switcher-mobile h1 a {
            display: block;
            position: absolute;
            right: -46px;
            top: -1;
            width: 46px;
            border-radius: 0 4px 4px 0;
            font-size: 22px;
            color: #fff;
            text-align: center
        }

            #style-switcher-mobile h1 a i {
                position: relative;
                top: 4px;
                color: #333
            }

    #style-switcher-mobile .row {
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px 20px;
    }

    #style-switcher-mobile .col-md-3 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-top: 5px
    }
    */
@media only screen and (min-width: 540px) and (max-width:1280px) {
    .events.section-3, .events.section-2 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }

        .events.section-3 img, .events.section-2 img {
            width: 100% !important;
            height: 100% !important;
        }
}

@media only screen and (min-width: 280px) and (max-width:1280px) {
    .bigLogo {
        display: none;
    }

    .smallLogo {
        display: block !important;
    }
}


@media only screen and (min-width: 1050px) {
    #style-switcher-mobile {
        display: none
    }
}


@media(max-width: 540px) {
    .newsListImg {
        width: 100%;
    }

    .media-gallery .img-post-md img {
        /*padding: 10px*/
        border-radius: 10px;
        height: 100% !important;
    }

    .slickBigDiv .maxWidthMobile {
        display: inline-block;
        max-width: 350px;
    }

    .mu-schedule-menu li {
        margin-bottom: 15px;
    }
}

#style-switcher {
    background: #fff;
    width: 90% !important;
    height: 70%;
    position: fixed;
    top: 155px;
    z-index: 99;
    left: -90%;
    border-radius: 0 0 4px 0;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.275);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.275);
    direction: rtl;
}

    #style-switcher span {
        position: absolute;
        right: -50px;
        z-index: 2333333333;
        color: black;
        display: block;
        width: 155px;
        top: 120px;
        font-size: 16px;
        transform: rotate(-90deg);
        font-weight: bold;
    }

    #style-switcher h1 {
        background: #f8f8f8;
        color: #333;
        font-size: 36px;
        line-height: 46px;
        padding: 0 15px 0 20px;
        margin-top: 0;
        font-weight: 500;
    }

        #style-switcher h1 a {
            display: block;
            position: absolute;
            right: -88px;
            top: -1;
            width: 46px;
            border-radius: 0 4px 4px 0;
            font-size: 22px;
            color: #fff;
            text-align: center;
        }

            #style-switcher h1 a i {
                position: relative;
                top: 4px;
                color: #333;
            }

    #style-switcher .col-md-3 {
        padding-left: 15px !important;
        padding-right: 5px !important;
        margin-top: 5px;
    }

    #style-switcher span {
        position: absolute;
        right: -8px;
        z-index: 2333333333;
        color: black;
        display: block;
        width: 155px;
        top: 135px;
        font-size: 25px;
        transform: rotate(-90deg);
        font-weight: bold;
    }

@media only screen and (max-width: 1024px) {
    #style-switcher {
        display: none;
    }

    header .top-menu {
        height: auto !important;
    }

    .primary-nav {
        background-color: #b7975f !important;
    }

    .events-section {
        background-image: none !important;
    }

    #style-switcher-mobile {
        display: block !important;
    }

    .slickBigDiv h1::before, .slickBigDiv h1::after {
        width: 20% !important;
    }
}

@media (min-width: 1500px) {
    .primary-nav {
        background-position: 10% top;
    }
}

#loader {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9990000000000000 !important;
    overflow: visible;
    height: 100vh;
    width: 100vw;
    background-color: #292927;
}

    #loader img {
        display: block;
        width: 100vw;
        height: 100vh;
    }

/*
  Scroll Bar Styling
*/
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(179, 152, 103, 0.5);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(179, 152, 103, 0.5);
}

/* Media Queries Styling */

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

/*# sourceMappingURL=style-ar.css.map */


/*about slick slider*/


.slickBigDiv {
    background-image: url(../img/Black-Wallpaper-4.jpg);
    padding: 5rem 2rem;
}

    .slickBigDiv h1 {
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 4rem;
    }

.slickSlider h5 {
    margin-top: 20px;
    text-align: center;
    color: #fff;
}

.slickBigDiv h1::before {
    position: absolute;
    content: "";
    width: 34%;
    height: 3px;
    background: #b39867;
    top: 25px;
    left: 0%;
}

.slickBigDiv h1::after {
    position: absolute;
    content: "";
    width: 34%;
    height: 3px;
    background: #b39867;
    top: 25px;
    right: 0%;
}


.slick-dots {
    bottom: -65px;
}

    .slick-dots li button:before {
        font-size: 12px;
        color: #e5dfd3;
    }

    .slick-dots li.slick-active button:before {
        color: #b39867;
    }

.slick-slide:focus {
    outline: transparent;
}

/*--------*/

.ghTabs li.has-children ul {
    padding: 0
}

    .ghTabs li.has-children ul li {
        color: #343a40;
        padding-bottom: 0;
        margin-bottom: -16px;
    }

.ghTabs .nav-link,
.ghTabs .nav-item .nav-link {
    color: #FFF;
    background-color: #292927;
    margin: 5px;
}

.ghTabs .cd-accordion-menu input[type=checkbox]:checked + label ul,
.ghTabs .cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block;
}

.ghTabs .cd-accordion-menu label span {
    text-align: left;
    color: #b8975f;
    text-transform: uppercase;
    padding-left: 40px;
}

.ghTabs .cd-accordion-menu label::before {
    content: '<';
    color: #fff;
    transform: translateY(0%) rotate(0deg);
}

.ghTabs .nav-item .nav-link.active,
.ghTabs .nav-item .nav-link.active:hover,
.ghTabs .nav-item .show.nav-link {
    color: #292927 !important;
    background-color: #b39867;
}

.ghTabs .nav-link {
    display: block;
    padding: .5rem 2rem;
}

.ghTabs .cd-accordion-menu {
    width: 100%;
    padding: 0 25px;
    margin: 1rem 0;
}

    .ghTabs .cd-accordion-menu li label {
        background-color: #fff;
        box-shadow: 1px 1px 1px 1px #ccc;
        border-radius: 12px;
        padding: 15px 0 15px 0;
        margin-bottom: 0;
        text-align: left;
    }

.ghTabs table {
    text-align: center;
    font-size: 20px;
    margin-bottom: -7px;
    border-right: 0 !important;
    margin: -2px;
    border-left: 0 !important;
}

    .ghTabs table td:first-child {
        text-transform: uppercase;
    }

    .ghTabs table td {
        text-align: center;
        font-size: 20px;
        border-bottom: 1px solid #dee2e6;
    }

        .ghTabs table td:last-child {
            text-transform: capitalize;
            color: #b8975f !important
        }

.ghTabs .cd-accordion-menu.animated label::before {
    background-color: #b8975f;
    background-image: none;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    right: 15px;
    left: auto;
    text-align: center;
    line-height: 25px;
    top: 20px;
    transform: rotateZ(-90deg) translateY(0%);
}

.ghTabs .cd-accordion-menu input[type=checkbox]:checked + label::before {
    /* rotate arrow */
    -webkit-transform: rotateZ(0deg) translateY(0%);
    -moz-transform: rotateZ(0deg) translateY(0%);
    -ms-transform: rotateZ(0deg) translateY(0%);
    -o-transform: rotateZ(0deg) translateY(0%);
    transform: rotateZ(0deg) translateY(0%);
}

.ghTabs .cd-accordion-menu label::after {
    opacity: 0
}

.ghTabs .cd-accordion-menu li {
    padding: 15px 0;
    margin-bottom: 0;
    margin-left: 5px;
}

#FAQ .ghTabs .cd-accordion-menu ul li div {
    padding-left: 40px;
    font-size: 17px;
}

.ghTabs .cd-accordion-menu li label span {
    font-size: 20px
}

.helpPage {
    height: auto;
    padding: 20PX;
}

.helpBg ul {
    border: 0
}

.helpPage input {
    width: 100%;
    border-radius: 20px;
    padding: 5px;
    padding-left: 15px;
    border: 0;
    padding-left: 10px;
}

.helpSearchDiv {
    width: 25%;
    margin: 2rem auto;
    position: relative;
}

.helpPage i {
    position: absolute;
    color: #dad5d5;
    right: 20px;
    top: 9px;
}

.helpItems img {
    width: 100px;
    height: 100px
}

.morePad {
    padding: 0 45px;
}

.helpBg .nav-tabs .nav-link.active {
    border: 2px solid #bda67c;
}

.helpBg .nav-tabs .nav-link:hover {
    color: #343a40 !important;
    border-color: #bda67c;
}

.helpItems,
.helpBg .nav-tabs .nav-link {
    color: #343a40;
    box-shadow: 0px 2px 5px 1px #ccc;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 10px
}

    .helpItems h5 {
        font-weight: bolder;
    }

    .helpItems h6 {
        padding: 0 25px;
    }

.helpBg,
.ghanaBg {
    background-image: url('../img/contact.png');
}

    .helpBg h4 {
        color: #343a40;
        padding: 2rem 0
    }

        .helpBg h4 span {
            font-weight: bolder;
        }

.helpTitle h2,
.helpTitle h5 {
    color: #343a40;
    text-align: center;
    text-transform: capitalize;
}

.helpTitle {
    margin: 2rem auto
}

.ghTabs .cd-accordion-menu li {
    padding: 15px 0;
}

/*----- user guide tab -----*/


.timeline {
    list-style: none;
    padding-left: 0;
    border-left: 3px solid #b8975f !important;
}

    .timeline li {
        position: relative;
    }

.time {
    margin-top: -.8em;
    top: 50%;
    left: -12.167em;
    font-size: 0.95em;
    line-height: 20px;
    position: absolute;
}

.circle {
    margin-top: -.8em;
    top: 62%;
    left: -7px;
    width: 11px;
    height: 11px;
    background: #7F909A;
    border: 2px solid #b8975f;
    border-radius: 50%;
    display: block;
    position: absolute;
    opacity: 0
}

.content {
    padding: 1rem 0 !important;
}

.wrapper label {
    font-size: 1em;
    width: 100%;
    position: absolute;
    cursor: pointer;
    left: 15px;
    text-transform: capitalize;
    -moz-transition: 0.3s ease-out 0.1s;
    -o-transition: 0.3s ease-out 0.1s;
    -webkit-transition: 0.3s ease-out;
    -webkit-transition-delay: 0.1s;
    transition: 0.3s ease-out 0.1s;
    color: #b8975f99;
}

.radio {
    display: none;
}

    .radio:checked + .relative label {
        cursor: pointer;
        font-weight: bolder;
        color: #b8975f;
        text-transform: capitalize;
    }

    .radio:checked + .relative .circle {
        background: #fff;
        opacity: 1
    }

ul.collapsedMenu {
    margin-top: 30px;
    list-style: none;
    padding-left: 15px;
    text-align: left;
}

    ul.collapsedMenu li {
        margin-bottom: 15px;
    }

    ul.collapsedMenu a {
        color: #b8975f;
        font-size: 19px;
    }

        ul.collapsedMenu a:hover {
            color: #b8975f !important;
        }

div#UG,
.introItems {
    padding: 0
}

.wrapper {
    padding-left: 20px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
}

.getStartDiv h1 {
    text-transform: capitalize;
    color: #343a40;
    margin: 2rem 0;
    text-align: left;
}

.getStartDiv img {
    width: 100%;
    margin-top: 15px;
}

.getStartDiv p {
    color: #343a40;
    text-align: justify;
    font-size: 20px;
}

.getStartDiv h5 {
    color: #838688;
    text-align: center;
    margin: 1rem 0;
}

.getStartDiv h6 {
    color: #343a40;
    text-align: left;
    font-size: 20px;
    margin-top: 5px;
    line-height: 30px;
}

.btn-link {
    color: #b39867 !important;
}

    .btn-link:hover {
        color: darkgrey !important;
        text-decoration: none;
    }

.langSelect button {
    background-color: #fff;
    color: #475057;
    border: 1px solid #475057;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}

    .langSelect button:hover,
    .langSelect button:active,
    .langSelect button:focus,
    .langSelect.show > .btn-primary.dropdown-toggle {
        background-color: #fff;
        color: #000;
        box-shadow: 0 0 0 0 #fff;
    }

.langSelect .dropdown-menu.show {
    width: 100%
}

.langSelect a:hover {
    color: #b8975f !important;
}

/*--------*/
.cd-accordion-menu {
    width: 30%;
    padding: 0;
    /*max-width: 600px;*/
    /*background: #4d5158;*/
    display: inline-block;
    margin: 0em 2em 0 4em;
}

    .cd-accordion-menu ul {
        /* by default hide all sub menus */
        display: none;
        /*padding-left: 10px;*/
    }

    .cd-accordion-menu li {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        list-style: none;
        margin-bottom: 10px;
    }

    .cd-accordion-menu input[type=checkbox] {
        /* hide native checkbox */
        position: absolute;
        opacity: 0;
    }

    .cd-accordion-menu label,
    .cd-accordion-menu a {
        position: relative;
        display: block;
        padding: 18px 18px 18px 64px;
        background: #b8975f;
        /*box-shadow: inset 0 -1px #555960;*/
        color: #fff;
        font-size: 1.6rem;
    }

.no-touch .cd-accordion-menu label:hover,
.no-touch .cd-accordion-menu a:hover {
    /*background: #52565d;*/
}

.cd-accordion-menu label::before,
.cd-accordion-menu label::after,
.cd-accordion-menu a::after {
    /* icons */
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-accordion-menu label {
    cursor: pointer;
}

    .cd-accordion-menu label::before,
    .cd-accordion-menu label::after {
        /*background-image: url(../img/cd-icons.svg);*/
        background-repeat: no-repeat;
    }

    .cd-accordion-menu label::before {
        /* arrow icon */
        left: 18px;
        background-position: 0 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        -o-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .cd-accordion-menu label::after {
        /* folder icons */
        left: 41px;
        background-position: -16px 0;
    }

.cd-accordion-menu a::after {
    /* image icon */
    left: 36px;
    /*background: url(../img/cd-icons.svg) no-repeat -48px 0;*/
}

.cd-accordion-menu input[type=checkbox]:checked + label::before {
    /* rotate arrow */
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-accordion-menu input[type=checkbox]:checked + label::after {
    /* show open folder icon if item is checked */
    background-position: -32px 0;
}

.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block;
}

.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
    background: #35383d;
    box-shadow: inset 0 -1px #41444a;
    padding-left: 82px;
}

    .cd-accordion-menu ul label:hover {
        background: #be9555;
        color: #000
    }

.no-touch .cd-accordion-menu ul label:hover,
.no-touch .cd-accordion-menu ul a:hover {
    background: #3c3f45;
}

.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
    box-shadow: none;
}

.cd-accordion-menu ul label::before {
    left: 36px;
}

.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
    left: 59px;
}

.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
    padding-left: 100px;
}

    .cd-accordion-menu ul ul label::before {
        left: 54px;
    }

    .cd-accordion-menu ul ul label::after,
    .cd-accordion-menu ul ul a::after {
        left: 77px;
    }

.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
    padding-left: 118px;
}

    .cd-accordion-menu ul ul ul label::before {
        left: 72px;
    }

    .cd-accordion-menu ul ul ul label::after,
    .cd-accordion-menu ul ul ul a::after {
        left: 95px;
    }

@media only screen and (min-width: 600px) {

    .cd-accordion-menu label,
    .cd-accordion-menu a {
        padding: 24px 24px 24px 82px;
        font-size: 1.6rem;
    }

        .cd-accordion-menu label::before {
            left: 24px;
        }

        .cd-accordion-menu label::after {
            left: 53px;
        }

    .cd-accordion-menu ul label,
    .cd-accordion-menu ul a {
        padding-left: 106px;
    }

        .cd-accordion-menu ul label::before {
            left: 48px;
        }

        .cd-accordion-menu ul label::after,
        .cd-accordion-menu ul a::after {
            left: 77px;
        }

    .cd-accordion-menu ul ul label,
    .cd-accordion-menu ul ul a {
        padding-left: 130px;
    }

        .cd-accordion-menu ul ul label::before {
            left: 72px;
        }

        .cd-accordion-menu ul ul label::after,
        .cd-accordion-menu ul ul a::after {
            left: 101px;
        }

    .cd-accordion-menu ul ul ul label,
    .cd-accordion-menu ul ul ul a {
        padding-left: 154px;
    }

        .cd-accordion-menu ul ul ul label::before {
            left: 96px;
        }

        .cd-accordion-menu ul ul ul label::after,
        .cd-accordion-menu ul ul ul a::after {
            left: 125px;
        }
}

.cd-accordion-menu.animated label::before {
    /* this class is used if you're using jquery to animate the accordion */
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

/*--end accordion ---*/

/*country research and articles tab*/


.ghTabs {
    padding: 0
}

    .ghTabs .nav-item:first-child {
        margin-left: 0 !important
    }

    .ghTabs .nav-item:last-child {
        margin-right: 0 !important
    }

    .ghTabs .nav-tabs .nav-item {
        margin: auto;
    }

    .ghTabs .nav-tabs {
        border: 0;
        padding: 2rem 0;
    }

    .ghTabs .nav-link {
        font-size: 16px;
        font-weight: bold;
        border-radius: 0;
    }

#articlesAndResearches .judge.country-judge {
    height: auto;
}

.ghTabs li.has-children ul {
    padding: 0
}

    .ghTabs li.has-children ul li {
        color: #343a40;
        padding-bottom: 0;
        margin-bottom: -16px;
    }

.ghTabs .nav-link,
.ghTabs .nav-item .nav-link {
    color: #FFF;
    background-color: #292927;
    margin: 5px;
}

.ghTabs .cd-accordion-menu input[type=checkbox]:checked + label ul,
.ghTabs .cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block;
}

.ghTabs .cd-accordion-menu label span {
    text-align: right;
    color: #b8975f;
    text-transform: uppercase;
    padding-right: 40px;
}

.ghTabs .cd-accordion-menu label::before {
    content: '<';
    color: #fff;
    transform: translateY(0%) rotate(0deg);
}

.ghTabs .nav-item .nav-link.active,
.ghTabs .nav-item .nav-link.active:hover,
.ghTabs .nav-item .show.nav-link {
    color: #292927 !important;
    background-color: #b39867;
}

.ghTabs .nav-link {
    display: block;
    padding: .5rem 2rem;
}

.ghTabs .cd-accordion-menu {
    width: 100%;
    padding: 0;
    margin: 1rem 0;
}

    .ghTabs .cd-accordion-menu li label {
        background-color: #fff;
        box-shadow: 1px 1px 1px 1px #ccc;
        border-radius: 12px;
        padding: 15px 0 15px 0;
        margin-bottom: 0;
        text-align: right;
    }

.ghTabs table {
    text-align: center;
    font-size: 20px;
    margin-bottom: -15px;
    border-right: 0 !important;
    margin: 0;
    border-left: 0 !important;
}

    .ghTabs table td:first-child {
        text-transform: uppercase;
    }

    .ghTabs table td {
        text-align: center;
        font-size: 20px;
        border-bottom: 1px solid #dee2e6;
    }

        .ghTabs table td:last-child {
            text-transform: capitalize;
            color: #b8975f !important
        }

.ghTabs .cd-accordion-menu.animated label::before {
    background-color: #b8975f;
    background-image: none;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    left: 15px;
    right: auto;
    text-align: center;
    line-height: 25px;
    top: 20px;
    transform: rotateZ(-90deg) translateY(0%);
}

.ghTabs .cd-accordion-menu input[type=checkbox]:checked + label::before {
    /* rotate arrow */
    -webkit-transform: rotateZ(0deg) translateY(0%);
    -moz-transform: rotateZ(0deg) translateY(0%);
    -ms-transform: rotateZ(0deg) translateY(0%);
    -o-transform: rotateZ(0deg) translateY(0%);
    transform: rotateZ(0deg) translateY(0%);
}

.ghTabs .cd-accordion-menu label::after {
    opacity: 0
}

.ghTabs .cd-accordion-menu li {
    margin-bottom: 0
}

.ghTabs .cd-accordion-menu li {
    padding: 15px 0;
}


/*----- inbox page ------*/


/*-------- 1 ---------*/


.newMsg,
.backBtn {
    display: none;
}

.inboxSec .myBtn,
.mainDiv {
    /*display: none;*/
}

.mainDiv {
    margin: 0;
    /*display: inline-block;*/
    background-color: #fff;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}

.backBtn {
    float: right;
}

.searchInbox {
    position: relative;
}

    .searchInbox i {
        position: absolute;
        left: 20px;
        top: 15px;
        color: #343a40
    }

img.align-self-start.mr-3 {
    float: right;
    border-radius: 50%;
    margin-right: 0 !important;
    margin-left: 1rem;
}

.mainDiv input {
    border: 1px solid #e8e7e6;
    border-radius: 10px;
    padding: 8px;
    padding-left: 10px;
    font-size: 14px;
    /*background: url(../img/search.png) no-repeat right top;*/
    background-position: top 8px right 5px;
    width: 100%;
    text-transform: capitalize;
}

    .mainDiv input::placeholder {
        color: #e8e7e6
    }

.mainDiv .nav-tabs .nav-link span {
    color: #343a40
}

.mainDiv .nav-tabs .nav-link {
    border: 0;
    position: relative;
    margin-bottom: 1rem;
}

    .mainDiv .nav-tabs .nav-link.active,
    .mainDiv .nav > li > a:hover,
    .mainDiv .nav > li > a:focus {
        background-color: #f7f9f9;
    }

.mainDiv .nav > li > a > h6 {
    color: #95a5a6;
    font-size: 11px;
    line-height: 23px;
}

.mainDiv .nav > li > a > small {
    color: #95a5a6;
    font-size: 14px;
    float: left;
}

ul#mainTab {
    margin-top: 2rem;
    border: 0;
}

.redDot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e74c3c;
    position: absolute;
    right: 0;
    top: 14px;
}

.img1Div img {
    width: 100%;
    border-radius: 7px;
}

.img1Div h4 {
    font-size: 17px;
    color: #4a545e;
    margin-top: 2rem
}

.img1Div h5 {
    font-size: 13px;
    color: #95a5a6;
    margin-top: .5rem;
    line-height: 2
}

.pluginDiv1 textarea {
    width: 100%;
    height: 200px;
}

.sendDiv1.sendDiv {
    bottom: 10px;
}


/*---- inbox page ----*/

.sendDiv {
    text-align: center;
    margin: 10px;
    float: left;
    position: absolute;
    left: 20px;
    bottom: 30px;
}

    .sendDiv a {
        cursor: pointer;
        color: #4b4949 !important;
        transform: rotateZ(-45deg);
        border: 1px solid #dbd2d2;
        padding: 5px;
        border-radius: 50%;
    }

    .sendDiv .sendBtn {
        height: 30px;
        line-height: 28px;
        width: 150px;
        color: #fff;
        border: 0;
        background-color: #30c302;
        border-radius: 20px;
    }

    .sendDiv span {
        margin: 0 15px;
        font-size: 20px;
    }

.formData {
    /*margin-bottom: 30px;*/
    padding-bottom: 20px;
    position: relative;
}

.inboxSec {
    background-image: url(../img/contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

    .inboxSec .myBtn {
        float: left;
    }

    .inboxSec .btn {
        background-color: #b8975f;
        border: 0;
        border-radius: 20px;
        color: #fff;
        margin: 2rem 0;
        padding: 5px 20px;
    }

.myBtn {
    float: left;
}

.pluginDiv:first-child {
    border-radius: 12px;
}

.sectionBG {
    height: 150px;
    background-image: url(../img/ac.png);
    min-height: 100%;
    /*background-attachment: fixed*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/*.pluginDiv div:first-child ,*/


/*.pluginDiv div:last-child {width: 100% !important;}*/

.pluginDiv {
    margin: 5px;
    margin-top: 10px;
}

.hist a {
    color: #8b8a8a;
}

    .hist a:last-child {
        color: #343a40;
        /*font-weight: bold;*/
        font-family: 'Raleway', sans-serif;
    }

.msgDiv,
.topDashDiv,
.secDiv .rightDiv,
.secDiv .leftDiv,
.lastDiv,
.mainDiv {
    background-color: #fff;
    width: 100%;
    padding: 5px 15px;
    /*margin-top: 1rem;*/
}

    .msgDiv h5 {
        color: #343a40;
        line-height: 3;
        margin-bottom: 2rem;
    }

select:focus,
input:focus {
    outline: 0
}

.msgDiv textarea {
    margin-bottom: 20px;
}

.msgDiv textarea,
.msgDiv input,
.msgDiv select {
    width: 99%;
    color: gray;
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 0 0;
    margin: 5px;
}

.viewMore-btn {
    margin: 5px auto;
    color: #fff;
    background-color: #b39867;
    border-color: #b39867;
    color: #fff !important;
    border: 1px solid transparent;
    padding: .375rem .75rem;
}

.events-btn {
    margin: 5px auto;
    color: #fff;
    background-color: #b39867;
    border-color: #b39867;
    color: #fff !important;
    border: 1px solid transparent;
    padding: .375rem .75rem;
}

.fMediaDiv {
    color: #343a40;
}

    .fMediaDiv p {
        font-size: 14px
    }

/*.msgDiv input::placeholder,.msgDiv select::placeholder {color: #f00}*/
#FAQ .ghTabs .cd-accordion-menu ul li div {
    padding-right: 40px;
    font-size: 17px;
}

.ghTabs .cd-accordion-menu li label span {
    font-size: 20px
}

.btn-event-edits {
    margin-top: -3%;
}

.top-50 {
    top: 50px;
}

.mu-speakers-area {
    display: inline;
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.mu-speakers-content {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.slick-slide img {
    display: block;
}

.mu-single-speakers {
    padding: 0 10px;
    outline: none;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .mu-single-speakers img {
        max-width: 100%;
        max-height: 100%;
    }



.mu-single-speakers-info {
    display: inline;
    float: left;
    margin-top: 20px;
    width: 100%;
}

    .mu-single-speakers-info h3 {
        margin-bottom: 4px;
        font-size: 22px;
    }

.mu-single-speakers-social li {
    display: inline-block;
}

    .mu-single-speakers-social li a {
        display: inline-block;
        margin-right: 5px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        color: black;
    }


/*--------------------*/
/* SPEAKERS */
/*--------------------*/


#mu-speakers {
    background-color: #fff;
    display: inline;
    /*float: left;*/
    width: 100%;
}

.mu-speakers-area {
    display: inline;
    float: left;
    padding: 50px 0;
    width: 100%;
}

.mu-speakers-content {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.mu-single-speakers {
    padding: 0 10px;
    outline: none;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*.mu-speakers-slider .slick-next {
    right: -60px;
}*/

.mu-speakers-slider .slick-prev {
    /*left: -60px;*/
}

.mu-single-speakers-info {
    display: inline;
    float: left;
    margin-top: 20px;
    width: 100%;
}

    .mu-single-speakers-info h3 {
        margin-bottom: 4px;
        font-size: 22px;
    }

    .mu-single-speakers-info p {
        margin-bottom: 5px;
    }

.mu-single-speakers-social {
}

    .mu-single-speakers-social li {
        display: inline-block;
    }

        .mu-single-speakers-social li a {
            display: inline-block;
            margin-right: 5px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

/*--------------------*/
/* EVENT SCHEDULE */
/*--------------------*/

#mu-schedule {
    background-color: #f8f8f8;
    display: inline;
    /*float: left;*/
    width: 100%;
}

.mu-schedule-area {
    display: inline;
    float: left;
    padding: 100px 0;
    width: 100%;
}

.mu-schedule-content-area {
    display: inline;
    float: left;
    margin-top: 50px;
    width: 100%;
}

.mu-schedule-menu {
    text-align: center;
    border: none;
    /*margin-right: 10%;*/
}


    .mu-schedule-menu li {
        float: none;
        display: inline-block;
    }

        .mu-schedule-menu li a {
            border-radius: 0;
            margin: 0 10px;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .mu-schedule-menu li a:hover,
            .mu-schedule-menu li a:focus,
            .mu-schedule-menu li.active a,
            .mu-schedule-menu li.active a:hover,
            .mu-schedule-menu li.active a:focus {
                color: #fff;
            }

.mu-schedule-content {
    margin-top: 50px;
}

.mu-event-timeline ul li {
    list-style-type: none;
    position: relative;
    width: 2px;
    margin: 0 auto;
    padding-top: 50px;
    background-color: #ddd;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .mu-event-timeline ul li::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 70px;
        transform: translateX(-50%);
        height: 24px;
        width: 24px;
        border-radius: 50%;
        background: inherit;
    }


    .mu-event-timeline ul li .mu-single-event {
        background-color: #fff;
        -webkit-box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
        -moz-box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
        box-shadow: 0 0 16px 0 rgba(32, 32, 47, 0.16);
        position: relative;
        top: 0;
        width: 400px;
        padding: 15px;
        text-align: left;
    }

    .mu-event-timeline ul li:nth-child(2n) .mu-single-event {
        left: 430px;
        text-align: right;
    }

    .mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
        left: -30px;
        text-align: right;
    }

    .mu-event-timeline ul li .mu-single-event img {
        height: 80px;
        width: 80px;
        float: left;
        border-radius: 50%;
        margin-right: 15px;
    }

    .mu-event-timeline ul li:nth-child(2n+1) .mu-single-event img {
        float: right;
        margin-right: 0;
        margin-left: 15px;
    }

    .mu-event-timeline ul li .mu-single-event::before {
        content: '';
        position: absolute;
        top: 23px;
        width: 0;
        height: 0;
        border-style: solid;
    }

    .mu-event-timeline ul li:nth-child(2n+1) .mu-single-event::before {
        right: -15px;
        border-width: 8px 0 8px 16px;
        border-color: transparent transparent transparent #fff;
    }

    .mu-event-timeline ul li:nth-child(2n) .mu-single-event::before {
        left: -16px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #fff transparent transparent;
    }

    .mu-event-timeline ul li .mu-single-event h3 {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .mu-event-timeline ul li .mu-single-event p {
        margin-bottom: 5px;
    }

    .mu-event-timeline ul li .mu-single-event span {
        font-size: 12px;
    }

.mu-contact-form .form-control:focus,
.mu-schedule-menu li a {
    border: 1px solid #b39867;
}


    .mu-schedule-menu li a:hover,
    .mu-schedule-menu li a:focus,
    .mu-schedule-menu li.active a,
    .mu-schedule-menu li.active a:hover,
    .mu-schedule-menu li.active a:focus {
        background-color: #b39867;
    }

.section-3 {
    clear: both;
}

.mu-title {
    margin-left: 30%;
}

.mu-title-area {
    margin-left: 11%;
}

#mu-about {
    margin-top: 2%;
}


.mu-contact-form .form-control:focus,
.mu-schedule-menu li a {
    border: 1px solid #b39867 !important;
}

.img-100-width {
    width: 100%;
    height: 100%;
}

.date-btn-style {
    background-color: #b39867;
    border: 1px solid #b39867 !important;
    color: #fff !important;
    border-radius: 3px !important;
}

    .date-btn-style:hover,
    .date-btn-style:focus,
    .date-btn-style:active {
        background-color: #fff !important;
        border: 1px solid #b39867 !important;
        color: #b39867 !important;
        box-shadow: none;
        outline: transparent !important
    }

.badge.badge-primary.badge-pill {
    background-color: transparent;
    color: #8b7b67
}


.table-list {
    height: 300px;
    max-height: 300px;
    overflow: auto;
}



.px-lg-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.text-wrap-custom {
    white-space: normal !important;
}

@media (min-width: 992px) {
    .px-lg-7 {
        /*padding-left: 6rem !important;*/
        /*padding-right: 6rem !important;*/
    }
}

@media (max-width: 770px) {
    /*.wow.fadeInUp {
        display: none
    }*/

    .judge.main-page.newjuge-page {
        padding-top: 30px
    }
}

@media (min-width: 771px) {
    .table-list {
        display: none;
    }
}

.no-border {
    border: 0px
}

.list-group-item.d-flex.justify-content-between.align-items-center hr {
    border-top: 1px solid #8b7b67;
    width: 100%;
    margin: 0px;
    height: 0px;
    border-bottom: 0px;
}

@media (max-width: 991px) {

    .mu-primary-btn {
        font-size: 14px;
        padding: 12px 22px;
    }

    .mu-navbar .mu-menu {
        margin-top: 5px;
    }

        .mu-navbar .mu-menu li a {
            font-size: 15px;
            padding: 10px 6px;
        }

    .mu-hero-featured-content h1 {
        font-size: 35px;
    }

    .mu-hero-featured-content h2 {
        font-size: 18px;
    }

    .mu-event-date-line {
        font-size: 14px;
    }

    .mu-event-counter-block {
        height: 130px;
        width: 130px;
        font-size: 16px;
        margin: 0 10px;
    }

        .mu-event-counter-block span {
            font-size: 30px;
            padding-top: 32px;
            line-height: 32px;
        }

    .mu-event-timeline ul li {
        margin-left: 8%;
    }

        .mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
            left: 430px;
            text-align: right;
        }

            .mu-event-timeline ul li:nth-child(2n+1) .mu-single-event::before {
                right: auto;
                left: -16px;
                border-width: 8px 16px 8px 0;
                border-color: transparent #fff transparent transparent;
            }

            .mu-event-timeline ul li:nth-child(2n+1) .mu-single-event img {
                float: left;
                margin-right: 15px;
                margin-left: 0;
            }

    .mu-video-iframe-area {
        padding: 16% 5%;
    }

        .mu-video-iframe-area iframe {
            width: 100%;
        }

    .mu-title-area {
        padding: 0 50px;
    }

    .mu-faq-content {
        padding: 0;
    }

    .mu-contact-right {
        margin-top: 50px;
    }

    .mu-menu-btn {
        right: 5%;
    }

    .mu-speakers-slider .slick-next {
        right: 100%;
    }

    .mu-speakers-slider .slick-prev {
        left: 0;
    }

    .mu-speakers-slider .slick-next,
    .mu-speakers-slider .slick-prev {
        width: 40px;
        height: 40px;
    }

        .mu-speakers-slider .slick-prev::before,
        .mu-speakers-slider .slick-next::before {
            font-size: 18px;
        }

    .mu-single-speakers-info h3 {
        font-size: 18px;
    }

    .mu-single-speakers-social {
        font-size: 10px;
    }

    .mu-pricing-conten {
        padding: 0 5%;
    }

    .mu-single-price {
        margin-bottom: 30px;
    }

    .px-lg-7-custom-small {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .logo_new img {
        width: 290px !important;
    }
}

@media (min-width: 360px) and (max-width: 760px) {
    .navbar-brand {
        width: 60%;
    }

    .qoutation .theQoute {
        margin-top: 155px !important;
    }

    .qoutation h1 {
        font-weight: bolder;
        font-size: 30px;
    }

    .qoutation .lead {
        font-size: 0.98rem;
        font-weight: 300;
    }

    .qoutation image {
        width: 150px;
        height: 35px;
        margin-top: 2rem;
    }

    .judge {
        height: 950px;
        max-height: 950px;
    }

        .judge h1 {
            font-size: 25px;
            position: relative;
            margin-top: 30px;
        }

            .judge h1::before {
                content: "";
                width: 0;
            }

            .judge h1::after {
                content: "";
                width: 0;
            }

        .judge image {
            width: 85px;
            height: 48px;
        }

        .judge table {
            width: 100%;
            table-layout: fixed;
        }

        .judge .tbl-header {
            font-size: 9px;
            font-weight: bold;
        }

        .judge .tbl-content {
            height: 300px;
            overflow-x: auto;
            margin-top: 0px;
        }

        .judge th {
            padding: 20px 15px;
            text-align: left;
            font-weight: 600;
            font-size: 9px;
            text-transform: uppercase;
        }

        .judge td {
            padding: 15px;
            text-align: left;
            vertical-align: middle;
            font-weight: 600;
            font-size: 9px;
        }




    .news h1 {
        font-size: 25px;
        position: relative;
        /*min-height: 512px;*/
    }

        .news h1::before {
            position: absolute;
            content: "";
            width: 0px;
            height: 3px;
            background: #292927;
            top: 38px;
            left: -28%;
        }

        .news h1::after {
            position: absolute;
            content: "";
            width: 0px;
            height: 3px;
            background: #292927;
            top: 38px;
            right: -23%;
        }

        .news h1 image {
            width: 200px;
            height: 35px;
        }

    .news .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -13px;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }

        .news .carousel-indicators li {
            width: 10px;
            height: 10px;
        }

    .news .news-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
    }

        .news .news-block .new {
            overflow: hidden;
            position: relative;
        }

            .news .news-block .new h4 {
                position: absolute;
                top: 5%;
                color: #fff;
                width: 45%;
                right: -2%;
                font-weight: bold;
                font-size: 10px;
            }

                .news .news-block .new h4::before {
                    content: " ";
                    position: absolute;
                    height: 30px;
                    width: 5px;
                    color: red;
                    background-color: red;
                    left: -12px;
                    top: 1px;
                    border-radius: 15px;
                }

    .news a.btn {
        display: block;
        margin: 5px auto;
        width: 30%;
        color: #b39867;
        font-size: 10px;
    }

    .events image {
        width: 200px;
        height: 52px;
    }

    .events .event {
        margin-top: 0 !important;
    }

        .events .event h5 {
            color: #fff;
            font-weight: bold;
            position: relative;
            padding-top: 10px;
        }

            .events .event h5::before {
                content: " ";
                position: absolute;
                height: 20px;
                width: 5px;
                color: #b39867;
                background-color: #b39867;
                left: -12px;
                top: 1px;
            }

        .events .event p {
            color: #fff;
            font-weight: 500;
        }

        .events .event img {
            display: block;
            margin: 0 auto 0;
        }

        .events .event .event-header {
            position: relative;
            left: 0;
        }

    .events a.btn {
        display: block;
        margin: 5px auto;
        width: 30%;
        color: #292927;
        background-color: #b39867;
        font-family: 'Cairo', sans-serif;
        font-size: 10px;
    }

    .media #mediaCarousel1 .carousel-indicators {
        left: 0;
    }

    .media #mediaCarousel1 .carousel-caption {
        right: 15%;
        left: 40%;
    }

        .media #mediaCarousel1 .carousel-caption p {
            font-size: 14px;
            font-family: 'Cairo', sans-serif;
        }

        .media #mediaCarousel1 .carousel-caption h4 {
            position: relative;
            font-weight: bold;
            font-family: 'Cairo', sans-serif;
        }

            .media #mediaCarousel1 .carousel-caption h4::before {
                content: " ";
                position: absolute;
                height: 20px;
                width: 5px;
                color: #b39867;
                background-color: #b39867;
                left: -12px;
                top: 5px;
            }

    .media .second-slider {
        display: none;
        width: 37%;
    }

        .media .second-slider h1 {
            position: absolute;
            top: 3px;
            left: 34px;
            font-size: 25px;
            color: #292927;
        }

        .media .second-slider #mediaCarousel2 {
            display: none;
        }

            .media .second-slider #mediaCarousel2 .carousel-indicators {
                position: absolute;
                bottom: -13px;
            }

                .media .second-slider #mediaCarousel2 .carousel-indicators li {
                    width: 10px;
                    height: 10px;
                }

        .media .second-slider p {
            position: relative;
        }

            .media .second-slider p::before {
                content: " ";
                position: absolute;
                height: 20px;
                width: 5px;
                color: #000;
                background-color: #000;
                left: -12px;
                top: 1px;
                border-radius: 15px;
            }

        .media .second-slider a.btn {
            display: block;
            margin: 5px auto;
            width: 30%;
            color: #b39867;
        }

        .media .second-slider::after {
            position: absolute;
            content: "";
            width: 250%;
            height: 4px;
            background: #b39867;
            top: 60px;
            right: -250%;
        }

        .media .second-slider::before {
            position: absolute;
            content: "";
            width: 202%;
            height: 4px;
            background: #b39867;
            left: -35%;
            bottom: -13%;
        }

    .loginTruncate {
        display: inline-block;
        vertical-align: bottom;
        max-width: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 500px) {
    .media .second-slider h1 {
        font-size: 40px;
        padding-bottom: 128px;
    }

    .media .second-slider {
        height: 100% !important;
    }

    .media-margin {
        margin-top: 54px;
    }

    .media-responsive {
        padding-bottom: 390px;
    }

    .nicEdit-panelContain {
        width: 100% !important
    }

    .sendDiv.sendDiv1 .fa.fa-paperclip {
        margin-right: 10px;
    }

    .sendDiv .sendBtn {
        width: 100px !important;
    }

    .mainDiv {
        padding: 0px !important
    }

        .mainDiv.row.col-md-12 .col-8,
        .mainDiv.row.col-md-12 .col-4.no-padL {
            width: 100%;
            min-width: 100%;
        }

    .send-message {
        font-size: 8px !important
    }

    .page-container .right-side .message-content {
        display: block !important
    }

    .page-container .left-side .messages-container .message .head {
        display: block
    }

    .page-container .left-side .messages-container .message span,
    .page-container .left-side .messages-container .message p {
        display: block;
        width: 100%;
        text-align: center
    }

    .about-name.advanced-search.create-message {
        padding-top: 0px !important
    }

    .page-container .left-side .messages-container .message {
        padding-left: 0px;
        padding-right: 0px
    }

    .newjuge-page .news-link.mb-3 {
        margin-top: 20px
    }

    .judge.main-page.newjuge-page {
        max-height: 100% !important
    }

    .navbar-nav.ml-auto {
        text-align: center;
    }

    header .slider .carousel-item img.s-img {
        height: 200px;
        object-fit: cover;
    }

    header .slider {
        height: auto;
    }

    .qoutation .theQoute {
        margin: 25px 0 !important;
    }

    #overlayBox {
        position: unset;
        width: 100%;
        height: auto;
        padding: 20px 18px 18px 9px;
    }

    /*.navbar.navbar-expand-lg.navbar-light.fixed-top.bg-dark .container{
	    padding-top: 25px;
}*/
    .public-chara {
        height: 150px;
        width: 150px;
    }

    .wow.bounceInRight {
        text-align: center;
    }

    .news a.btn {
        margin: 0px auto;
        width: 49%;
    }

    .btn.btn-dark.text-center.mt-5.aos-init.aos-animate {
        margin-top: 25px !important;
    }

    /*.news {
        padding: 40px 0 25px 0px;
    }
     */

    .events.event-updates h1 {
        width: 190px !important;
        max-width: 190px !important;
        min-width: 190px !important;
    }

    .events.event-updates .text-center.wow.fadeIn {
        margin: 0 auto;
        margin-top: 20px !important
    }

    .event.mt-5.aos-init.aos-animate {
        margin-top: 5px !important
    }

    .events {
        /*padding: 10px;*/
    }

    .title-align {
        text-align: center;
    }

    .discri-para {
        font-size: 13px;
        margin-top: 20px
    }

    .padd-t-20-media {
        padding-top: 20px
    }

    .events.event-updates {
        max-height: 840px;
        min-height: 679px
    }

    .events a.btn {
        width: 60%
    }

    #mediaCarousel2 {
        margin-top: -126px;
    }

    .media #mediaCarousel1 .carousel-indicators {
        left: 0;
        display: none
    }

    .media .second-slider {
        width: 100%;
        left: 0;
    }

    .judge {
        height: auto !important;
    }

        .judge h1 {
            color: #b59b69;
            font-size: 30px;
            margin-top: -44px;
            text-align: center;
        }

        .judge.pt-5.pb-5 {
            padding-top: 0px !important;
        }

            .judge.pt-5.pb-5 h1 svg {
                max-width: 50px;
                min-width: 50px;
                height: 50px
            }

    .tbl-header {
        overflow-x: auto !important;
    }

    .judge table {
        table-layout: auto
    }

    #contacts .container {
        text-align: center;
    }

    .contact {
        padding-top: 0px
    }

    .news h1::after,
    .news h1::before,
    .judge h1::after,
    .judge h1::before {
        display: none !important;
    }

    .about-us p.lead {
        position: unset;
        transform: none;
        width: 100%;
        /*text-align: center*/
        font-size: 17px;
        color: #FFF;
    }

    .about-us {
        min-height: auto;
        background-size: cover;
    }

    .bg-dark.padd-t-30-media {
        padding-top: 30px !important
    }

    .judge.country-judge .container section.wow.fadeInUp br {
        display: none;
    }

    .special-style-media .judge.country-judge {
        height: 380px !important
    }

    .media-gallery.country-gallery .img-post-md img {
        min-width: 100%;
        padding: 10px
    }

    .media-gallery.country-gallery .row br {
        display: none;
    }

    .col-md-6 .img-post-lg {
        padding: 10px
    }

    /*.news.country-news {
        text-align: center;
    }*/

    /*.news .main-news .new-data a {
        bottom: -10%;
        right: 38%;
    }*/

    .news.country-news {
        padding-bottom: 40px !important;
        padding-top: 15px !important
    }

        .news.country-news .main-news .col-md-8 {
            padding: 25px !important
        }

        .news.country-news br {
            display: none;
        }

        .news.country-news h1 svg {
            width: 150px;
            max-width: 150px
        }

    .new-data h4 {
        padding-bottom: 20px
    }

    #contacts .data br {
        display: none;
    }

    #contacts .data h1 {
        font-size: 40px
    }

    .contact {
        /*: 225px;*/
        /*min-height: 225px;*/
        /*max-height: 225px*/
        background-position: revert;
    }

    .country-page {
        height: auto;
        background-size: cover;
    }

    .events.section-1 {
        min-height: 208px !important;
        background-size: cover;
        text-align: center;
    }

    .events.section-1 {
        min-height: 140px !important;
        background-size: cover;
        text-align: center;
    }

        .events.section-1 .text-dark {
            font-size: 60px;
        }

        .events.section-1 h2 {
            font-size: 20px
        }

    .about-name h1 {
        font-size: 50px
    }

    .events.section-1 svg {
        display: none;
    }

    .events.section-3,
    .events.section-2 {
        text-align: center;
    }

        .events.section-3 .event .event-header h1,
        .events.section-2 .event .event-header h1 {
            font-size: 40px
        }

        .events.section-3 br,
        .events.section-2 br {
            display: none;
        }

        .events.section-3 img,
        .events.section-2 img {
            width: 100% !important;
            height: 100% !important;
        }

    .about-name.pb-3 {
        height: auto;
    }

    .justice-data.mb-5.pb-5 img {
        top: -22px !important;
    }

    .justice-public-char {
        font-size: 35px !important
    }

    .abou-justice {
        height: auto;
    }

    .just-info {
        top: -19px
    }

    .justice-data.mb-5.pb-5 .just.mt-3 .mt-5 {
        margin-top: 25px !important;
        text-align: justify;
    }

    .justice-data.mb-5.pb-5 {
        padding-bottom: 0px;
    }

    .download.pt-5.pb-5.text-center button {
        width: 100%
    }

    .download.pt-5.pb-5.text-center .btn.btn-danger.mr-3.ml-2 {
        margin: 0px !important
    }

    .right-sign-side {
        height: auto !important;
        min-height: auto !important;
    }

    .card-body {
        overflow: unset !important;
    }

    .gallery-section br {
        display: none;
    }

    .gallery-section img {
        padding: 10px
    }


    .news .main-news .new-data p {
        width: 100%;
        min-width: 100%
    }

    .lower-view-media {
        font-size: 35px !important
    }

    .padd-left-10-media {
        /*padding-left: 10px !important*/
    }

    .marg-t-20-media {
        margin-top: 20px
    }

    .text-center-media {
        text-align: center;
    }

    .mu-title-area {
        padding: 10px !important
    }

    .mu-schedule-area {
        padding: 10px !important
    }

    .mu-title-area {
        margin-left: 0px !important
    }

    .header-img-media {
        padding: 50px 20px 30px 20px !important;
    }

    .card.card-signin.my-5 {
        margin-top: 0px !important
    }

    .sign-form {
        margin-top: 0px !important
    }

    .sign-form {
        padding: 2rem;
    }

    .sign-form {
        display: block !important;
    }

    .media-full-width-small {
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important
    }

    .judge-tiltle h1 {
        font-size: 25px !important;
    }

    .judge-tiltle .width90px {
        width: 75px
    }

    .about-name.advanced-search {
        padding-top: 305px
    }

    .newjuge-page .col-md-3.media-width-50-P.padd-t-2px {
        text-align: center
    }

    .border-l {
        border: 0px !important
    }

    .judgenewpage .text-center {
        text-align: start !important
    }

    .newsListImg {
        width: 100%;
    }
}

@media (max-width: 480px) {

    body {
        font-size: 14px;
    }

    .mu-logo {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .mu-hero-featured-area {
        padding: 60px 0 60px;
    }

    .mu-hero-featured-content {
        margin-top: 20px;
    }

        .mu-hero-featured-content h1 {
            font-size: 25px;
        }

        .mu-hero-featured-content h2 {
            font-size: 14px;
        }

    .mu-event-date-line {
        font-size: 12px;
    }

    .mu-event-counter-area {
        margin-top: 20px;
    }

    .mu-event-counter-block span {
        font-size: 18px;
        padding-top: 16px;
        line-height: 20px;
    }

    .mu-event-counter-block {
        height: 75px;
        width: 75px;
        font-size: 12px;
        margin: 0 5px;
    }

    .mu-video-close-btn {
        top: 2%;
        right: 5%;
        height: 40px;
        line-height: 35px;
        width: 40px;
    }

    .mu-menu-close-btn {
        right: 5%;
        top: 30px;
    }

    .mu-video-area {
        padding: 100px 0;
    }

    .mu-video-iframe-area {
        padding: 10% 5%;
    }

        .mu-video-iframe-area iframe {
            height: 250px;
        }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    .mu-schedule-content {
        margin-top: 30px;
    }

    .mu-schedule-menu li a {
        font-size: 15px;
    }

    .date-btn-style {
        background-color: #b39867;
        border: 1px solid #b39867 !important;
        ;
        color: #fff !important;
        border-radius: 3px !important;
    }

        .date-btn-style:hover,
        .date-btn-style:focus,
        .date-btn-style:active {
            background-color: #fff !important;
            border: 1px solid #b39867 !important;
            color: #b39867 !important;
            box-shadow: none;
            outline: transparent !important
        }

    .mu-event-timeline ul li {
        margin-left: 2%;
    }

        .mu-event-timeline ul li .mu-single-event,
        .mu-event-timeline ul li:nth-child(2n+1) .mu-single-event,
        .mu-event-timeline ul li:nth-child(2n) .mu-single-event {
            left: 295px;
            width: 270px;
        }

            .mu-event-timeline ul li .mu-single-event h3 {
                margin-bottom: 5px;
                font-size: 14px;
            }

    .mu-venue-address h4 {
        font-size: 16px;
    }

    .mu-register-content,
    .mu-contact-content {
        padding: 0 5%;
    }

    .mu-faq-content .panel-title {
        font-size: 14px;
    }
}


#style-switcher-mobile {
    background: #fff;
    width: 90%;
    position: fixed;
    top: 155px;
    z-index: 99;
    left: -90%;
    border-radius: 0 0 4px 0;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.275);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.275)
}

    #style-switcher-mobile span {
        position: absolute;
        right: -10px;
        z-index: 2333333333;
        color: black;
        display: block;
        width: 155px;
        top: 135px;
        font-size: 25px;
        transform: rotate(-90deg);
        font-weight: bold;
    }

    #style-switcher-mobile h1 {
        background: #f8f8f8;
        color: #333;
        font-size: 36px;
        line-height: 46px;
        padding: 0 0 0 20px;
        margin-top: 0;
        font-weight: 500
    }

        #style-switcher-mobile h1 a {
            display: block;
            position: absolute;
            right: -89px;
            top: -1;
            width: auto;
            border-radius: 0 4px 4px 0;
            font-size: 22px;
            color: #fff;
            text-align: center
        }

            #style-switcher-mobile h1 a i {
                position: relative;
                top: 4px;
                color: #333
            }

    #style-switcher-mobile .row {
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px 20px;
    }

    #style-switcher-mobile .col-md-3 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-top: 5px
    }

@media only screen and (min-width: 1050px) {
    #style-switcher-mobile {
        display: none
    }
}


#style-switcher-mobile2 {
    display: none !important;
    background: #fff;
    width: 90%;
    position: fixed;
    top: 155px;
    z-index: 99;
    left: -288px;
    border-radius: 0 0 4px 0;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.275);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.275)
}

    #style-switcher-mobile2 span {
        position: absolute;
        right: -35px;
        z-index: 2333333333;
        color: black;
        display: block;
        width: 155px;
        top: 135px;
        font-size: 25px;
        transform: rotate(-90deg);
        font-weight: bold;
    }

    #style-switcher-mobile2 h1 {
        background: #f8f8f8;
        color: #333;
        font-size: 36px;
        line-height: 46px;
        padding: 0 0 0 20px;
        margin-top: 0;
        font-weight: 500
    }

        #style-switcher-mobile2 h1 a {
            display: block;
            position: absolute;
            right: -46px;
            top: -1;
            width: 46px;
            border-radius: 0 4px 4px 0;
            font-size: 22px;
            color: #fff;
            text-align: center
        }

            #style-switcher-mobile2 h1 a i {
                position: relative;
                top: 4px;
                color: #333
            }

    #style-switcher-mobile2 .row {
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px 20px;
    }

    #style-switcher-mobile2 .col-md-3 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-top: 5px
    }

@media only screen and (min-width: 500px) {
    #style-switcher-mobile2 {
        display: none !important
    }
}

@media only screen and (max-width: 500px) {
    /*#style-switcher-mobile {
        display: none !important
    }*/
}

#style-switcher-mobile3 {
    display: none !important;
    background: #fff;
    width: 90%;
    position: fixed;
    top: 155px;
    z-index: 99;
    left: -338px;
    border-radius: 0 0 4px 0;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.275);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.275)
}

    #style-switcher-mobile3 span {
        position: absolute;
        right: -35px;
        z-index: 2333333333;
        color: black;
        display: block;
        width: 155px;
        top: 135px;
        font-size: 25px;
        transform: rotate(-90deg);
        font-weight: bold;
    }

    #style-switcher-mobile3 h1 {
        background: #f8f8f8;
        color: #333;
        font-size: 36px;
        line-height: 46px;
        padding: 0 0 0 20px;
        margin-top: 0;
        font-weight: 500
    }

        #style-switcher-mobile3 h1 a {
            display: block;
            position: absolute;
            right: -46px;
            top: -1;
            width: 46px;
            border-radius: 0 4px 4px 0;
            font-size: 22px;
            color: #fff;
            text-align: center
        }

            #style-switcher-mobile3 h1 a i {
                position: relative;
                top: 4px;
                color: #333
            }

    #style-switcher-mobile3 .row {
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px 20px;
    }

    #style-switcher-mobile3 .col-md-3 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-top: 5px
    }

@media only screen and (min-width: 370px) and (max-width:377px) {
    #style-switcher-mobile2 {
        display: none
    }
}

@media only screen and (max-width: 370px) {
    /*#style-switcher-mobile {
        display: none !important
    }*/
}

#style-switcher-mobile4 {
    display: none !important;
    background: #fff;
    width: 90%;
    position: fixed;
    top: 155px;
    z-index: 99;
    left: -384px;
    border-radius: 0 0 4px 0;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.275);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.275)
}

    #style-switcher-mobile4 span {
        position: absolute;
        right: -35px;
        z-index: 2333333333;
        color: black;
        display: block;
        width: 155px;
        top: 135px;
        font-size: 25px;
        transform: rotate(-90deg);
        font-weight: bold;
    }

    #style-switcher-mobile4 h1 {
        background: #f8f8f8;
        color: #333;
        font-size: 36px;
        line-height: 46px;
        padding: 0 0 0 20px;
        margin-top: 0;
        font-weight: 500
    }

        #style-switcher-mobile4 h1 a {
            display: block;
            position: absolute;
            right: -46px;
            top: -1;
            width: 46px;
            border-radius: 0 4px 4px 0;
            font-size: 22px;
            color: #fff;
            text-align: center
        }

            #style-switcher-mobile4 h1 a i {
                position: relative;
                top: 4px;
                color: #333
            }

    #style-switcher-mobile4 .row {
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px 20px;
    }

    #style-switcher-mobile4 .col-md-3 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-top: 5px
    }

@media only screen and (min-width: 420px) and (max-width:550px) {
    #style-switcher-mobile2 {
        display: none
    }

    #style-switcher-mobile3 {
        display: none
    }
}

@media only screen and (max-width: 370px) {
    /*#style-switcher-mobile {
        display: none !important
    }*/
}


@media only screen and (min-width: 555px) {
    #style-switcher-mobile3 {
        display: none !important
    }

    #style-switcher-mobile4 {
        display: none
    }
}

@media only screen and (max-width:380px) {

    #style-switcher-mobile4 {
        display: none !important
    }
}

@media only screen and (max-width:322px) {

    #style-switcher-mobile3 {
        display: none !important
    }
}

@media only screen and (min-width:400px) and (max-width:415px) {

    #style-switcher-mobile3 {
        display: none !important
    }

    #style-switcher-mobile2 {
        display: none !important
    }

    /*#style-switcher-mobile {
        display: none !important
    }*/
}

.logo_new {
    text-align: center;
    /* margin-top: 10px; */
}

.tilter {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    /* margin: 1.5em 2.5em; */
    color: #fff;
    flex: none;
    perspective: 1000px;
}

    .tilter * {
        pointer-events: none;
    }

    .tilter:hover,
    .tilter:focus {
        color: #fff;
        outline: none;
    }

/*
.tilter__figure,
.tilter__deco,
.tilter__caption {
	will-change: transform;
}*/

.tilter__figure,
.tilter__image {
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
}

    .tilter__figure > * {
        transform: translateZ(0px);
        /* Force correct stacking order */
    }

.smooth .tilter__figure,
.smooth .tilter__deco--overlay,
.smooth .tilter__deco--lines,
.smooth .tilter__deco--shine div,
.smooth .tilter__caption {
    transition: transform 0.2s ease-out;
}

.tilter__figure {
    position: relative;
}

    .tilter__figure::before {
        content: '';
        position: absolute;
        width: 90%;
        height: 90%;
        top: 5%;
        left: 5%;
        box-shadow: 0 30px 20px rgba(35, 32, 39, 0.5);
    }

.tilter__deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tilter__deco--overlay {
    background-image: linear-gradient(25deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0.4));
}

.tilter__deco--shine div {
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-image: none;
}

.tilter__deco--lines {
    fill: none;
    stroke: #fff;
    stroke-width: 1.5px;
}

.tilter__caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 4em;
}

.tilter__title {
    margin: 0;
    font-weight: normal;
    font-size: 1.5em;
    font-family: 'Abril Fatface', serif;
    line-height: 1;
}

.tilter__description {
    margin: 1em 0 0 0;
    font-size: 0.75em;
    letter-spacing: 0.15em;
}

/* Individual styles */

/* Example 1 (Default) */
.tilter--1 .tilter__figure::before {
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.5);
}

/* Example 2 (thicker lines, overlay) */
.tilter--2,
.tilter--2:hover,
.tilter--2:focus {
    color: #2e27ad;
}

    .tilter--2 .tilter__deco--overlay {
        background-image: linear-gradient(45deg, rgba(245, 239, 40, 0.6), rgba(164, 22, 169, 0.6));
    }

    .tilter--2 .tilter__deco--lines {
        stroke: #2e27ad;
        stroke-width: 4px;
    }

/* Example 3 (no lines, overlay hard-light) */
.tilter--3 .tilter__deco--overlay {
    background-image: linear-gradient(45deg, rgba(205, 81, 220, 0.6), rgba(41, 94, 230, 0.5));
}

.tilter--3 .tilter__caption {
    padding: 2em;
    text-align: right;
    text-shadow: 0.1em 0.8em 1em rgba(0, 0, 0, 0.35);
}

/* Example 4 (caption sliding in) */
.tilter--4 .tilter__deco--overlay {
    background-image: linear-gradient(20deg, rgb(214, 100, 40), rgba(46, 39, 173, 0.58), rgba(53, 74, 165, 0.6));
}

@media screen and (min-width: 30em) {
    .tilter--4 .tilter__deco--lines {
        transform: scale3d(0.8, 0.8, 1);
        transition: transform 0.4s;
    }

    .tilter--4:hover .tilter__deco--lines {
        transform: scale3d(1, 1, 1);
    }

    .tilter--4 .tilter__title,
    .tilter--4 .tilter__description {
        transform: translate3d(0, 80px, 0);
        opacity: 0;
        transition: transform 0.4s, opacity 0.4s;
    }

    .tilter--4:hover .tilter__description {
        transition-delay: 0.1s;
    }

    .tilter--4:hover .tilter__title,
    .tilter--4:hover .tilter__description {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

/* Example 5 (line animating) */
.tilter--5 .tilter__deco--lines path {
    stroke-dasharray: 1270;
    stroke-dashoffset: 1270;
    transition: stroke-dashoffset 0.7s;
}

.tilter--5:hover .tilter__deco--lines path {
    stroke-dashoffset: 0;
}

.tilter--5 .tilter__figure::before {
    box-shadow: none;
}

/* Example 6 (different line position) */
.tilter--6,
.tilter--6:hover,
.tilter--6:focus {
    color: #2e27ad;
}

    .tilter--6 .tilter__deco--overlay {
        background-image: linear-gradient(45deg, rgba(46, 39, 173, 0.2), rgba(255, 186, 59, 0.58));
    }

    .tilter--6 .tilter__deco--lines {
        stroke: #2e27ad;
        stroke-width: 6px;
        top: -50px;
        left: -50px;
    }

    .tilter--6 .tilter__caption {
        padding: 0 4em 5.5em 1em;
    }

    .tilter--6 .tilter__figure::before {
        box-shadow: none;
    }

/* Example 7 (different line) */
.tilter--7 .tilter__deco--overlay {
    background-image: linear-gradient(45deg, rgba(93, 203, 106, 0.48), rgba(59, 239, 255, 0.58));
}

.tilter--7 .tilter__deco--lines {
    stroke-width: 20px;
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
}

.tilter--7:hover .tilter__deco--lines {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.tilter--7 .tilter__figure::before {
    box-shadow: none;
}

/* Example 8 (different line) */
.tilter--8 {
    perspective: none;
}

    .tilter--8 .tilter__figure {
        transform-style: flat;
    }

    .tilter--8 .tilter__deco--lines {
        stroke: #9255ae;
        stroke-width: 6px;
        mix-blend-mode: color-burn;
    }

    .tilter--8 .tilter__caption {
        color: #9255ae;
        mix-blend-mode: color-burn;
    }

    .tilter--8 .tilter__figure::before {
        box-shadow: none;
    }


.newsImage {
    position: relative;
}

    .newsImage img.d-block.w-100 {
        width: 60% !important;
        float: right;
        height: -webkit-fill-available;
    }




.newsBackground {
    height: 100%;
    position: absolute;
    top: 0%;
    right: 42%;
    background-image: url("../img/news-bg.png");
    z-index: 9;
}


.news .carousel .carousel-inner .carousel-item {
    perspective: none;
}


/*.carousel-inner > .carousel-item {*/
/*  -webkit-transition: -webkit-transform 1.2s ease-in-out !important;*/
/*  -o-transition: -o-transform 1.2s ease-in-out !important;*/
/*  transition: transform 1.2s ease-in-out !important;*/
/*}*/

.carousel {
    margin-bottom: 0;
    /* padding: 0 0 30px 0; */
}

.arrival-product .arrival-item ul {
    margin: 0;
    padding: 0;
}

    .arrival-product .arrival-item ul li {
        float: left;
        list-style: none;
        width: 33.3%;
        overflow: hidden;
        padding: 2%;
    }

        .arrival-product .arrival-item ul li:last-child {
            margin-right: 0;
        }

.carouselContent {
    text-align: left;
    position: absolute;
    width: 33%;
    top: 30%;
    left: 8%;
    z-index: 999;
}

.carouselContentzz {
    text-align: left;
    position: absolute;
    width: 33%;
    top: 10%;
    right: 10%;
    z-index: 2;
}

    .carouselContentzz h1 {
        font-size: 44px;
        font-weight: 800 !important;
        color: #000;
        /*text-transform: uppercase;*/
        font-family: sans-serif !important;
        text-align: right;
    }

/* .carouselContent h1{

} */
.carouselContent h3 {
    text-align: right !important;
}

.carousel-inner {
    position: relative;
}

.LayerBackground {
    display: none;
}

.searchfield {
    position: relative;
}

.mediaSection {
    background-image: url("../img/galleryBack-01.png");
    padding: 4% 0%;
    min-height: 512px;
}



.media_new {
    /* height:300px; */
}

    .media_new h1 {
        color: #000;
        font-size: 44px !important;
        font-weight: 800 !important;
        /*text-transform: uppercase;*/
        font-family: sans-serif !important;
    }

    .media_new p {
        color: #000;
        font-size: 14px;
        font-family: sans-serif;
    }

.arrows {
    text-align: center;
    margin: auto;
}

/* //////////////////////////////////////// */
.titlebar {
    overflow: hidden;
}

    .titlebar .next-back {
        float: right;
        margin: 12px 0;
    }

        .titlebar .next-back span button {
            font-size: 12px;
            text-transform: uppercase;
            font-family: Poppins;
            color: #fff;
            background: none;
        }

            .titlebar .next-back span button:hover {
                text-decoration: none;
                color: #888888;
            }

        .titlebar .next-back span {
            padding: 8px 5px;
            display: inline-block;
            background: #020202;
            border-radius: 5px;
        }

.viewMore-btn {
    margin: 5px auto;
    color: #ffffff;
    background-color: #b39867;
    border-color: #b39867;
    color: #ffffff !important;
    border: 1px solid transparent;
    padding: .375rem .75rem;
}

.slickMedia-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    opacity: .5;
    background-color: black;
    width: 255px !important;
}

.textgallary {
    text-align: center;
    position: absolute;
    top: 40%;
    font-size: 40px;
    width: 255px;
    color: #fff;
}


/* Omar's changes */

.fs-14-px {
    font-size: 14px !important;
}

.fs-18-px {
    font-size: 18px;
}

.fs-20-px {
    font-size: 20px !important;
}

.fs-21-px {
    font-size: 21px !important;
}

.fs-32-px {
    font-size: 32px !important;
}

.nav-cont {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.8606793059020483) 0%, rgba(0, 0, 0, 0.7122199221485469) 19%, rgba(0, 0, 0, 0.5777661406359419) 35%, rgba(0, 0, 0, 0) 100%); */

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9026961126247374) 0%, rgba(0, 0, 0, 0.7794468129048494) 19%, rgba(0, 0, 0, 0.6589986336331408) 35%, rgba(0, 0, 0, 0) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #343a40;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.primary-nav {
    background-image: url("../img/navbar-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% top;
    /*background-color: #343a40;*/
}

.secondary-nav {
    /*background: #343a40;*/
}

.search-icon {
    width: 21px;
    height: 17px;
}

.secondary-nav .navbar-collapse .nav-item .nav-link {
    color: #fff;
    -o-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    padding: .25rem !important;
}

@media (min-width: 1450px) {
    .secondary-nav .navbar-collapse .nav-item .nav-link {
        padding: .5rem !important;
    }
}

.secondary-nav .navbar-collapse .nav-item .nav-link.active {
    font-weight: bold;
}

.secondary-nav .navbar-collapse .nav-item .nav-link:hover {
    color: #b39867 !important;
}


.news-section {
    /*background-color: #928B7C;*/
    background: url("../img/news-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.text-underline {
    text-decoration: underline;
}

.section-divider {
    margin: 1rem !important;
    width: 65% !important;
    height: .5px !important;
    background-color: rgba(255, 255, 255, .75) !important;
}

.section-divider-theme {
    margin: 1rem !important;
    width: 65% !important;
    height: .5px !important;
    background-color: rgba(183, 151, 95, 1) !important;
}

.section-divider-themelight {
    margin: 1rem 0 !important;
    width: 85% !important;
    height: .5px !important;
    /*background-color: rgba(183, 151, 95, .2) !important;*/
    background-color: rgba(255,255,255, .3) !important;
}


.news-card-1 {
    position: relative;
    border: none;
    background-color: transparent;
    min-height: 21.8rem;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

    .news-card-1::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.34807426388524154) 0%, rgba(0, 0, 0, 0.29485297536983546) 19%, rgba(0, 0, 0, 0) 100%); */
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6786064767703957) 0%, rgba(0, 0, 0, 0.630987429151348) 23%, rgba(0, 0, 0, 0) 100%);
        border-radius: 10px;
        z-index: 0;
    }

.news-img {
    max-width: 242px;
    max-height: 201px;
    border-radius: 4px;
}

.stretched-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-transparent {
    background-color: transparent;
}

.br-4px {
    border-radius: 4px !important;
}

.br-10px {
    border-radius: 10px !important;
}

.news-card-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.c-nav-tabs {
    border: none;
}

    .c-nav-tabs .nav-link {
        font-weight: bold;
    }

        .c-nav-tabs .nav-link.active {
            color: #b39867 !important;
            background-color: transparent !important;
            border-bottom: 2px solid !important;
            border-color: transparent transparent #b39867 transparent !important;
        }

.z-div-1 {
    z-index: 1;
}

    .z-div-1 div {
        z-index: 1;
    }








.heading-icon {
    width: 26px;
    height: 28px;
}

.pre-wrap {
    white-space: pre-wrap;
}

.pre-line {
    white-space: pre-line;
}

.carousel-item-disc {
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: 600;
    top: 42%;
    left: 50%;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -o-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.c-carousel:hover .carousel-item-disc {
    visibility: visible;
    opacity: 1;
}

.c-carousel .carousel-item {
    position: relative;
}

    .c-carousel .carousel-item::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0);
        -o-transition: background-color .5s ease-in-out;
        -moz-transition: background-color .5s ease-in-out;
        -webkit-transition: background-color .5s ease-in-out;
        transition: background-color .5s ease-in-out;
    }

.c-carousel:hover .carousel-item::after {
    background-color: rgba(0, 0, 0, .5);
}

.footer-icon {
    width: 38px;
    height: 34px;
}

.c-grid .pager {
    display: flex;
    justify-content: space-around;
    align-items: start;
    margin: .15rem 0 .5rem 0 !important;
}
