/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header Styles   		   */
/*   03 - Slider Styles            */
/*   04 - Footer Styles            */
/*   05 - Parteners Styles         */
/*   06 - Contact Sec Styles       */
/*   07 - Gallary Sec Styles       */
/*   08 - Events Sec Styles        */
/*   09 - Service Sec Styles       */
/*   10 - About Sec Styles         */
/*   11 - Statistics Sec Styles    */
/*   12 - Video Sec Styles         */
/*   13 - Subscribe Sec Styles     */
/*   14 - Breadcrumb Styles        */

/*   01 - General & Basic Styles   */

/*
    
    #cf161d --> #a87d18
*/
@font-face {
    font-family: 'DinNextLight';
    src: url('../../fonts_ar/DinNextLight.eot');
    src: url('../../fonts_ar/DinNextLight.eot') format('embedded-opentype'), url('../../fonts_ar/DinNextLight.woff2') format('woff2'), url('../../fonts_ar/DinNextLight.woff') format('woff'), url('../../fonts_ar/DinNextLight.ttf') format('truetype'), url('../../fonts_ar/DinNextLight.svg#DinNextLight') format('svg');
}

@font-face {
    font-family: 'DinNextRegular';
    src: url('../../fonts_ar/DinNextRegular.eot');
    src: url('../../fonts_ar/DinNextRegular.eot') format('embedded-opentype'), url('../../fonts_ar/DinNextRegular.woff2') format('woff2'), url('../../fonts_ar/DinNextRegular.woff') format('woff'), url('../../fonts_ar/DinNextRegular.ttf') format('truetype'), url('../../fonts_ar/DinNextRegular.svg#DinNextRegular') format('svg');
}

@font-face {
    font-family: 'DinNextMedium';
    src: url('../../fonts_ar/DinNextMedium.eot');
    src: url('../../fonts_ar/DinNextMedium.eot') format('embedded-opentype'), url('../../fonts_ar/DinNextMedium.woff2') format('woff2'), url('../../fonts_ar/DinNextMedium.woff') format('woff'), url('../../fonts_ar/DinNextMedium.ttf') format('truetype'), url('../../fonts_ar/DinNextMedium.svg#DinNextMedium') format('svg');
}

@font-face {
    font-family: 'DinNextBold';
    src: url('../../fonts_ar/DinNextBold.eot');
    src: url('../../fonts_ar/DinNextBold.eot') format('embedded-opentype'), url('../../fonts_ar/DinNextBold.woff2') format('woff2'), url('../../fonts_ar/DinNextBold.woff') format('woff'), url('../../fonts_ar/DinNextBold.ttf') format('truetype'), url('../../fonts_ar/DinNextBold.svg#DinNextBold') format('svg');
}

html {
    scroll-behavior: smooth;
}

* {
    font-family: 'DinNextRegular';
}

p {
    font-family: 'DinNextRegular';
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
    color: #242321;
    text-align: right;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul li {
        list-style: none;
    }

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DinNextMedium' !important;
    color: #242321;
}

a {
    font-family: 'DinNextRegular';
    text-decoration: none;
    color: #242321;
}

