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: 'dina', serif;
    color: #b39867;
    font-size: 16px;
}

    body > div {
        overflow-x: hidden;
    }

.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 .top-menu ul {
    margin-bottom: 0px;
}

    header .top-menu ul li {
        display: inline-block;
        margin: 15px 15px;
    }

        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 {
    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: 4px;
        margin-right: 4px;
        font-weight: 600 !important;
    }

    header .navbar .nav-item {
        display: flex;
        align-items: center;
    }

.secondary-nav .navbar-collapse {
    padding-left: 2rem;
}

.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;
}

    .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 .carousel-caption {
        top: 10%;
        bottom: 30%;
        color: #fff
    }

.rtl {
    direction: rtl !important;
}

.qoutation {
    display: flex;
    align-content: center;
    align-items: center;
    color: #292927;
    overflow: hidden;
    background-image: url("../img/Back-01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: hero
}

    .qoutation .theQoute {
        margin: 50px 0;
        text-align: left;
    }

        .qoutation .theQoute .name {
            font-weight: 800 !important;
            /* font-family: sans-serif !important; */
        }

    .qoutation h1 {
        font-weight: bolder;
        font-size: 40px
    }

.judge {
    /* width: 100%; */
    padding: 30px 0;
    overflow: hidden;
    height: auto;
    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;
            left: -28%
        }

        .judge h1::after {
            position: absolute;
            content: "";
            width: 80%;
            height: 3px;
            background: #b39867;
            top: 38px;
            right: -32%;
        }

    .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: 'framd';
    min-height: 512px;
}

    .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;
                left: -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
}


.date-styles-event {
    color: #fff;
    font-size: 15px
}

.soon-date {
    font-size: 20px;
    color: #000
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    border-radius: 3px
}

.slick-dots {
    bottom: -65px;
}

    .slick-dots li button:before {
        font-size: 12px;
        color: #e5dfd3;
    }

    .slick-dots li.slick-active button:before {
        color: #b39867;
    }

.load-more-btn {
    background-color: #b39a69;
    border: 2px solid #b39a69;
    color: #fff
}

    .load-more-btn:hover,
    .load-more-btn:focus,
    .load-more-btn:active {
        background-color: #fff;
        border: 2px solid #b39a69;
        color: #b39a69 !important;
        outline: transparent;
        box-shadow: none;
    }

.news-link,
.news-link:hover,
.news-link:focus,
.news-link:active {
    color: #000 !important;
    display: block;
    width: 100%;
    position: unset !important;
    cursor: pointer;
}

.btn-dark {
    border: 2px solid #23272b
}

.navbar.navbar-expand-lg.navbar-light.bg-light {
    background-color: #f8f9fa !important;
}


.date-styles {
    color: #b39867;
    font-size: 13px
}


.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;
    right: 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;
    left: -5%
}

    .events .event .event-header h1 {
        font-weight: bold;
        font-size: 50px;
        margin-bottom: 0;
        font-family: 'framd'
    }

    .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: framd
}

.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: framd;
        font-weight: bold
    }

    .events.section-1 h2 {
        font-family: framd
    }

        .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;
}

.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: framd;
        color: #292927
    }

    .contact h6 i {
        margin-right: 12px;
        text-align: center
    }

    .contact a.btn {
        display: block;
        width: 30%;
        color: #b39867
    }

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: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    /*margin-top: 130px;*/
    padding: 12rem 0 4rem 0rem !important;
}

    .about-name h1 {
        font-size: 60px;
        font-family: framd;
        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%;
        transform: translateY(-50%);
        width: 60%;
        right: 5%;
        text-align: justify;
        font-size: 24px;
        color: #FFF
    }

.media-gallery {
    background-image: url("../img/bigback.png");
    background-repeat: no-repeat;
    background-position: cover;
    background-size: 100% 100%;
    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;
            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;
            padding-bottom: 0px !important
        }