a {
    text-decoration: none;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    a:hover,
    a:focus {
        text-decoration: none;
        o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

body {
    overflow-x: hidden;
    direction: rtl;
    color: #242321;
    text-align: right;
}

b, strong {
    font-family: 'DinNextBold' !important;
}

.div-25 {
    height: 25px;
    width: 100%;
    display: block;
}

.div-50 {
    height: 50px;
    width: 100%;
    display: block;
}

.div-100 {
    height: 100px;
    width: 100%;
    display: block;
}

button:focus {
    outline: none !important;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.font-weight-light {
    font-weight: 300 !important;
    font-family: "DinNextLight" !important;
}

.font-weight-bold {
    font-weight: 700 !important;
    font-family: "DinNextBold" !important;
}

.font-weight-medium {
    font-weight: 500 !important;
    font-family: "DinNextMedium" !important;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.h-100 {
    height: 100%;
}

.hidden {
    display: none;
}

.pad-50 {
    padding: 50px 0;
}

.padt-50 {
    padding-top: 50px;
}

.padb-50 {
    padding-bottom: 50px;
}

.padd-0 {
    padding: 0;
}

.padr-15 {
    padding-right: 15px !important;
}

.pada-25 {
    padding: 25px !important;
}
/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    border-radius: 20%;
    right: 65px;
    bottom: 35px;
    transition: none;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 5px 0;
    z-index: 9999;
    color: #ffffff;
    font-size: 26px;
}

    .back-to-top:hover, .back-to-top:focus {
        background: #242321;
        color: #ffffff !important;
    }
/* buttons */
.custom-btn {
    background: #000000;
    color: #ffffff;
    border-radius: 20px;
    border: 1px solid #000000;
    padding: .5rem 2rem;
}

    .custom-btn:hover {
        background: #ffffff;
        color: #000000;
        border: 1px solid #000000;
    }

.white-btn {
    background: #ffffff;
    color: #000000;
    border-radius: 20px;
    border: 1px solid #ffffff;
    padding: .5rem 2rem;
}

    .white-btn:hover {
        background: #000000;
        color: #ffffff;
        border: 1px solid #000000;
    }
/* Search */
.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000000db;
}

.overlay-content {
    position: relative;
    top: 35%;
    width: 75%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

    .search-overlay .closebtn:hover {
        color: #ccc;
    }

.search-overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: right;
    width: 80%;
    background: white;
}

    .search-overlay input[type=text]:hover {
        background: #f1f1f1;
    }

.search-overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
}

    .search-overlay button:hover {
        background: #242321;
    }
/* End Search */

/*   02 - Header Styles   		   */
.left-menu {
    float: left !important;
    height: 100%;
    align-self: center;
    display: inline-flex;
    align-items: center;
}

.contact-info-nav li:first-child a {
    padding-right: 0;
}

.contact-info-nav a img {
    margin-left: 5px;
    max-width: 25px;
    margin-right: 5px;
}

.top-header {
    border-bottom: 1px solid #f4f3f5;
}

.social-icons a:last-child {
    padding-left: 0;
}

li.sperator {
    display: inline-flex;
    align-items: center;
}

    li.sperator div {
        height: 59px;
        border-right: 1px solid #fafafa;
    }

.openBtn {
    background: transparent;
    border: 0;
    color: #ffffff;
    height: 100%;
    margin-right: 30px;
    padding-left: 0;
}

.menu-header .navbar {
    padding: 0;
}

.main-menu .nav-link {
    color: #242321 !important;
    font-size: 18px;
    font-family: "DinNextMedium" !important;
    position: relative;
    padding: 1rem 1rem;
}

.main-menu {
    webkit-box-shadow: 2px 2px 10px 0px #5e5e5e;
    -moz-box-shadow: 2px 2px 10px 0px #5e5e5e;
    box-shadow: 2px 2px 10px 0px #5e5e5e;
    z-index: 999;
    background: #fff;
}

.navbar-brand {
    margin-right: 0;
    margin-left: 0;
    padding: .5rem 0;
}

.main-menu {
    width: 100%;
}

    .main-menu .nav-item.active .nav-link {
        
    }

    .main-menu .nav-item {
        position: relative;
    }

        .main-menu .nav-item:after {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 3px;
            content: '';
            opacity: 0;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            transform: translateY(10px);
        }

        .main-menu .nav-item.active:after, .main-menu .nav-item:hover:after {
            opacity: 1;
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            transform: translateY(0px);
        }

        .main-menu .nav-item.active {
            background: #fafafa;
        }

        .main-menu .nav-item .nav-link:hover {
            
        }

        .main-menu .nav-item.dropdown .nav-link:after, .main-menu .nav-item.dropdown .nav-link:hover:after {
            opacity: 0;
        }

    .main-menu .sub > li > a {
        display: block;
        padding: 0;
        text-decoration: none;
        width: 200px;
        padding: 1rem .5rem;
        color: #242321;
        text-align: right;
    }

    .main-menu .sub > li {
        border-bottom: 1px solid #f1f1f1;
    }

        .main-menu .sub > li:last-child {
            border-bottom: 0;
        }

    .main-menu .sub li a:hover {
        
    }

    .main-menu .sub {
        position: absolute;
        padding: 0;
        top: 100%;
        right: 0;
        display: none;
        z-index: 99999;
        background: #ffffff;
    }

    .main-menu li:hover ul ul {
        display: none;
    }

    .main-menu li:hover ul {
        display: block;
    }

.menu-header .collapse.navbar-collapse {
    /*height: 104px;*/
}

.main-menu {
    height: 100%;
}

    .main-menu .nav-link {
        height: 100%;
        display: inline-flex;
        align-items: center;
    }

.contact-info-nav .nav-link {
    padding: .5rem 2rem;
}

.contact-info-nav .nav-item:last-child .nav-link {
    padding-left: 0;
}


/*   07 - Gallary Sec Styles       */
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0,0,0,0.5);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
        width: 100%;
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        /*background:rgba(0,0,0,0.6);*/
        -webkit-transform: translatey(100px);
        -ms-transform: translatey(100px);
        transform: translatey(100px);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        padding: 10px;
        font-family: "DinNextRegular" !important;
    }

    .hovereffect a.info {
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        border: 1px solid #ffffff;
        background-color: #ffffff;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin: 50px 0 0;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .hovereffect a.info:hover {
            box-shadow: 0 0 5px #fff;
        }

        .hovereffect a.info i {
            font-size: 20px;
        }

    .hovereffect:hover img {
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .hovereffect:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .hovereffect:hover h2, .hovereffect:hover a.info {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translatey(0);
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }

    .hovereffect:hover a.info {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

.gallary-block {
    margin-bottom: 20px;
}

.sec-titile {
    position: relative;
}

.pattern-bg {
    background-image: url('../../Images/pateern.png');
    background-size: cover;
    background-repeat: repeat;
}

/*   04 - Footer Styles            */
.bottom-footer {
    background: #121619;
    padding: 10px;
}

.copyright {
    margin-bottom: 0;
    color: #ffffff;
}

    .copyright a {
        color: #ffffff;
    }

        .copyright a:hover {
            
        }

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-social-icons {
    /*display: inline-flex;*/
    align-self: center !important;
}

    .footer-social-icons a {
        color: #000000;
        padding: 0;
        width: 40px;
        height: 40px;
        border: 1px solid #ffffff;
        margin: 0 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #ffffff;
    }

        .footer-social-icons a:hover {
            color: #ffffff;
            
        }

.footer-menu {
    columns: 2;
}

    .footer-menu a {
        padding: .5rem 0;
        display: block;
        color: #ffffff;
    }

        .footer-menu a:hover {
            
        }

        .footer-menu a:before {
            content: "\f104";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            transform: translateY(-50%);
            margin-left: 8px;
        }

.footer-title hr {
    margin-top: .3rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 4px solid #242321;
    width: 25px;
    float: right;
}

.top-footer {
    padding: 50px 0 20px;
    background: #1d2328;
    color: #ffffff;
}

    .top-footer p {
        color: #ffffff;
    }

.footer-title h4 {
    color: #ffffff;
    padding-right: 45px;
}

    .footer-title h4::before {
        display: block;
        height: 10px;
        width: 35px;
        content: " ";
        transition: all .3s ease-out;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        right: 15px;
        top: 12px;
    }

.footer-title {
    margin-bottom: 25px;
}

.contact-info p i {
    margin-left: 5px;
}

.contact-info p span:last-child {
    display: block;
    margin-right: 20px;
}

.copyright a, .copyright span {
    
}




/*   05 - Parteners Styles         */
.partener-block {
    width: 100%;
    border: 1px solid #5e5e5e;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 10px;
}

    .partener-block img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }

    .partener-block:hover {
        
    }

.sec-titile h3 {
    text-align: right;
    
}

.sec-titile p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
    color: #5e5e5e;
}