.s-img.d-block.w-100.img-fluid {
    background-color: #000;
    /*opacity: 0.6;*/
    z-index: 9999999;
}

.carousel-caption.d-none.d-md-block .lead.mt-5 {
    color: #000;
}

.judge.main-page h1::after {
    width: 60%;
    left: auto;
}

.data h6 {
    color: #000;
}

.about-name h1 {
    color: #fff
}

.min-height-62p {
    height: 62%;
}

.min-height-36p {
    height: 36%;
}

.media-gallery .img-post-lg .overlay h1 {
    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: 75%
}

.media-gallery .img-post-lg .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: 75%;
    left: 3%
}

    .media-gallery .img-post-lg .overlay h4::before {
        content: " ";
        position: absolute;
        height: 20px;
        width: 5px;
        color: red;
        background-color: red;
        left: -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: hero
}

.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;
    height: 100%;
}

.media-gallery .img-post-lg:hover img {
    -ms-transform: scale(1.2);
    -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;
        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
    }

        .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;
                left: -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;
    }

.height49P {
    height: 49%;
}

.media-gallery .img-post-md:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.media-gallery .img-post-md:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100)
}

.country-page {
    background-image: url("../img/country/Back-01.png") !important
}

.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;
        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
    }

        .single-justice .overlay h3 {
            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: 100%;
            left: 1%
        }

            .single-justice .overlay h3::before {
                content: " ";
                position: absolute;
                height: 20px;
                width: 5px;
                color: red;
                background-color: red;
                left: -12px;
                top: 4px
            }

    .single-justice img {
        width: 100%;
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear
    }

    .single-justice:hover img {
        -ms-transform: scale(1.2);
        -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-judge td,
    .country-judge th {
        color: #292927 !important
    }

.country-slider .carousel-caption {
    left: 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;
            left: -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-size: cover
}

    .country-news .main-news {
        margin-top: 0 !important;
        width: 100%
    }

        .country-news .main-news .new-data p {
            width: 100% !important
        }



#style-switcher {
    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 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 0 0 20px;
        margin-top: 0;
        font-weight: 500
    }

        #style-switcher 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 h1 a i {
                position: relative;
                top: 4px;
                color: #333
            }

    #style-switcher .col-md-3 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-top: 5px
    }

@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;
    left: 0;
    top: 0;
    z-index: 9990000000000000 !important;
    overflow: visible;
    height: 100vh;
    width: 100vw;
    background-color: #292927
}

    #loader img {
        display: block;
        width: 100vw;
        height: 100vh
    }

::-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 (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 .qoutation image {
        width: 150px;
        height: 35px;
        margin-top: 2rem
    }

    .judge {
        height: 950px;
        max-height: 950px
    }

        .judge h1 {
            font-size: 25px;
            position: relative
        }

            .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
    }

        .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: flex;
        -ms-flex-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: flex;
        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: framd;
        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: hero
        }

        .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 {
        width: 37%
    }

        .media .second-slider h1 {
            position: absolute;
            top: 3px;
            left: 34px;
            font-size: 25px;
            color: #fff
        }

        /* .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: #fff;
            border: 2px solid #FFF;
            margin-top: 15px !important;
            margin-bottom: 36px !important;
        }

    .media .second-slider {
        bottom: -7%;
        position: absolute;
        /* background-image: url(../img/Back-06.png); */
        z-index: 9;
        width: 100% !important;
        height: auto;
        background-repeat: no-repeat;
        background-position: top;
        left: 8%;
        /* opacity: 0.7; */
        background-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%
        }
}

/*# sourceMappingURL=style.css.map */
.padd-t-2px {
    padding-top: 2px
}

.single-news-img {
    max-height: 580px;
}

/*News Page*/

.news-btn {
    display: block;
    margin: 5px auto;
    background-color: #b39867;
    border-color: #b39867;
    width: 100% !important;
    color: #fff !important;
    border: 1px solid transparent;
    padding: .375rem .75rem;
}

    .news-btn:focus {
        background: black !important;
    }

#nav-tabs-wrapper {
    display: contents !important;
}

.news-hr {
    width: 100% !important;
    height: 0px;
}

/*.news .main-news .new-data h4::before {
    background-color: #b39867 !important;
}*/

.nav-tabs-dropdown {
    display: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .nav-tabs-dropdown:before {
        content: "\e114";
        position: absolute;
        right: 30px;
    }

@media screen and (min-width: 769px) {
    #nav-tabs-wrapper {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .nav-tabs-dropdown {
        display: block;
    }

    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }

    .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    }

        .nav-tabs-horizontal > li {
            float: none;
        }

            .nav-tabs-horizontal > li + li {
                margin-left: 2px;
            }

            .nav-tabs-horizontal > li,
            .nav-tabs-horizontal > li > a {
                background: transparent;
                width: 100%;
            }

                .nav-tabs-horizontal > li > a {
                    border-radius: 4px;
                }

                .nav-tabs-horizontal > li.active > a,
                .nav-tabs-horizontal > li.active > a:hover,
                .nav-tabs-horizontal > li.active > a:focus {
                    color: #fff;
                    background-color: #428bca;
                }

    .loginTruncate {
        display: inline-block;
        vertical-align: bottom;
        max-width: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}




.news-category {
    margin-top: -23%;
}

.category-span {
    background: #f2f0e4;
    padding: 0 5px;
    Text-align: Center;
    font-size: 15px;
    color: #b39867;
}

.h1-line > h1 + * {
    border-top: solid 2px #b39867;
    padding-top: 28px;
    margin-top: -28px;
}

.news-category::after {
    display: none;
}

.news-category::before {
    display: none;
}


/*News Page End*/



/*--------------------*/
/* 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-left: 32%;*/
}


    .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: 50px;
    }

    .mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
        left: -450px;
        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: 13px;
    }

.mu-contact-form .form-control:focus,
.mu-schedule-menu li a {
    border: 1px solid #b39867;
}


    .mu-speakers-slider .slick-next,
    .mu-speakers-slider .slick-prev,
    #mu-venue,
    .mu-popular-price .mu-price-tag,
    .mu-navbar .navbar-toggle,
    .mu-navbar .navbar-toggle:hover,
    .mu-navbar .navbar-toggle:focus,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover,
    .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%;
}

/*--------------------*/
/* 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 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;
    }

.px-lg-7 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.text-wrap-custom {
    white-space: normal !important;
}

/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/
@media (min-width: 992px) {
    .px-lg-7 {
        /*padding-left: 6rem !important;*/
        /*padding-right: 6rem !important;*/
    }
}

@media (max-width: 1199px) {

    .mu-register-content {
        padding: 0 150px;
    }

    .mu-video-iframe-area {
        padding: 16% 0;
    }

    .mu-video-close-btn {
        top: 5%;
        right: 5%;
        margin-top: 0;
    }

    .mu-apps-screenshot-slider .slick-prev {
        left: -25px;
    }

    .mu-apps-screenshot-slider .slick-next {
        right: -25px;
    }
}

@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: 50px;
            text-align: left;
        }

            .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: 0;
    }

    .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-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 (max-width: 767px) {

    .mu-logo img {
        width: 150px;
    }


    .mu-navbar .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .mu-navbar .mu-menu {
        padding: 0 15px;
    }

    .mu-video-close-btn {
        font-size: 16px;
        height: 40px;
        line-height: 35px;
        width: 40px;
    }
}


@media (max-width: 640px) {

    .mu-event-counter-block {
        height: 100px;
        width: 100px;
        font-size: 15px;
    }

        .mu-event-counter-block span {
            font-size: 22px;
            padding-top: 22px;
            line-height: 25px;
        }

    .mu-title-area {
        padding: 0;
    }

    .mu-video-iframe-area {
        padding: 5% 5%;
    }

        .mu-video-iframe-area iframe {
            width: 100%;
            height: 100%;
        }

    .mu-register-content {
        padding: 0 100px;
    }

    .mu-contact-content {
        padding: 0 10%;
    }
}