.sec-titile .small-font {
    color: #5e5e5e;
    font-size: 14px;
}

.sec-titile {
    margin-bottom: 25px;
}
/*   06 - Contact Sec Styles       */
.contact-frm {
    padding: 20px;
    
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

    .contact-frm label {
        color: #ffffff;
    }

.contact-img-container {
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    border-radius: 3px;
    color: #ffffff;
    padding: 10px;
}

.ccontact-info .media {
    margin-bottom: 15px;
}

/*   08 - Events Sec Styles        */
.event-img {
    position: relative;
}

    .event-img img {
        width: 100%;
    }

.event-desc {
    padding: 20px;
}

a:hover h5 {
    
}

.events-sec {
    background-color: #fafafa;
}

.event-block {
    background: #ffffff;
    margin-bottom: 25px;
}

.event-desc p {
    color: #5e5e5e;
    font-size: 16px;
}

.date {
    color: #5e5e5e;
}

    .date i {
        
        margin-left: 5px;
    }

/*   09 - Service Sec Styles       */
.sercive-ico {
    width: 75px;
    height: 75px;
    background: #f1f1f1;
    padding: 15px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -35px;
    position: relative;
}

.service-desc {
    border-radius: 5px;
    background: #f1f1f1;
    padding: 35px 15px 0;
}

    .service-desc h5 {
        text-align: center;
    }

a.more-link {
    display: inline-flex;
    align-items: flex-end;
    letter-spacing: 1px;
    width: auto;
    outline: none;
    position: relative;
    
}

.more-link:before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    
    margin-left: 8px;
    line-height: 1.1rem;
}

.more-link::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.more-link:hover::after, .more-link:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.service-desc p {
    color: #5e5e5e;
    height: 85px;
    overflow: hidden;
    margin-bottom: 10px;
}

.service-desc a.more-link {
    opacity: 0;
}

.service-block:hover .service-desc {
    background: #ffffff;
}

.service-block:hover .sercive-ico {
    
}

    .service-block:hover .sercive-ico img {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(38deg) brightness(104%) contrast(102%);
    }

.service-block:hover a.more-link {
    opacity: 1;
}


/*   10 - About Sec Styles         */
.faq-accordion .btn-link.collapsed {
    background: #ffffff;
    color: #242321;
}

.faq-accordion .btn-link {
    color: #ffffff;
    padding: .3rem 1.25rem;
    width: 100%;
    background: #5e5e5e;
    text-align: right;
    border-radius: 0;
}

.faq-accordion .card-header {
    background-color: #fff;
    border-top: 1px solid #5e5e5e;
    border-bottom: 0 !important;
    padding: 0;
    margin-bottom: 0;
}

.faq-accordion .btn-link:not(.collapsed ) img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(38deg) brightness(104%) contrast(102%);
}

.faq-accordion .btn-link img {
    margin-left: 10px;
    width: 35px;
}

.faq-accordion .btn-link:hover {
    /*color: #ffffff;*/
    text-decoration: none;
}

.faq-accordion .btn-link i {
    float: left;
    font-size: 18px;
    margin-top: 10px;
}

.faq-accordion button.btn.btn-link .plus {
    display: none;
}

.faq-accordion button.btn.btn-link.collapsed .plus {
    display: inline-block;
}

.faq-accordion button.btn.btn-link.collapsed .minus {
    display: none;
}

.faq-accordion .card {
    border: 0;
}