@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;
    }

    .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: 30px;
            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;
    }
}


@media (max-width: 360px) {

    .mu-logo img {
        width: 120px;
    }

    .mu-hero-featured-area {
        padding: 30px 0 30px;
    }

    .mu-event-counter-block {
        height: 56px;
        width: 56px;
        font-size: 10px;
    }

        .mu-event-counter-block span {
            font-size: 16px;
            padding-top: 10px;
            line-height: 16px;
        }

    .mu-video-area {
        padding: 50px 0;
    }

    .mu-video-iframe-area {
        padding: 15% 5%;
    }

    .mu-video-play-btn,
    .mu-video-close-btn {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 46px;
        margin-top: 50px;
    }

    h2 {
        font-size: 25px;
    }

    .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: 30px;
        width: 280px;
    }
}



@media (max-width: 320px) {

    .mu-video-iframe-area {
        padding: 30% 5%;
    }

    .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: 30px;
        width: 250px;
    }

    h2 {
        font-size: 22px;
    }
}

.mu-single-speakers img {
    max-width: 100%;
    max-height: 100%;
}

.fa-twitter,
.fa-facebook,
.fa-linkedin {
    color: black;
}



/*--------------------*/
/* VENUE */
/*--------------------*/

#mu-venue {
    display: inline;
    float: left;
    width: 100%;
    background: #fff;
}

.mu-venue-area {
    display: inline;
    float: left;
    width: 100%;
}

.mu-venue-map {
    display: inline;
    float: left;
    width: 100%;
}

    .mu-venue-map iframe {
        margin-bottom: -8px;
    }

.mu-venue-address {
    display: inline;
    float: left;
    width: 100%;
    padding: 10% 5%;
    color: #fff;
}

    .mu-venue-address h2 i {
        margin-top: -4px;
        font-size: 22px;
        display: inline-block;
        vertical-align: middle;
    }

    .mu-venue-address h3 {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .mu-venue-address h4 {
        font-size: 18px;
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 25px;
    }

/*New edits */
.img-100-width {
    width: 100%;
    height: 100%;
}

#mu-about {
    margin-top: 2%;
}


header .top-menu {
    height: 40px
}

    header .top-menu ul li {
        margin: 5px 10px;
    }

.dropdown .lang_img {
    width: 20px;
}

#overlayBox {
    position: absolute;
    width: 45%;
    height: auto;
    padding: 20px;
    /*border: 5px solid #555;*/
    /*background-color: white;*/
    top: 20%;
    right: 27.5%;
    left: 27.5%;
}

#langOverlay #overlayBox h1 {
    margin-bottom: 25px;
    border-bottom: 1px solid #b39866;
}

#langOverlay #overlayBox ul {
    margin-top: 10px;
}

    #langOverlay #overlayBox ul li {
        margin: 10px;
        display: inline-block;
        width: 28%;
        font-size: 25px;
        cursor: pointer;
    }

        #langOverlay #overlayBox ul li img {
            width: 30%
        }

.mu-about-right p {
    font-size: 16px;
}

.mu-title-area p,
.mu-venue-address p {
    font-size: 15px;
}

.media-gallery svg {
    width: 100%;
}

.clear-both {
    clear: both;
}

.top-50 {
    top: 50px;
}

.btn-event-edits {
    margin-top: -3%;
}

.events-btn {
    margin: 5px auto;
    background-color: #b39867;
    border-color: #b39867;
    color: #fff !important;
    border: 1px solid transparent;
    padding: .375rem .75rem;
}

    .events-btn:focus {
        background: black !important;
    }

.inbox-btn {
    background-color: #b39867 !important;
    border: 1px solid #b39867 !important;
    padding: 6px 40px 2px 40px;
    border-radius: 33px;
    color: #fff;
    margin-bottom: 1.5rem
}

/*------------------------------------------------updated styles ---------------------------------*/
.logo-view {
    width: 260px;
    margin: -10px 0px
}

.public-chara {
    border-radius: 50%;
    height: 200px;
    width: 200px
}

.padd-20 {
    padding: 20px;
}

.pos-title {
    color: #224462;
}

.lead {
    font-weight: 800;
    font-size: 18px;
    margin-top: 20px;
    font-family: hero;
}

    .lead.text-size {
        font-size: 15px;
        margin-top: 0px
    }

.event-update h1 {
    width: 271;
    height: 62;
}

.events.event-updates h1 {
    width: 271px;
    height: 62px;
    margin: 0 auto;
}

.news.country-news h1::before,
.news.country-news h1::after {
    display: none !important;
}

.abou-justice {
    height: 260px;
    align-items: flex-end;
    background-image: url('../img/head-profile.png');
}

.just-info {
    position: relative;
    top: -145px;
}

.marg-b-0 {
    margin-bottom: 0px
}

header .slider .carousel-item img.s-img {
    background-size: cover;
    background-color: #000;
    z-index: 9999;
    max-height: 753px !important;
    min-height: 753px !important;
}

.all-judgements-btn {
    padding: 60px 20px 10px 20px;
}

    .all-judgements-btn a,
    .all-judgements-btn a:hover,
    .all-judgements-btn a:focus,
    .all-judgements-btn a:active,
    .all-judgements-btn a:visited {
        padding: 15px 60px;
        border: 1px solid #b39866;
        color: #b39866 !important;
    }

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff
}

.events a.btn:hover,
.events a.btn:focus,
.events a.btn:active {
    color: #fff !important
}

.btn.btn-dark.text-center.mt-5.aos-init.aos-animate:active {
    color: #fff !important
}

/* #headerSlider.carousel{
	max-height: calc(100vh - 100px);
} */
.marg-top55 {
    margin-top: 55px
}

.height725px {
    height: 725px
}

.max-height-vh {
    max-height: calc(100vh - 100px);
}

.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
    }

.judgenewpage {
    background-color: #2c2b2b;
    padding: 32px 30px 27px 20px;
}

.newjuge-page.judge {
    width: 100%;
    overflow: hidden;
    height: auto;
    background-size: cover;
    background: url(../img/bigback.png) no-repeat center;
}

    .newjuge-page.judge th,
    .newjuge-page.judge td {
        color: #494545;
    }

.judgenewpage .input-group-text {
    background-color: rgb(179, 152, 103);
    border: 1px solid rgb(179, 152, 103);
}

    .judgenewpage .input-group-text i {
        color: #fff
    }

.width90px {
    width: 90px;
}

.law-table img {
    width: 60px;
    border-radius: 55px;
}

.advanced-search.about-name {
    background-image: url(../img/head-search.png);
    height: 250px;
}

.advanced-search h4,
.advanced-search label {
    color: #fff
}

.advanced-search form {
    text-align: left
}

.advanced-search .input-group-text {
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
}

.search-btn {
    display: block;
    background-color: #343a40 !important;
    margin-top: 9px;
    padding: 6px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}

.adv-search-img {
    width: 70%
}

.adv-row {
    padding: 30px 0px 30px 0px;
}

    .adv-row p {
        color: #292927
    }

.adv-hr {
    border: 1px solid rgb(179, 152, 103);
}

.border-l {
    border-left: 2px solid rgb(179, 152, 103)
}

.padd5 {
    padding: 5px
}

.paddl60 {
    padding-left: 60px
}

.col-md-10.border-l.padd5.paddl60 {
    color: #23272b
}

.white-font {
    color: #fff
}

.font-size-20 {
    font-size: 20px
}

.create-message.advanced-search.about-name {
    height: auto;
}