.faq-accordion .card-header:first-child {
    border-radius: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq-accordion > .card:first-of-type {
    border-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.faq-accordion .card-header h2 {
    line-height: 1;
}

.faq-accordion .card-body {
    padding: 10px 0;
    text-align: justify;
    color: #5e5e5e;
}

.gray-font-color {
    color: #5e5e5e;
}
/*   03 - Slider Styles            */
.slider-desc {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    padding: 100px 0;
    text-align: center;
}

    .slider-desc h2 {
        color: #ffffff;
        font-size: 5rem;
        text-align: center;
    }

    .slider-desc h4 {
        color: #ffffff;
        font-size: 2.5rem;
        text-align: center;
        font-family: 'DinNextRegular' !important;
    }

    .slider-desc p {
        color: #ffffff;
        text-align: center;
        max-height: 100px;
        overflow: hidden;
    }

.slider-btn {
    color: #ffffff;
    border-radius: 20px;
    padding: .5rem 2rem;
}

    .slider-btn:hover {
        background: #ffffff;
    }

.slider-carousel .owl-dot span {
    width: 16px !important;
    background: transparent !important;
}

.slider-carousel .owl-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

    .slider-carousel .owl-dot.active span, .slider-carousel .owl-dots .owl-dot:hover span {
        
    }

.slider-logo {
    margin-bottom: 20px;
}

.slider-desc p {
    margin-bottom: 35px;
}

.slider {
    margin-top: -25px;
}

/*   11 - Statistics Sec Styles    */

.statistics-sec {
    /* background: url('../../Images/parlix-images.png') no-repeat;*/
    /*background: url('../../Images/BGTabuk.jpg') no-repeat;*/
    /*background-size: auto 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.opicty-bg {
    /*background: #24232191;*/
    padding: 50px 0;
}

.counter-icon {
    height: 155px;
    display: inline-flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.statistics-sec p {
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
}

.numscroller {
    color: #ffffff;
}

.counter-icon img {
    max-height: 100%;
}

/*   12 - Video Sec Styles         */
.vedio-block {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}

.play-ico {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .play-ico img {
        cursor: pointer;
    }

.video-sec {
    background: #fafafa;
}

.vedio-block video {
    object-fit: cover !important;
}
/*   13 - Subscribe Sec Styles     */
.subscribe-sec {
   
}

    .subscribe-sec h4, .subscribe-sec p {
        color: #ffffff;
    }
/* ----------------- mobile view  ------------- */
.mobile-view {
    display: none;
}

.mobile-header {
    padding: 5px 0;
    background: #ffffff;
}

.logo-div {
    margin-bottom: 0;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
}

.m-logo {
    max-width: 89%;
    margin-right: 15px;
}

.menu-button {
    font-size: 30px;
    margin-left: auto;
}

.main-menu {
    width: 100%;
    margin-right: auto !important;
    display: inline-flex;
    justify-content: flex-end;
}

    .main-menu a {
        padding: .5rem !important;
    }

.mobile-menu-overlay {
    width: 100%;
    left: 0;
    visibility: hidden;
    background-color: rgba(51,51,51,.51);
}

.menu-mobile, .mobile-menu-overlay {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.menu-mobile {
    min-width: 100px;
    width: 280px;
    background: #fff;
    transform: translateX(100%);
    transition: transform .4s ease;
    overflow: auto
}

    .menu-mobile .body-menu-mobile .fa-times, .menu-mobile .header-menu-mobile .fa-times {
        cursor: pointer
    }

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    transition: transform .4s ease-in-out
}

.menu-mobile-active {
    transform: translateX(0);
    transition: transform .4s ease-in-out;
    z-index: 99999;
    background: #ffffff;
}

.close-menu {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ffffff;
}

.header-menu-mobile .logo-opacity-bg {
    padding: 15px 0;
    text-align: center;
}

.header-menu-mobile .logo {
    width: 85%;
}

.login-nav {
    padding-right: 10px;
}

    .login-nav a {
        color: #ffffff !important;
        font-size: 15px;
        padding: .5rem;
    }

        .login-nav a i {
            margin-left: 10px;
        }

.body-menu-mobile .fixed-menu {
    height: 100%;
    position: unset;
    width: 100%;
}

.body-menu-mobile .list-group-item.active {
    background-color: #ffffff;
    border-color: rgba(0,0,0,.125);
}

    .body-menu-mobile .list-group-item.active a {
        
    }

.body-menu-mobile .list-group-item {
    padding: .5rem .5rem;
}


/*   14 - Breadcrumb Styles        */
.breadcrumb-sec {
    /*background-image: url('../../Images/breadcrumb.png');*/
    background-image: url('../../Images/breadcrumb3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -25px;
}

.opacity-bg {
    background: #1f2839b0;
    padding: 100px 0 100px 0;
}

.breadcrumb {
    padding: .75rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
}

.breadcrumb-sec h2 {
    text-align: center;
    color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "|";
    padding-left: .5rem;
}

.breadcrumb-item.active {
    
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item a {
    color: #ffffff;
}

/*   12 - Contact Page Styles      */
.full-width-map {
    width: 100%;
    height: 400px;
}

.h-100 {
    height: 100%;
}

.gray-bg {
    background: #fafafa;
    padding: 25px;
}

.icon-div {
    border-radius: 10px;
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contacts-info .media {
    margin-bottom: 20px;
}

    .contacts-info .media:last-child {
        margin-bottom: 0;
    }

.contact-logo {
    margin-bottom: 20px;
}

.icon-div i {
    color: #ffffff;
    font-size: 22px;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
}

.pagination-sm .page-link {
    padding: .25rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background: #f1f2f3;
    border-radius: .2rem;
}

.pagination-sm li.page-item {
    margin: 0 5px;
}

.read-more-lnk {
    position: relative;
    display: inline-block;
}

    .read-more-lnk:before {
        content: " ";
        width: 25px;
        height: 2px;
        transform: translateY(-50%);
        display: inline-block;
        margin-left: 10px;
    }

    .read-more-lnk:after {
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        height: 2px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }

    .read-more-lnk:hover::after, .read-more-lnk:focus::after {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
    }

.decs-title {
    margin-bottom: 50px;
}

.gray-sec {
    background-color: #fafafa;
}



.user-img {
    text-align: center;
}

.user-data {
    color: #ffffff;
    padding: 10px;
    text-align: center;
}

    .user-data p {
        margin-bottom: 0;
        color: #ffffff;
        text-align: center;
    }

    .user-data h5 {
        margin-bottom: 0;
        color: #ffffff;
    }

.user-block {
    margin-bottom: 15px;
}

.slider-desc h4 {
    margin-bottom: 25px;
}

.slider-desc {
    display: inline-flex;
    align-items: center;
}

.list-view .item {
    ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.body-menu-mobile li.list-group-item.dropdown > a {
    position: relative;
}

    .body-menu-mobile li.list-group-item.dropdown > a:after {
        content: "\f104";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        transform: translateY(-50%);
        color: #242321;
        margin-left: 8px;
        position: absolute;
        left: 0;
        top: 50%;
    }

.body-menu-mobile li.list-group-item.dropdown .sub {
    top: -5px !important;
    position: static !important;
    float: none;
    color: #fffffff;
    border: 0;
    width: 100%;
    border-radius: 0;
    text-align: right;
    transform: none !important;
    display: none;
}

.body-menu-mobile ul.sub a {
    display: block;
    padding: .5rem 1rem;
}

.body-menu-mobile li.list-group-item.dropdown .sub.show {
    display: block;
}



/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    body, section {
        width: 100%;
        overflow-x: hidden !important;
    }

    p {
        font-size: 14px;
    }

    .h4, h4 {
        font-size: 1.2rem;
    }

    .h3, h3 {
        font-size: 1.4rem;
    }

    .h2, h2 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 1rem;
    }

    .owl-prev, .owl-next {
        display: none !important;
    }

    .mobile-view {
        display: block;
    }
    /*header*/
    .top-header .navbar-brand {
        display: none;
    }

    .contact-info-nav .nav-link {
        padding: .5rem .4rem;
        font-size: 12px;
    }

    .contact-info-nav a img {
        margin-left: 2px;
        max-width: 20px;
        margin-right: 2px;
    }

    li.sperator {
        display: none;
    }

    .social-icons .nav-link {
        padding: .3rem .5rem;
    }

    .menu-header .collapse.navbar-collapse {
        height: auto;
    }

    .main-menu .nav-item .nav-link:after {
        top: 90%;
        right: 0;
    }

    .main-menu {
        width: 100%;
        padding-right: 0;
    }

        .main-menu .sub {
            position: static;
            width: 100%;
        }

            .main-menu .sub > li > a {
                width: 100%;
                
            }
    /*slider*/
    .slider {
        margin-top: 0;
    }

    .slider-desc {
        padding: 5px 0;
    }

        .slider-desc h2 {
            font-size: 1.2rem;
            margin-bottom: 0;
        }

        .slider-desc h4 {
            font-size: 1.2rem;
        }

    .slider-btn {
        padding: .3rem 2rem;
    }

    .slider-logo {
        display: none !important;
    }

    .slider-desc p {
        margin-bottom: 15px;
    }
    /* about */
    .faq-accordion, .service-block, .partener-block {
        margin-bottom: 20px;
    }
    /* service */
    .service-desc p {
        height: 80px;
    }
    /* events */
    .event-desc {
        padding: 10px 10px;
    }

    .add-sec img {
        margin-bottom: 15px;
    }

    .subscribe-sec img {
        margin-bottom: 20px;
    }
    /* footer*/
    .footer-border {
        height: 55px;
    }

    .footer-logo {
        margin-top: 20px;
    }

    .mt--60 {
        margin-top: 20px;
    }

    .top-footer .mt-5 {
        margin-top: 1rem !important;
    }

    .back-to-top {
        left: 18px;
        bottom: 75px;
        right: auto;
        width: 45px;
        height: 45px;
        padding: 3px 0;
    }

    .copyright {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .bottom-footer .text-left {
        text-align: center !important;
    }

    .footer-title {
        margin-top: 25px;
    }

        .footer-title h4::before {
            top: 35px;
        }

    .breadcrumb-sec {
        margin-top: 0;
    }

    .opacity-bg {
        padding: 50px 0 50px 0;
    }

    .header {
        position: fixed;
        top: 0;
        width: 100%;
        right: 0;
        z-index: 999;
        background: #ffff;
    }

    .breadcrumb-sec {
        margin-top: 100px;
    }

    .contact-info-nav .nav-link {
        padding: .5rem .3rem;
        font-size: 10px;
    }

    .contact-info-nav a img {
        margin-left: 2px;
        max-width: 16px;
        margin-right: 2px;
    }

    .custom-btn {
        padding: .5rem 1rem;
    }

    .site-content {
        margin-top: 95px;
    }

    .slider-desc p {
        margin-bottom: 6px;
        font-size: 12px;
        height: 39px;
        overflow: hidden;
    }

    .slider-desc {
        padding: 15px 0;
    }

    .white-btn {
        padding: .5rem .5rem;
    }

    .sm-fnt a, .sm-fnt span {
        font-size: 10px;
    }

    .contact-info-nav a img {
        margin-left: 0;
        max-width: 15px;
        margin-right: 0;
    }

    .slider-btn {
        padding: .2rem 1rem;
    }

    .sm-fnt {
        display: flex;
    }

    .contact-info-nav .nav-link i {
        font-size: 14px !important;
        margin-left: 5px;
    }

    .slider-item {
        height: 190px !important;
    }

    .list-view .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .web-view {
        display: none;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    body, section {
        width: 100%;
        overflow-x: hidden !important;
    }

    p {
        font-size: 14px;
    }

    .h4, h4 {
        font-size: 1.2rem;
    }

    .h3, h3 {
        font-size: 1.4rem;
    }

    .h2, h2 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 1rem;
    }

    .owl-prev, .owl-next {
        display: none !important;
    }

    .mobile-view {
        display: block;
    }
    /*header*/
    .top-header .navbar-brand {
        display: none;
    }

    li.sperator {
        display: none;
    }

    .menu-header .collapse.navbar-collapse {
        height: auto;
    }

    .main-menu {
        width: 100%;
        padding-right: 0;
    }

        .main-menu .sub {
            position: static;
            width: 100%;
        }

            .main-menu .sub > li > a {
                width: 100%;
            }

    .contact-info-nav .nav-link {
        padding: .5rem 1rem;
    }
    /*slider*/
    .slider {
        margin-top: 100px;
    }

    .slider-desc {
        padding: 65px 0;
    }

        .slider-desc h2 {
            font-size: 1.8rem;
            margin-bottom: 0;
        }

        .slider-desc h4 {
            font-size: 1.2rem;
        }

        .slider-desc p {
            font-size: 14px;
        }

    .slider-logo {
        display: none !important;
    }

    .slider-desc p {
        margin-bottom: 15px;
    }

    .slider-btn {
        padding: .3rem 2rem;
    }
    /* footer*/
    .footer-border {
        height: 95px;
    }

    .footer-logo {
        margin-top: 20px;
    }

    .mt--60 {
        margin-top: 20px;
    }

    .top-footer .mt-5 {
        margin-top: 1rem !important;
    }

    .footer-title {
        margin-top: 25px;
    }

        .footer-title h4::before {
            top: 35px;
        }

    .back-to-top {
        left: 18px;
        right: auto;
    }

    .breadcrumb-sec {
        margin-top: 100px;
    }

    .opacity-bg {
        padding: 50px 0 50px 0;
    }

    .header {
        position: fixed;
        top: 0;
        width: 100%;
        right: 0;
        z-index: 999;
        background: #ffff;
    }

    .breadcrumb-sec {
        margin-top: 100px;
    }

    .contact-info-nav .nav-link i {
        font-size: 14px !important;
        margin-left: 5px;
    }

    .slider-item {
        height: 250px !important;
    }

    .contact-info-nav .nav-link {
        padding: .5rem .5rem;
        font-size: 13px;
    }

    .list-view .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .web-view {
        display: none;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .owl-prev, .owl-next {
        display: none !important;
    }

    body, section {
        width: 100%;
        overflow-x: hidden !important;
    }

    p {
        font-size: 16px;
    }

    .h4, h4 {
        font-size: 1.2rem;
    }

    .h3, h3 {
        font-size: 1.4rem;
    }

    .h2, h2 {
        font-size: 1.5rem;
    }

    .mobile-view {
        display: block;
    }
    /*header*/
    .top-header .navbar-brand {
        display: none;
    }

    .menu-header .collapse.navbar-collapse {
        height: auto;
    }

    .main-menu .nav-item .nav-link:after {
        top: 90%;
        right: 0;
    }

    .main-menu {
        width: 100%;
        padding-right: 0;
    }

        .main-menu .sub {
            position: static;
            width: 100%;
        }

            .main-menu .sub > li > a {
                width: 100%;
            }

    .contact-info-nav .nav-link {
        padding: .5rem 1rem;
    }
    /*slider*/
    .slider {
        margin-top: 0;
    }

    .slider-logo {
        margin-bottom: 10px;
        width: 75% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .slider-desc {
        padding: 25px 0;
    }

        .slider-desc h2 {
            font-size: 1.9rem;
        }

        .slider-desc h4 {
            font-size: 1.4rem;
        }

        .slider-desc p {
            font-size: 16px;
        }
    /*footer*/
    .footer-border {
        height: 165px;
    }

    .breadcrumb-sec {
        margin-top: 0;
    }

    .opacity-bg {
        padding: 50px 0 50px 0;
    }

    .slider-desc p {
        margin-bottom: 15px;
        height: 55px;
    }

    .footer-social-icons a {
        margin: 0px 5px;
    }

    .vedio-block {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

        .vedio-block iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute;
        }

    .web-view {
        display: none;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) and (max-width: 1366px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
    .slider-desc {
        padding: 24px 0;
    }

    .main-menu {
        padding-right: 0rem;
    }

    .openBtn {
        margin-right: 10px;
    }

    .main-menu .nav-link {
        padding-right: .4rem !important;
        padding-left: .4rem !important;
    }

    article, aside, figcaption, figure, footer, hgroup, main, section {
        overflow-x: hidden;
    }

    .slider-desc p {
        margin-bottom: 15px;
    }

    .partener-block {
        height: 135px;
    }

    .vedio-block {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

        .vedio-block iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute;
        }
}


/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

.pagination-sm li {
    margin: 0 5px;
}

.pagination-sm li {
    padding: .25rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background: #f1f2f3;
    border-radius: .2rem;
}

    .pagination-sm li.active {
        z-index: 1;
        color: #fff;
    }

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin: 0 auto;
}

.has-error p {
    font-size: 12px;
    color: red;
}

.contact-frm .has-error p {
    font-size: 12px;
    color: white;
}

.event-img2 {
    background: #86696b;
    text-align: center;
    padding: 15px;
}

.footer-logo {
    text-align: center;
}

.news-carousel .owl-prev {
    position: absolute;
    right: -50px;
    top: 50%;
    background: transparent !important;
    opacity: 1 !important;
    width: 35px;
    height: 35px;
    border-radius: 0 !important;
    z-index: 9999;
    margin: 0 !important;
    transition: all .1s ease-in-out;
    transform: translateY(-50%);
}

.news-carousel .owl-next {
    position: absolute;
    left: -50px;
    top: 50%;
    background: transparent !important;
    opacity: 1 !important;
    width: 35px;
    height: 35px;
    border-radius: 0 !important;
    z-index: 9999;
    margin: 0 !important;
    transition: all .1s ease-in-out;
    transform: translateY(-50%);
}

.contact-info-nav .nav-link i {
    font-size: 26px;
}


.slider-item {
    max-height: 800px;
    /*display: inline-flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    overflow-y: hidden;
}

    .slider-item img {
        display: block;
        width: 100%;
        max-height: 100%;
    }

.slider-desc {
    background: #00000009;
}

.event-img {
    height: 300px;
    overflow: hidden;
}

.news-carousel .event-img {
    height: 195px;
    overflow: hidden;
}

.event-desc h5 {
    height: 72px;
    overflow: hidden;
}

.event-img img {
    min-height: 100%;
}

.event-desc p {
    height: 75px;
    overflow: hidden;
}

.pagination-sm li.active a {
    color: #fff;
}

.menu-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    right: 0;
    left: 0;
}

.ads-carousel .owl-item {
    height: 400px;
    overflow: hidden;
}

.gall-photo {
    height: 170px;
    overflow: hidden;
}

.gall-title {
    background: #ffff;
    padding: 10px;
    text-align: center;
    height: 85px;
    overflow: hidden;
}

    .gall-title h5 {
        font-size: 1rem;
        height: 62px;
        overflow: hidden;
    }

.event-block-detail .event-img {
    height: auto;
}

.event-block-detail .event-desc h5 {
    height: auto;
}

.event-block-detail .event-desc p {
    height: auto;
}

.ias-trigger {
    margin: 0 auto;
    color: #ffffff !important;
}

    .ias-trigger a {
        color: #ffffff !important;
        border-radius: 20px;
        padding: .5rem 2rem;
    }

.ias-spinner {
    margin: 0 auto;
}

.ias-noneleft {
    margin: 0 auto;
    color: #ffffff !important;
}

    .ias-noneleft a {
        color: #ffffff !important;
        border-radius: 20px;
        padding: .5rem 2rem;
    }
/*****search style*****/
.search-page ul.search-list-item {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}

    .search-page ul.search-list-item li a {
        display: block;
        padding: 8px;
        text-decoration: none;
        color: #111;
        margin: 0 0 8px 0;
        background-color: #fff;
    }

        .search-page ul.search-list-item li a:hover {
            background-color: #EFEAEA;
        }

        .search-page ul.search-list-item li a .fa {
            margin-left: 8px;
            color: red;
        }

.search-form {
    position: relative;
}

.btn.search-submit {
    position: absolute;
    left: 0;
    top: 0;
    padding: .375rem .5rem;
    font-size: 14px;
}

    .btn.search-submit:focus {
        outline: 0 !important;
        box-shadow: none !important;
    }

.search-page p {
    text-align: center !important;
}

.search-block {
    padding: 10px 15px;
    background: #fafafa;
}


[data-tooltip] {
    position: relative
}

    [data-tooltip]:before {
        pointer-events: none;
        position: absolute;
        content: '';
        font-size: 1rem;
        width: .71428571em;
        height: .71428571em;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1901;
        -webkit-box-shadow: 1px 1px 0 0 #bababc;
        box-shadow: 1px 1px 0 0 #bababc
    }

    [data-tooltip]:after {
        pointer-events: none;
        content: attr(data-tooltip);
        position: absolute;
        text-transform: none;
        text-align: left;
        white-space: nowrap;
        font-size: 1rem;
        border: 1px solid #d4d4d5;
        line-height: 1.4285em;
        max-width: none;
        background: #fff;
        padding: .833em 1em;
        font-weight: 400;
        font-style: normal;
        color: rgba(0,0,0,.87);
        border-radius: .28571429rem;
        -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
        box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);
        z-index: 1900
    }

    [data-tooltip]:not([data-position]):before {
        top: auto;
        right: auto;
        bottom: 100%;
        left: 50%;
        background: #fff;
        margin-left: -.07142857rem;
        margin-bottom: .14285714rem
    }

    [data-tooltip]:not([data-position]):after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 100%;
        margin-bottom: .5em
    }

    [data-tooltip]:after, [data-tooltip]:before {
        pointer-events: none;
        visibility: hidden
    }

    [data-tooltip]:before {
        opacity: 0;
        -webkit-transform: rotate(45deg) scale(0) !important;
        transform: rotate(45deg) scale(0) !important;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transition: all .1s ease;
        transition: all .1s ease
    }

    [data-tooltip]:after {
        opacity: 1;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transition: all .1s ease;
        transition: all .1s ease
    }

    [data-tooltip]:hover:after, [data-tooltip]:hover:before {
        visibility: visible;
        pointer-events: auto
    }

    [data-tooltip]:hover:before {
        -webkit-transform: rotate(45deg) scale(1) !important;
        transform: rotate(45deg) scale(1) !important;
        opacity: 1
    }

    [data-tooltip]:after, [data-tooltip][data-position="bottom center"]:after, [data-tooltip][data-position="top center"]:after {
        -webkit-transform: translateX(-50%) scale(0) !important;
        transform: translateX(-50%) scale(0) !important
    }

    [data-tooltip]:hover:after, [data-tooltip][data-position="bottom center"]:hover:after {
        -webkit-transform: translateX(-50%) scale(1) !important;
        transform: translateX(-50%) scale(1) !important
    }

    [data-tooltip][data-position="left center"]:after, [data-tooltip][data-position="right center"]:after {
        -webkit-transform: translateY(-50%) scale(0) !important;
        transform: translateY(-50%) scale(0) !important
    }

    [data-tooltip][data-position="left center"]:hover:after, [data-tooltip][data-position="right center"]:hover:after {
        -webkit-transform: translateY(-50%) scale(1) !important;
        transform: translateY(-50%) scale(1) !important
    }

    [data-tooltip][data-position="bottom left"]:after, [data-tooltip][data-position="bottom right"]:after, [data-tooltip][data-position="top left"]:after, [data-tooltip][data-position="top right"]:after {
        -webkit-transform: scale(0) !important;
        transform: scale(0) !important
    }

    [data-tooltip][data-position="bottom left"]:hover:after, [data-tooltip][data-position="bottom right"]:hover:after, [data-tooltip][data-position="top left"]:hover:after, [data-tooltip][data-position="top right"]:hover:after {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important
    }

    [data-tooltip][data-inverted]:before {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    [data-tooltip][data-inverted]:before {
        background: #1b1c1d
    }

    [data-tooltip][data-inverted]:after {
        background: #1b1c1d;
        color: #fff;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        [data-tooltip][data-inverted]:after .header {
            background: 0 0;
            color: #fff
        }

[data-position~=top][data-tooltip]:before {
    background: #fff
}

[data-position="top center"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: .5em
}

[data-position="top center"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    background: #fff;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="top left"][data-tooltip]:after {
    top: auto;
    right: auto;
    left: 0;
    bottom: 100%;
    margin-bottom: .5em
}

[data-position="top left"][data-tooltip]:before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 1em;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position="top right"][data-tooltip]:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 100%;
    margin-bottom: .5em
}

[data-position="top right"][data-tooltip]:before {
    top: auto;
    left: auto;
    bottom: 100%;
    right: 1em;
    margin-left: -.07142857rem;
    margin-bottom: .14285714rem
}

[data-position~=bottom][data-tooltip]:before {
    background: #fff;
    -webkit-box-shadow: -1px -1px 0 0 #bababc;
    box-shadow: -1px -1px 0 0 #bababc
}

[data-position="bottom center"][data-tooltip]:after {
    bottom: auto;
    right: auto;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: .5em
}

[data-position="bottom center"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 50%;
    margin-left: -.07142857rem;
    margin-top: .14285714rem
}

[data-position="bottom left"][data-tooltip]:after {
    left: 0;
    top: 100%;
    margin-top: .5em
}

[data-position="bottom left"][data-tooltip]:before {
    bottom: auto;
    right: auto;
    top: 100%;
    left: 1em;
    margin-left: -.07142857rem;
    margin-top: .14285714rem
}

[data-position="bottom right"][data-tooltip]:after {
    right: 0;
    top: 100%;
    margin-top: .5em
}

[data-position="bottom right"][data-tooltip]:before {
    bottom: auto;
    left: auto;
    top: 100%;
    right: 1em;
    margin-left: -.14285714rem;
    margin-top: .07142857rem
}

[data-position="left center"][data-tooltip]:after {
    right: 100%;
    top: 50%;
    margin-right: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-position="left center"][data-tooltip]:before {
    right: 100%;
    top: 50%;
    margin-top: -.14285714rem;
    margin-right: -.07142857rem;
    background: #fff;
    -webkit-box-shadow: 1px -1px 0 0 #bababc;
    box-shadow: 1px -1px 0 0 #bababc
}

[data-position="right center"][data-tooltip]:after {
    left: 100%;
    top: 50%;
    margin-left: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-position="right center"][data-tooltip]:before {
    left: 100%;
    top: 50%;
    margin-top: -.07142857rem;
    margin-left: .14285714rem;
    background: #fff;
    -webkit-box-shadow: -1px 1px 0 0 #bababc;
    box-shadow: -1px 1px 0 0 #bababc
}

[data-inverted][data-position~=bottom][data-tooltip]:before {
    background: #1b1c1d;
    -webkit-box-shadow: -1px -1px 0 0 #bababc;
    box-shadow: -1px -1px 0 0 #bababc
}

[data-inverted][data-position="left center"][data-tooltip]:before {
    background: #1b1c1d;
    -webkit-box-shadow: 1px -1px 0 0 #bababc;
    box-shadow: 1px -1px 0 0 #bababc
}

[data-inverted][data-position="right center"][data-tooltip]:before {
    background: #1b1c1d;
    -webkit-box-shadow: -1px 1px 0 0 #bababc;
    box-shadow: -1px 1px 0 0 #bababc
}

[data-inverted][data-position~=top][data-tooltip]:before {
    background: #1b1c1d
}

[data-position~=bottom][data-tooltip]:before {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

[data-position~=bottom][data-tooltip]:after {
    -webkit-transform-origin: center top;
    transform-origin: center top
}

[data-position="left center"][data-tooltip]:before {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

[data-position="left center"][data-tooltip]:after {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

[data-position="right center"][data-tooltip]:before {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

[data-position="right center"][data-tooltip]:after {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

[data-tooltip][data-variation~=basic]:before {
    display: none
}


/*StyleCheckBoxList*/
.checkbox {
    padding-right: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-right: 5px;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            right: 0;
            margin-right: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            right: 0;
            top: 0;
            margin-right: -20px;
            padding-right: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: sallaicons !important;
            content: "\f00c";
        }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #289f06;
    border-color: #289f06;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.colorWheat {
    color: #fff;
    font-weight:bold;
}

.TextAlignMenu{
    text-align:right;
}