.message-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 3px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'dina', serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.page-container {
    background-color: #fff;
    width: 100%;
    /* height: 100vh; */
    display: flex;
    padding: 25px
}

    .page-container .left-side {
        /*   background-color: #ccc; */
        width: 30%;
        height: 100%;
        /* overflow-y: scroll */
    }


        .page-container .left-side .messages-container .message {
            padding: 8px;
            font-size: .8rem;
            border-bottom: 1px solid #ccc;
            cursor: pointer;
        }

.message-title {
    color: #8b7b67;
}

.message-descri {
    color: #d1cdc3;
    font-size: 13px;
}

.page-container .left-side .messages-container .message:hover {
    background-color: #eee;
}

.page-container .left-side .messages-container .message .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-container .left-side .messages-container .message {
    padding-top: 20px;
    padding-bottom: 20px
}

.page-container .left-side .search {
    margin-bottom: 20px;
}

.page-container .left-side .messages-container .message .head p {
    color: #261a11;
    margin-bottom: 5px
}

.page-container .left-side .messages-container .message .head span,
.page-container .left-side .messages-container .message .body {
    color: #b2afaf;
}

.page-container .left-side .search input {
    padding: 10px;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.page-container .right-side {
    /*   background-color: #888; */
    display: flex;
    flex: 1;
    padding-left: 30px
}


    .page-container .right-side .message-content {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
    }

        .page-container .right-side .message-content .message-body {
            display: flex;
            flex: 1;
            width: 100%;
            padding: 16px;
            flex-direction: column;
            padding-top: 0px !important
        }

.user-img-inbox {
    width: 50px
}

.user-inbox-name {
    padding-left: 15px;
    padding-top: 5px;
}

.uaser-name-main {
    color: #898989
}

.inbox-main-img img {
    border-radius: 4px;
    width: 100%
}

.page-container .right-side .message-content .message-body .sender {
    display: flex;
}


.page-container .right-side .message-content .content p {
    margin-bottom: 5px
}

.page-container .right-side .message-content .message-body .sender .sender-data {
    padding: 0px 0px 10px 0px;
    padding-top: 0px !important
}

.margb-r-15 {
    margin-bottom: 15px;
    margin-right: 15px;
}

.page-container .right-side .message-content .message-body .sender .sender-data p {
    margin: 0;
}


    .page-container .right-side .message-content .message-body .sender .sender-data p:last-of-type {
        color: #ccc;
        font-size: 0.8rem
    }

.page-container .right-side .message-content .message-body .sender .avatar img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.page-container .right-side .message-content .message-ctrl {
    /*   height: 100px; */
    background-color: #fff;
    margin: 16px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ccc
}


    .page-container .right-side .message-content .message-ctrl textarea {
        width: 100%;
        border: none;
        padding: 8px
    }

.full-bg {
    background: url("../img/bigback.png") no-repeat;
    width: 100%;
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
}

.all-jugements-table {
    color: #494545
}

.no-wrap {
    white-space: nowrap;
}

/*-------------------------------------Responsive------------------------------------------*/

@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(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;
    }
}
/*-------------------------------------width (320px)------------------------------------------*/
@media (max-width: 321px) {
    #style-switcher {
        width: 91%;
    }

    .mainDiv.row.col-md-12 .col-8,
    .mainDiv.row.col-md-12 .col-4.no-padL {
        width: 100%;
        min-width: 100%;
    }

    .sendDiv.sendDiv1 .fa.fa-paperclip {
        margin-right: 10px;
    }

    .sendDiv .sendBtn {
        width: 100px !important;
    }

    .mainDiv {
        padding: 0px !important
    }

    .page-container .right-side .message-content {
        display: block !important
    }

    .send-message {
        font-size: 8px !important
    }

    .page-container .left-side .messages-container .message span,
    .page-container .left-side .messages-container .message p {
        display: block;
        width: 100%;
        text-align: center
    }

    .message-content {
        display: block
    }

    .page-container .left-side .messages-container .message .head {
        display: block
    }

    .page-container .left-side .messages-container .message {
        padding-left: 0px;
        padding-right: 0px
    }

    .about-name.advanced-search.create-message {
        padding-top: 0px !important
    }

    .right-side {
        padding-left: 0px !important
    }

    .news h1::after,
    .news h1::before,
    .judge h1::after,
    .judge h1::before {
        display: none !important;
    }

    .newjuge-page .news-link.mb-3 {
        margin-top: 20px
    }

    .judge.main-page.newjuge-page {
        max-height: 100% !important
    }

    .logo-view {
        width: 235px;
        margin: 0px;
        margin-left: -8px !important
    }

    .logo-block {
        float: left;
        width: 80%
    }

    header .navbar-light .navbar-toggler {
        float: left;
    }

    .navbar-nav.ml-auto {
        text-align: center;
    }

    header .slider {
        height: auto;
    }

    .qoutation .theQoute {
        margin: 25px 0;
    }

    #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
    }

    .media .second-slider {
        width: 100%;
        left: 0;
    }

    .judge h1 {
        color: #b59b69;
        font-size: 24px;
        padding-bottom: 25px;
    }

    .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
    }

    .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 {
        height: 225px;
        min-height: 225px;
        max-height: 225px
    }

    .country-page {
        height: auto;
        background-size: cover;
    }

    .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%
        }

    .event.mt-5 {
        margin-top: 0px !important
    }

    .countryview.navbar.navbar-expand-lg.navbar-light.bg-light object {
        width: 230px !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;
    }

    .download.pt-5.pb-5.text-center button {
        margin-top: 20px
    }

    .justice-data.mb-5.pb-5 {
        padding-bottom: 0px !important
    }

    .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 !important;
    }

    .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;
    }

    .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
    }

    .judge.main-page.pb-5.newjuge-page {
        max-height: 100% !important
    }
}

/*---------------------------(350 - 400)--------------------------------------*/
@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
    }
}

/*----------------------------------------------------*/

@media (min-width: 449px) and (max-width: 1024px) {


    .media .second-slider {
        height: 100% !important
    }

    .news h1::after,
    .news h1::before,
    .judge h1::after,
    .judge h1::before {
        display: none !important;
    }

    .judge.pt-5.pb-5 .container {
        max-width: 700px !important;
    }

    .tbl-content {
        max-height: 200px;
    }

    .wow.fadeInUp {
        max-height: 285px
    }

        .wow.fadeInUp br {
            display: none;
        }

    .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
    }

    .tablet-view .col-md-4.displayn {
        display: none !important;
    }

    .tablet-view .col-md-8.width-100-p-media {
        min-width: 100%;
        width: 100%
    }

    .tablet-view .img-fluid {
        height: 100% !important
    }

    .tablet-view-contact .col-md-5 {
        width: 100%;
        min-width: 100%;
        text-align: center;
    }

    /*.news .main-news .new-data a {
            bottom: -15%;
            right: 41%
        }*/

    .events.section-2 .full-width-tablet,
    .events.section-1 .full-width-tablet,
    .events.section-3 .full-width-tablet {
        min-width: 100%;
        text-align: center;
    }

    .events.section-1 {
        min-height: 260px !important
    }

        .events.section-1 .event.mt-5 {
            margin-top: 1rem !important
        }

    .media-width-50-P {
        width: 48% !important;
        min-width: 48% !important;
        float: left;
        max-width: 48% !important
    }

    .media-full-width {
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important
    }

        .media-full-width img {
            height: 100% !important
        }

    .padd-t-20 {
        padding-top: 20px
    }

    .media-full-width .col-md-8.media-width-50-P .new-data a {
        bottom: -8%;
    }

    .mu-title-area {
        margin-left: 0px !important
    }

    .judge.main-page.newjuge-page {
        max-height: 100% !important
    }

    .judgenewpage .col-md-4.col-12.col.mt-2 {
        width: 100% !important;
        min-width: 100%;
    }

    .judgenewpage .col-md-2.col-12.col.mt-2 {
        width: 50% !important;
        min-width: 50%;
    }
}







/*-------- 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: left;
}

.searchInbox {
    position: relative;
}

    .searchInbox i {
        position: absolute;
        right: 20px;
        top: 15px;
        color: #343a40
    }

img.align-self-start.mr-3 {
    float: left;
    border-radius: 50%;
}

.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: right;
}

ul#mainTab {
    margin-top: 2rem;
    border: 0;
}

.redDot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e74c3c;
    position: absolute;
    left: 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: right;
    position: absolute;
    right: 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: right;
    }

    .inboxSec .btn {
        background-color: #b8975f;
        border: 0;
        border-radius: 20px;
        color: #fff;
        margin: 2rem 0;
        padding: 5px 20px;
    }

.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;
}



.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-left: 40px;
    font-size: 17px;
}

.ghTabs .cd-accordion-menu li label span {
    font-size: 20px
}

/*----- 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;
}

/* .pluginDiv1 div{
	width: 100%
} */

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}

    /* The colour of the indicators */
    .blog .carousel-indicators li {
        background: #a3a3a3;
        border-radius: 50%;
        width: 8px;
        height: 8px;
    }

    .blog .carousel-indicators .active {
        background: #707070;
    }

.paddtb50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.blackbg {
    background-color: #202020
}






#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 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 span {
        position: absolute;
        right: -72px;
        z-index: 2333333333;
        color: black;
        display: block;
        width: 200px;
        top: 135px;
        font-size: 25px;
        transform: rotate(-90deg);
        font-weight: bold;
        font-size: 22px;
    }

    #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: 1050px) {
    #style-switcher-mobile {
        display: none
    }
}


/* @media (max-width:600px){
			#style-switcher-mobile{  left: -33px !important;}
		} */

@media (max-width: 760px) and (min-width: 360px) {
    .media .second-slider {
        bottom: -39% !important;
    }

        .media .second-slider h1 {
            position: absolute;
            top: 23%;
            left: 37%;
            font-size: 25px;
        }

    .second-slider.wow.fadeInLeft {
        margin-bottom: 20px
    }

    .judge h1 {
        font-size: 26px !important;
        margin-top: 15px !important;
        padding-top: 16px !important;
    }

    .judge {
        max-height: 1033px !important;
    }

    .media-margin {
        margin-top: 0px !important;
    }

    .all-judgements-btn {
        padding: 100px 20px 10px 20px !important;
    }
}

@media (max-width: 450px) and (min-width: 420px) {
    .media .second-slider h1 {
        top: 27%;
    }
}

@media (max-width: 770px) and (min-width: 760px) {
    .media .second-slider h1 {
        font-size: 40px;
    }

    .media .second-slider {
        overflow-x: hidden;
        overflow-y: visible
    }

        .media .second-slider a.btn {
            width: 62%;
        }
}

.badge.badge-primary.badge-pill {
    background-color: transparent;
    color: #8b7b67
}

.table-list {
    height: 300px;
    max-height: 300px;
    overflow: auto;
}

@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;
}

.padd30 {
    padding: 30px
}

.no-border-t {
    border-top: 0px
}



#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 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;
    }
}

/*@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 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 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%;
    left: 10%;
    z-index: 99;
}

    .carouselContentzz h1 {
        font-size: 44px;
        font-weight: 800 !important;
        color: #000;
        /*text-transform: uppercase;*/
        font-family: sans-serif !important;
    }

/* .carouselContent h1{

} */
.carouselContent h3 {
    text-align: left;
}

.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; */
    margin: 3% 10%;
}

    .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;
}

.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%;
}

.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;
}


/*articles start*/

/*--------*/

.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;
}


/*.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
}

/*articles end*/



/* 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;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    /*background-color: #343a40;*/
}

.primary-nav {
    background-image: url("../img/navbar-bg-ltr.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% top;
    /*background-color: #343a40;*/
}

.secondary-nav {
    /*background: #343a40;*/
}

    .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: 78% !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%;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .18) !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;
}
