
body {
    --blue: #002e6e;
}
 

 

.mtn-cms-custom-h, .mtn-cms-custom-p1, .mtn-cms-custom-p2 {
    text-align: center;
}

@media (max-width: 991.9px) {
    .mtn-cms-custom-h {
        font-size: 22px;
    }
}

@media (max-width: 575.9px) {

    .mtn-cms-custom-h {
        font-size: 16px;
    }
}

@media (max-width: 991.9px) {
    .mtn-cms-custom-p1 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 575.9px) {
    .mtn-cms-custom-p1 {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 991.9px) {
    .mtn-cms-custom-p2 {
        font-size: 16px;
    }
}

@media (max-width: 575.9px) {
    .mtn-cms-custom-p2 {
        font-size: 12px;
    }
}

@media (max-width: 767.9px) {
    .btn-cms-see-more-custom {
        padding: 8px 14px;
        font-size: 14px;
    }
}

@media (max-width: 575.9px) {
    .btn-cms-see-more-custom {
        font-size: 12px;
        padding: 8px 10px;
    }
}

@media (max-width: 380px) {
    .btn-cms-see-more-custom {
        font-size: 12px;
        padding: 8px 7px;
    }
}

@media (max-width: 991.9px) {
    .slider-caption-text {
        padding: 38px 15px !important;
    }
}

@media (max-width: 575.9px) {
    .slider-caption-text {
        padding: 20px 10px !important;
    }
}

@media (max-width: 380px) {
    .slider-caption-text {
        padding: 10px 10px !important;
    }
}

.slick-list {
    direction: ltr !important;
}

#slider-49983 .slick-prev:before,
#slider-49983 .slick-next:before {
    color: #666 !important;
}

*, *:before, *:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
 
.single-image img {
    width: 100%;
    margin: 0 auto; /* it centers any block level element */
    height: 100%;
    max-height:532.883px !important;
}

.slick-preva {
    font-size: 10px;
    line-height: 0;
    position: absolute;
    top: 48%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    color: white;
    background: transparent;
    z-index: 20;
    left: 5px;
}

    .slick-preva:focus {
        border: none;
        outline: none;
    }

.slick-nexta {
    font-size: 10px;
    line-height: 0;
    position: absolute;
    top: 48%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
    color: white;
    background: transparent;
    z-index: 20;
    right: 5px;
}

    .slick-nexta:focus {
        border: none;
        outline: none;
    }

.slick-slide, .slick-slide::before, .caption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .slick-slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.main-slider {
    position: relative;
    width: 100%;
    height: 38vw;
    min-height: 8vw;
    margin-bottom: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
}

    .main-slider.slick-initialized {
        opacity: 1;
        visibility: visible;
    }

.slick-slide {
    position: relative;
    height: 38vw;
}

    .slick-slide::before {
        z-index: 1;
    }

    .slick-slide video {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
    }

    .slick-slide iframe {
        position: relative;
        pointer-events: none;
    }

    .slick-slide figure {
        position: relative;
        height: 100%;
    }

    .slick-slide .slide-image {
        opacity: 0;
        height: 100%;
        background-size: cover;
        background-position: center;
        transition: all 0.8s ease;
    }

        .slick-slide .slide-image.show {
            opacity: 1;
        }

    .slick-slide .image-entity {
        width: 100%;
        opacity: 0;
        visibility: hidden;
    }

    .slick-slide .loading {
        position: absolute;
        top: 44%;
        left: 0;
        width: 100%;
    }

    .slick-slide.slick-active {
        z-index: 1;
    }

        .slick-slide.slick-active .caption {
            opacity: 1;
            transform: translateY(0);
        }

.caption {
    position: absolute;
    top: 44%;
    left: 5%;
    text-align: center;
    padding: 20px;
    border: 3px solid;
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.02em;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
    transform: translateY(100px);
}

.slick-dots {
    text-align: center;
    padding-top: 15px;
    bottom: 0px !important;
}

    .slick-dots li {
        display: inline-block;
        vertical-align: top;
        margin: 0 8px;
    }

        .slick-dots li button {
            width: 16px;
            height: 16px;
            border: none;
            cursor: pointer;
            border-radius: 50%;
            box-shadow: 0 0 0 0 transparent;
            vertical-align: middle;
            color: #fff;
            background-color: #fff;
            transition: all 0.3s ease;
            opacity: 0.4;
        }

    .slick-dots .slick-active {
        margin-left: 15px;
        margin-right: 0;
        margin-top: 2px;
    }

    .slick-dots li button:focus {
        outline: none;
    }

    .slick-dots li button:hover {
        opacity: 1;
    }

    .slick-dots li.slick-active button {
        box-shadow: 0 0 0 2px #fff;
        opacity: 1;
        background-color: white;
    }

        .slick-dots li button::before, .slick-dots li.slick-active button::before {
            color: inherit;
        }

.slick-active button {
    width: 30px !important;
    border-radius: 7px !important;
    height: 12px !important;
}

.slider-container {
    line-height: 1.6;
    padding: 0px;
    overflow-x: hidden;
}

    .slider-container .content {
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
    }

    .slider-container p {
        margin-bottom: 40px;
    }

@media (max-width: 576.9px) {
    .slick-slide {
        height: 55vw;
    }
}

@keyframes slideIn {
    from {
        filter: blur(5px);
    }

    to {
        filter: blur(0);
    }
}

@keyframes slideOut {
    from {
        filter: blur(0);
    }

    to {
        filter: blur(5px);
    }
}
/*section{*/
/*    overflow: hidden;*/
/*}*/
.back-hover.border-right.cms-plugin-style:nth-child(n+7) {
    border-bottom: 0 !important;
}

*, body {
    direction: rtl !important; 
}

body {
    overflow-x: hidden;
    text-align: right ;
}

a {
    cursor: pointer;
}

    a:hover {
        color: inherit;
    }

a {
    outline: none !important;
}

 

.fw-500 {
    font-weight: 500;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.width-100 {
    width: 100px;
}

.width-50 {
    width: 50px;
}

.width-80 {
    width: 80px;
}

.width-190 {
    width: 180px;
}

.width-115 {
    width: 115px;
}

.width-60 {
    width: 60px;
}
/*@media only screen and (max-width: 640px) {
    h3 {
        font-size: 20px !important;
    }

    p {
        font-size: 10px !important;
    }
}
@media only screen and (min-width: 640px) {
    h3 {
        font-size: 20px !important;
    }

    p {
        font-size: 10px !important;
    }
}*/
.font-32 {
    font-size: 32px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-24 {
    font-size: 24px;
}

.font-21 {
    font-size: 21px;
}

.font-14 {
    font-size: 14px;
}

.font-13 {
    font-size: 13px;
}

.font-12 {
    font-size: 12px;
}

.font-10 {
    font-size: 10px !important;
}

.space-0 {
    letter-spacing: 0;
}

.space-no {
    white-space: nowrap;
}

.text-color {
}

.text-color-gray {
    color: #7d7d7d;
}


.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 5000ms;
}


.ul-menu-cu {
    width: 99%;
}

    .ul-menu-cu .menu-of-custom .color-hover {
        text-align: center;
    }
.selectedItemParent {
    color: var(--blue) !important;
    border-bottom: 3px solid var(--blue);
}
.selectedItem {
    background-color: var(--blue) !important;
    color: white !important;
    border-radius:5px;
}
.alert {
    border: 0;
    border-radius: 0;
}

.alert-danger {
    color: white;
    background-color: #E51515;
    border-color: transparent;
    text-align: center;
    padding: 15px;
    /*position: fixed;*/
}

.alert-dismissible .close {
    padding: 19px 1.25rem;
}

.btn:focus {
    box-shadow: 0 0 0;
}

.close {
    font-size: 1.9rem;
    opacity: 1;
}

    .close:hover {
        color: white;
    }

.see {
    color: #292929;
    background-color: white;
    border-radius: 39px;
    padding: 3px 14px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; 
    padding: 10px;
    min-width: 250px;
}

.slide-img img {
    height: 530px;
    width: 100%;
}

.pagination-slider-top .swiper-pagination-bullet, .pagination-slider-component .swiper-pagination-bullet, .pagination-slider-about .swiper-pagination-bullet, .pagination-down-mobile .swiper-pagination-bullet, .pagination-down .swiper-pagination-bullet, .pagination-slider-gallery .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background: #4D4D4F;
    opacity: 0.57;
}

.pagination-slider-top .swiper-pagination-bullet-active, .pagination-slider-component .swiper-pagination-bullet-active, .pagination-slider-about .swiper-pagination-bullet-active, .pagination-down-mobile .swiper-pagination-bullet-active, .pagination-down .swiper-pagination-bullet-active, .pagination-slider-gallery .swiper-pagination-bullet-active {
    opacity: 1;
    width: 32px;
    background: white;
}

.btn-swiper-slide-next {
    position: absolute;
    top: 36%;
    width: 165px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: rgba(0, 0, 0, .08);
    height: 170px;
    border-radius: 100px;
    border: 0;
}

.btn-swiper-slide-prev {
    border-radius: 100px;
    position: absolute;
    top: 36%;
    width: 165px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: rgba(0, 0, 0, .08);
    height: 170px;
    border: 0;
}

.swiper-container-rtl .btn-swiper-slide-next {
    left: -100px;
    right: auto;
}

.swiper-container-rtl .btn-swiper-slide-prev {
    left: auto;
    right: -100px;
}

.btn-swiper-slide-next::after {
    position: absolute;
    left: 113px;
    font-size: 36px;
    font-weight: bold;
}

.btn-swiper-slide-prev::after {
    position: absolute;
    left: 30px;
    font-size: 36px;
    font-weight: bold;
}

.box-of-slide {
    background-color: rgba(0, 102, 179, .89);
    border-radius: 8px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    text-align: justify;
    width: 457px;
    height: 343px;
    position: absolute;
    top: 30px;
    left: 90px;
}

.btn-slide {
    background-color: var(--blue);
    border-radius: 39px;
    border: 0 !important;
}

    .btn-slide:hover, .btn-slide:active, .btn-slide:focus {
        background-color: var(--blue) !important;
        border-radius: 39px;
        box-shadow: 0 0 0 !important;
        border: 0 !important;
    }

.back-hover {
    cursor: pointer;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
}

    .back-hover:hover .text-color, .back-hover:hover .fa {
        color: white !important;
        font-weight: 500 !important;
    }

.dashed-border {
    display: block;
    width: 100%;
    height: 27px;
    margin-top: -27px;
    border-top: dashed 2px;
    border-color: #9D9FA2;
}

#pills-tab {
    background: #f6f6f6;
    position: relative;
    width: max-content;
}

.back-hover:hover {
    background-color: var(--blue);
    color: white !important;
    font-weight: 500 !important;
}

.card-news-custommizing {
    height: 375px !important;
}

    .card-news-custommizing .see-more-box {
        position: absolute;
        bottom: 4px;
    }


.card-news p, .card-img::after {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
}

.back-hover:hover img {
    filter: brightness(0%) invert(1);
}

.border-bottom {
    border-bottom: 1px solid rgba(222, 226, 230, 0.8) !important;
}

.border-right {
    border-right: 1px solid rgba(222, 226, 230, 0.8) !important;
}

.text-box {
    padding-top: 70px;
}

.background-color-news {
    background-color: #F6F6F6;
}

.card-news {
    background-color: white;
    border-radius: 8px;
    height: auto;
    margin: 5px;
}

.card-img {
    overflow: hidden;
    border-radius: 8px;
    text-align: center;
    position: relative;
    height: 170px;
}

    .card-img img,
    .card-img video {
        height: 170px;
        border-radius: 8px;
    }

.over-mask-card-img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(220, 220, 220, 0.35);
    border-radius: 8px;
}

.custom-pill:hover {
    background-color: var(--blue);
    color: #fff !important;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.btn-show {
    border-radius: 39px;
    background-color: var(--blue);
    border: 0;
    font-size: 16px;
    padding: .8rem 2rem;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.btn-gallery.active {
    border-radius: 39px;
    background-color: var(--blue) !important;
    color: white !important;
    border: 0;
    font-size: 16px;
    padding: 0 25px;
}

.btn-gallery:hover, .btn-gallery:focus, .btn-gallery:active {
    border-radius: 39px;
    background-color: var(--blue) !important;
    color: white !important;
    border: 0;
    font-size: 16px;
    padding: 0 25px;
}

.btn-gallery {
    background-color: transparent;
    font-size: 16px;
    border: 0;
    border-radius: 39px;
    padding: 0 25px;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
}

    .btn-gallery:focus {
        box-shadow: 0 0 0 !important;
    }

.btn-show:hover {
    background-color: rgb(244, 121, 32);
    filter: brightness(92%);
}

.btn-show:active, .btn-show:focus {
    background-color: rgb(244, 121, 32) !important;
    box-shadow: 0 0 0 !important;
}

.card-news:hover .over-mask-card-img {
    opacity: 0.42;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.card-news:hover p {
    color: var(--blue) !important;
}

.see-of-box {
    color: var(--blue);
}

    .see-of-box:hover {
        color: var(--blue);
    }

    .see-of-box i {
        font-size: 12px;
        position: relative;
        top: 1px;
        right: 3px;
    }

.dotted-left::after {
    border-top: 3px dashed #9D9FA2;
    width: 560px;
    content: '';
    position: absolute;
    bottom: 25px;
    opacity: 0.7;
}

.services-1 {
    background-color: var(--blue);
    /*background-image: url('../../../../newsletter/static/news/images/shaype-servise.png');*/
    /*background-attachment: fixed;*/

    position: relative;
    z-index: 0;
}


.service-card {
    border-radius: 8px;
    background-color: white;
    position: relative;
    z-index: 2;
}

.pattern-back {
    position: absolute;
    background-image: radial-gradient(circle, #fff 6%, transparent 6%), radial-gradient(circle, #fff 10%, transparent 10%);
    background-size: 22px 20px;
    width: 635px;
    height: 199px;
    left: 0;
    top: 71px;
    opacity: 0.5;
}

.img-hover {
    opacity: 0;
    width: 0;
    height: 0;
}

.part-of-service {
    cursor: pointer;
}

    .part-of-service:hover .img-hover {
        opacity: 1;
        width: 64px;
        transition: .4s;
        height: 64px;
        position: relative;
        right: 2px;
    }

    .part-of-service:hover .main-img {
        opacity: 0;
        width: 0;
        transition: 0.4s;
        height: 64px;
    }

.main-img {
    width: 64px;
    height: 64px;
}

.part-of-service:hover p {
    color: var(--blue) !important;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
}

#text-gallery, #text-gallery-2 {
    top: 5px;
}

.gallery-video {
    background-color: #F6F6F6;
    overflow-x: hidden;
}

#top_video {
    object-fit: unset;
    height: 480px;
}

#top_video_mobile {
    object-fit: unset;
    height: 190px;
}

#play_pause {
    position: absolute;
    width: 70px;
    height: 70px;
    background-image: linear-gradient(to top left, #222222 0%, #666666 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    opacity: 0.8;
    transition: all 500ms ease;
}

#play_pause_mobile {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgb(255, 255, 255);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    opacity: 0.8;
    transition: all 500ms ease;
    z-index: 3;
}

#play_pause:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 15px solid white;
    border-bottom: 12px solid transparent;
    z-index: 3;
}

.box-new-custom-for-cu {
    height: 375px;
    position: relative;
}

.btn-new-new-ar {
    border: 0 !important;
    border-radius: 15px;
    font-size: 18px;
}

.custom-position-for-s {
    position: absolute;
    bottom: 3px;
}

#play_pause_mobile::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 3px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 12px solid #0000004D;
    border-bottom: 7px solid transparent;
}

#play_pause.eleman-show, #play_pause_mobile.eleman-show {
    opacity: 0;
}

.rounded-20 {
    border-radius: 8px;
}

.text-color-new {
    color: #4d4d4f;
}

.card-video.active, .card-video.active p {
    background-color: var(--blue);
    color: white;
}

.parent-card-video {
    background-color: white;
    border-radius: 8px;
    overflow-y: auto;
    height: 480px;
}

.card-system {
    background-color: #F1F2F2;
    border-radius: 8px;
    width: 200px;
    height: 175px;
}

.parent-card-system {
    flex: 0 0 20%;
    max-width: 20%;
}

#btn-show-all, #btn-show-all-2 {
    background-color: #0066B3 !important;
    font-weight: bold;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
}

    #btn-show-all:hover, #btn-show-all-2:hover {
        background-color: #009b9a !important;
    }

    #btn-show-all:active, #btn-show-all:focus, #btn-show-all-2:active, #btn-show-all-2:focus {
        background-color: #009b9a !important;
    }

.dotted::after {
    border-top: 3px dashed rgba(255, 255, 255, .6);
    width: 719px;
    content: '';
    position: absolute;
    bottom: 80px;
    right: 225px;
}

.box-card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .box-card img {
        width: 100%;
        height: 60px;
    }

.box-card-custom-img {
    height: 50px !important;
}

    .box-card-custom-img img {
        height: 100% !important;
    }

.custom-mb-img-cu p {
    margin-bottom: 0;
    letter-spacing: -1px;
}

.time-little-video {
    background-color: #4D4D4F;
    border-radius: 2px;
    text-align: center;
    position: absolute;
    right: 9px;
    bottom: 4px;
    width: 41px;
    height: 24px;
}

    .time-little-video span {
        font-size: 11px;
        color: white;
    }

.button-company {
    background-color: transparent;
    border: 0;
    border-radius: 39px;
    color: white;
    margin: 0;
    padding: 14px;
}

    .button-company:hover, .button-company.active {
        background-color: #FFFFFF;
        color: #292929;
        transition: 0.5s;
    }

.dotted-news::after {
    border-top: 3px dashed #9D9FA2;
    width: 1000px;
    content: '';
    position: absolute;
    right: 104px;
    top: 17px;
}

.new-background {
    background-color: #f6f6f6;
}

.statistics {
    background-color: #F1F2F2;
    border-radius: 8px;
}

.space {
    letter-spacing: -1px;
}

.footer {
    background-color: #F1F2F2;
}

.link-footer { 
}

.text-color-footer {
    color: #00A7AD;
}

.see-of {
    background-color: #C7C8CA;
    border-radius: 8px;
}

.card-company {
    width: 110px;
}

.child-card-company {
    background-color: #ffffff;
    width: 90px;
    height: 84px;
    overflow: hidden;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 12px;
}

    .child-card-company img {
        width: 86px;
        height: 86px;
    }

.custom-p {
    padding-bottom: 75px;
}

.btn-arrow-next, .btn-arrow-prev {
    position: absolute;
    top: 62%;
    color: #292929;
    border: 0;
}

.btn-arrow-prev, .swiper-container-rtl .btn-arrow-next {
    left: 40px;
    right: auto;
}

.btn-arrow-next, .swiper-container-rtl .btn-arrow-prev {
    right: 50px;
    left: auto;
}

    .btn-arrow-next::after, .btn-arrow-prev::after {
        font-size: 30px;
        font-weight: bolder;
        outline: none;
        color: white;
    }

.navigation {
    height: 237px;
    width: 100%;
    position: absolute;
    top: 37%;
    overflow: hidden;
    display: flex;
}

.mtn-cms-custom-h, .mtn-cms-custom-p1, .mtn-cms-custom-p2 {
    text-align: center;
}
 

@keyframes slideInMenu {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideInMenu {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideInMenu;
    animation-name: slideInMenu;
}

@media (max-width: 1280px) {
    .btn-arrow-next, .swiper-container-rtl .btn-arrow-prev {
        right: 18px;
        left: auto;
    }

    .btn-arrow-next, .btn-arrow-prev {
        top: 63%;
    }

    .btn-arrow-prev, .swiper-container-rtl .btn-arrow-next {
        left: 12px;
    }
}

@media (max-width: 1200px) {
    .back-hover.border-right.cms-plugin-style:nth-child(n+6) {
        border-bottom: 1px solid rgba(222, 226, 230, 0.8) !important
    }

    .scroll-name-company {
        overflow-x: scroll;
        white-space: nowrap;
        text-align: justify;
    }

    .card-news-custommizing .see-more-box {
        width: 100%;
    }

    .custom-position-for-s {
        width: 100%;
    }

    .custom-text-respon {
        width: auto;
    }

    .text-box {
        padding-top: 20px;
    }

    .dotted-left::after {
        width: 384px;
    }

    .card-img img,
    .card-img video {
        height: 200px;
    }

    .parent-card-system {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .scroll-name-company {
        padding-bottom: 15px;
    }

    .dotted-news::after {
        width: 825px;
    }

    .address-rep {
        padding-bottom: 20px;
    }

    .ul-menu-cu .menu-of-custom .color-hover {
        padding-top: 10px;
    }

    .navigation {
        height: 235px;
        width: 100%;
        position: absolute;
        top: 30%;
        overflow: hidden;
        display: flex;
    }
}

@media (max-width: 1095px) {
    .btn-arrow-next, .swiper-container-rtl .btn-arrow-prev {
        right: 19px;
    }

    .btn-arrow-prev, .swiper-container-rtl .btn-arrow-next {
        left: 15px;
    }

    .btn-arrow-next, .btn-arrow-prev {
        top: 63%;
    }
}

@media (max-width: 991.9px) {
    .box-card-custom-img {
        height: 100px !important;
    }

  

    .mtn-cms-custom-h {
        font-size: 22px;
    }

    .ul-menu-cu {
        padding-right: 40px;
    }

        .ul-menu-cu li a {
            padding: 15px 0;
        }

        .ul-menu-cu .menu-of-custom {
            padding: 0 !important;
        }


    .slider-container p {
        margin-bottom: 20px !important;
    }

    .mtn-cms-custom-p1 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }

    .mtn-cms-custom-p2 {
        font-size: 16px;
    }

    .slider-caption-text {
        padding: 38px 15px !important;
    }

    .card-news-custommizing {
        height: 410px !important;
    }

    .btn-swiper-slide-prev {
        height: 142px;
    }

    .navigation {
        top: 27%;
    }


    .box-new-custom-for-cu {
        height: 410px;
    }

    .close-btn {
        position: absolute;
        top: 0;
        left: 10px;
        font-size: 25px;
        z-index: 3000;
        color: #292929;
    }

        .close-btn:hover {
            color: #292929;
        }

    .dotted-left::after {
        width: 150px;
    }

    .pattern-back {
        width: 360px;
    }

    .box-card img {
        height: 100px;
    }

    .parent-card-system {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .card-system {
        margin: 0 auto;
    }

    .dotted::after {
        width: 320px;
    }

    .dotted-news::after {
        width: 615px;
    }

    #image-end, #image-end-2 {
        width: 155px;
    }

    .border-remove {
        border-right: 0 !important;
    }

    .parent-card-video {
        height: auto;
    }

    .bor-bt-responsive {
        border-bottom: 1px solid rgba(222, 226, 230, 0.8) !important;
    }
}

@media (max-width: 767.9px) {
    .ul-menu-cu li a {
        padding: 15px 0 !important;
    }


    .new-class-see-bp {
        font-size: 12px;
    }

    .btn-of-slide-customize-home {
        font-size: 4em !important;
    }

    .btn-swiper-slide-prev {
        height: 110px;
    }

    .btn-swiper-slide-next {
        height: 110px;
    }

    .navigation {
        top: 16%;
    }

    .font-responsive-of-see-more {
        font-size: 12px !important;
    }

    .ul-menu-cu .menu-of-custom {
        padding-right: 0;
    }

    .slide-img img {
        height: 340px;
    }

    .btn-swiper-slide-prev, .btn-swiper-slide-next {
        width: 140px;
    }

        .btn-swiper-slide-next::after {
            left: 109px;
            font-size: 30px;
        }

        .btn-swiper-slide-prev::after {
            left: 18px;
            font-size: 30px;
        }

    .name-video-rep {
        font-size: 24px;
    }

    .size-p {
        font-size: 14px;
    }

    .box-of-slide {
        width: 422px;
        height: 262px;
    }

    .btn-slide {
        font-size: 14px;
    }

    .dotted-left::after {
        width: 0;
    }

    .card-news {
        margin: 0;
    }

    .parent-card-system {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .card-system {
        width: 160px;
    }

    .size-custom-responsive {
        font-size: 14px;
    }

    .dotted::after {
        width: 140px;
    }

    .dotted-news::after {
        width: 450px;
    }

    .card-img img,
    .card-img video {
        height: 165px;
    }

    .pattern-back {
        width: 270px;
    }

    .part-of-service p {
        font-size: 14px;
    }

    .btn-arrow-next::after, .btn-arrow-prev::after {
        font-size: 23px;
    }

    .scoroll-news-mobile {
        overflow-x: scroll;
        white-space: nowrap;
        text-align: justify;
        padding-bottom: 15px;
        position: relative;
        z-index: 0;
    }

    .btn-cms-see-more-custom {
        padding: 8px 14px;
        font-size: 14px;
    }
}

@media (max-width: 575.9px) {
    .pb-customizing-r {
        padding-bottom: 50px;
    }

    .card-img {
        height: auto;
    }



    .mtn-cms-custom-h {
        font-size: 16px;
    }

    .slider-container p {
        margin-bottom: 20px !important;
    }

    .slider-caption-text {
        padding: 20px 10px !important;
    }

    .btn-cms-see-more-custom {
        font-size: 12px;
        padding: 8px 10px;
    }

    .mtn-cms-custom-p1 {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .mtn-cms-custom-p2 {
        font-size: 12px;
    }

    .navigation {
        top: 11%;
    }

    .btn-of-slide-customize-home {
        font-size: 3em !important;
    }

    .video-parent-mobile {
        width: 92%;
    }

    .logo img {
        width: 118px;
    }
     

    .slide-img img {
        height: 200px;
    }

    .btn-swiper-slide-prev, .btn-swiper-slide-next {
        width: 126px;
        top: 44%;
        height: 82px;
    }

        .btn-swiper-slide-next::after {
            left: 105px;
            font-size: 17px;
        }

        .btn-swiper-slide-prev::after {
            left: 12px;
            font-size: 17px;
        }

    .alert, .alert a {
        font-size: 14px;
    }

    .alert-dismissible .close {
        padding: 0 7px 7px 7px;
    }

    .alert span {
        font-size: 11px;
    }

    .pagination-slider-top .swiper-pagination-bullet, .pagination-slider-component .swiper-pagination-bullet, .pagination-slider-about .swiper-pagination-bullet, .pagination-down-mobile .swiper-pagination-bullet, .pagination-down .swiper-pagination-bullet, .pagination-slider-gallery .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }

    .pagination-slider-top .swiper-pagination-bullet-active, .pagination-slider-component .swiper-pagination-bullet-active, .pagination-slider-about .swiper-pagination-bullet-active, .pagination-down-mobile .swiper-pagination-bullet-active, .pagination-down .swiper-pagination-bullet-active, .pagination-slider-gallery .swiper-pagination-bullet-active {
        width: 23px;
    }

    .size-font-re {
        font-size: 19px;
    }

    .letter-space-re {
        letter-spacing: -1px;
    }

    .back-hover img {
        width: 40px;
        height: 40px;
    }

    .back-hover p {
        font-size: 13px;
    }

    .border-left {
        border-left: 1px solid #F6F6F6;
    }

    .part-of-service-mobile img {
        filter: brightness(0%) invert(1);
        width: 40px;
        height: 40px;
    }

    .part-of-service-mobile:hover {
        background-color: white;
        transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
    }

        .part-of-service-mobile:hover img {
            filter: none;
        }

        .part-of-service-mobile:hover p {
            color: var(--blue) !important;
        }

    .border-bottom-2 {
        border-bottom: 1px solid rgba(222, 226, 230, 0.4) !important;
    }

    .border-right-2 {
        border-right: 1px solid rgba(222, 226, 230, 0.4) !important;
    }

    .back-hover p {
        font-weight: 500 !important;
    }

    .dotted::after {
        width: 0;
    }

    .dotted-news::after {
        width: 185px;
    }

    .size-font-top {
        font-size: 14px;
    }

    .size-font-down {
        font-size: 12px;
    }

    .statistics {
    }

    .custom-padding {
        padding-right: 0;
    }

    .link-footer li {
        letter-spacing: -1px;
    }

        .link-footer li a {
            font-size: 12px;
        }

    .footer-end {
        font-size: 12px;
    }
     

    .card-img img,
    .card-img video {
        height: 100%;
    }

    .btn-show {
        font-size: 14px;
        padding: 0.8rem 1rem;
    }

    .btn-arrow-next, .btn-arrow-prev {
        top: 54%;
    }

    .btn-arrow-prev, .swiper-container-rtl .btn-arrow-next {
        left: 5px;
    }

    .btn-arrow-next, .swiper-container-rtl .btn-arrow-prev {
        right: 6px;
    }

        .btn-arrow-next::after, .btn-arrow-prev::after {
            font-size: 20px;
            color: white;
        }

    .scroll-name-company button {
        font-size: 14px;
    }

    .video-parent-mobile {
        height: 190px;
        overflow: hidden;
        border-radius: 8px;
    }

    .opacity-v {
        height: 190px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #0000004D;
        z-index: 2;
        width: 100%;
    }

    .pagination-color-active .swiper-pagination-bullet-active {
        background: var(--blue) !important;
    }

    .card-img-custom-cms, .card-img-custom-cms img {
        height: 100% !important;
    }

    .see-card-cms-new {
        position: absolute;
        bottom: 9px;
        width: 100%;
    }

    .new-card-of-news-cms-cu {
        height: 180px;
    }
}
/*////////////////////////////////////////////css-about/////////*/
/*///////////////////////////////////////////////////////////////////////////////*/
.box-introduction {
    position: absolute;
    right: 0;
    bottom: 0;
    /*background-color: var(--blue);*/
    background: rgb(255,255,255);
    background: linear-gradient(65deg, rgba(255,255,255,0) 0%, rgba(0,66,122,0.7870681719953606) 35%, rgba(0,66,122,1) 63%, rgba(0,66,122,1) 100%);
    min-width: 440px;
    width: auto;
    height: 112px;
}

.breadcrumb-page {
    width: auto;
}

    .breadcrumb-page .breadcrumb {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 2px;
    }

    .breadcrumb-page ol {
        background-color: transparent;
    }

    .breadcrumb-page .breadcrumb-item::before {
        color: #ffffff;
        float: right;
        padding-left: 9px;
    }

    .breadcrumb-page .breadcrumb-item.active {
        color: #C7C8CA;
        font-size: 14px;
    }

    .breadcrumb-page .breadcrumb-item a {
        color: white;
    }

.img-about-1 {
    height: 320px;
}

.hr-new {
    border: 1px solid #C7C8CA;
}

.card-notifications {
    background-color: #F1F2F2;
    border-radius: 8px;
    overflow: hidden;
}

.color-number {
    color: var(--blue);
}

.card-box-block {
    border-radius: 8px;
    background-color: rgba(0, 182, 181, 0.07);
    position: relative;
}

    .card-box-block p {
        color: #404040;
        font-size: 16px;
    }

    .card-box-block .img-n-1 {
        float: right;
        height: 30px;
        width: 43px;
    }

    .card-box-block .img-n-2 {
        float: left;
        height: 29px;
        width: 43px;
        position: absolute;
        left: 13px;
        bottom: 13px;
    }

.slide-about img {
    height: 405px;
}

.ul-Duty {
    line-height: 2.5;
}

.color-custom-p {
    color: #404040;
    width: 440px;
}

.download-box {
    background-color: #F1F2F2;
    border-radius: 8px;
}

.btn-received {
    background-color: #0066B3 !important;
}

    .btn-received:hover, .btn-received:active, .btn-received:focus {
        background-color: #023F88 !important;
    }

@media (max-width: 992px) {
    .space-re {
        letter-spacing: -1px;
    }
}

@media (max-width: 768px) {
    .box-introduction {
        width: 360px;
        height: 100px;
    }

    .customize-sizing-f {
        font-size: 18px;
    }

    .ul-Duty {
        line-height: 2;
    }
}

@media (max-width: 576px) {

    .customize-sizing-f {
        font-size: 16px;
    }

    .box-introduction {
        width: 237px;
        height: 65px;
    }

    .breadcrumb-page .breadcrumb-item {
        font-size: 14px;
    }

    .img-about-1 {
        height: 230px;
    }

    .color-custom-p {
        width: 100%;
    }

    .slide-about img {
        height: 230px;
    }
}

@media (max-width: 338px) {
    .see {
        margin-top: 10px;
    }
}

/*///////////////////////////////////////css component*/
.custom-btn-w-h {
    width: 110px;
    height: 48px;
    padding: 0 !important;
}

    .custom-btn-w-h:hover, .custom-btn-w-h:active, .custom-btn-w-h:focus {
        width: 110px;
        height: 48px;
        padding: 0;
    }

.custom-btn-pen {
    padding: 0;
    width: 26px;
    height: 26px;
    border-radius: 6px;
}

    .custom-btn-pen i {
        font-size: 11px;
    }

.btn-trash i {
    font-size: 13px;
}

.btn-trash {
    background-color: #E51515;
}

    .btn-trash:hover, .btn-trash:focus, .btn-trash:active {
        background-color: #CC1010 !important;
    }

.custom-border-blue {
    border: 2px solid #0066B3;
    background-color: white !important;
    color: #0066B3;
}

    .custom-border-blue:hover {
        background-color: #0066B3 !important;
    }

.custom-btn-green-border {
    border: 2px solid var(--blue);
    color: var(--blue) !important;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.custom-btn-green {
    color: white !important;
    background-color: var(--blue);
}

    .custom-btn-green:hover {
        background-color: #009C9E !important;
    }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-control::placeholder {
    color: #959595;
    opacity: 1;
}

.code-number-city {
    width: 288px;
    height: 38px;
    border: 1px solid #D3D3D3;
    border-radius: 6px;
}

    .code-number-city:focus, .search-input:focus, .filter-box:focus {
        border: 2px solid var(--blue);
        box-shadow: 0 0 0;
    }

.search-btn {
    position: absolute;
    top: 12px;
    left: 7px;
    background-color: transparent;
    border: 0;
    outline: none;
    font-size: 19px;
    color: #C9C9C9;
}

.search-input {
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    width: 348px;
    height: 48px;
}

.search-parent {
    width: 348px;
    height: 48px;
}

.filtering {
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    background-color: transparent !important;
    color: #505050;
    outline: none;
    width: 112px;
    height: 48px;
}

    .filtering:hover, .filtering:active, .filtering:focus {
        border: 0 !important;
        background-color: #606060 !important;
        color: white;
        outline: none;
        box-shadow: 0 0 0 !important;
    }

.custom-table {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

    .custom-table th, .custom-table td {
        border-bottom: 1px solid #D3D3D3;
        padding: 14px;
        direction: ltr;
        font-weight: 400;
    }

    .custom-table th {
        color: #292929;
        font-size: 16px;
        font-weight: bolder;
    }

    .custom-table td {
        font-size: 14px;
        color: #404040;
        white-space: nowrap;
    }

.btn-more-table {
    background-color: #EBEEF6;
    color: #464A53;
    font-size: 12px;
    border-radius: 6px;
    width: 68px;
    height: 26px;
    border: 0;
}

    .btn-more-table i {
        position: relative;
        top: 2px;
    }

    .btn-more-table:hover {
        background-color: #D8DBE2;
        color: #464A53;
    }

.parent-table {
    overflow-x: auto;
}

.custom-control-input {
    width: 32px;
    height: 32px;
}

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #F1F2F7;
        border: 1px solid #9FA2B8;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border: 1px solid #9FA2B8;
    }

.custom-control-label::after {
    width: 32px;
    height: 32px;
}

.custom-control-label::before {
    width: 32px;
    height: 32px;
    background-color: #F1F2F7;
    border: 1px solid #9FA2B8;
}

.custom-control {
    min-height: 32px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 8px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: transparent;
    background-color: var(--blue);
}

.color-new-text-component {
    color: #404040 !important;
}

.hr-text {
    border: 1px solid #C4C4C4;
}

.breadcrumb-component a {
    color: var(--blue) !important;
}

.breadcrumb-component .breadcrumb-item.active {
    color: #787F89;
}

.link-component {
    color: var(--blue);
    border-bottom: 2.1px solid;
}

    .link-component:hover {
        color: var(--blue);
    }

.img-multi-column img {
    height: 207px;
}

.img-two-multi-column img {
    height: 387px;
}

.img-three-multi-column img {
    height: 649px;
}

.alert-color-blue {
    background-color: #0066B3;
}

.alert-color-green {
    background-color: var(--blue);
}

.alert-color-orange {
    background-color: var(--blue);
}

.custom-color-box-block-blue {
    background-color: rgba(0, 102, 179, 0.07);
}

.custom-color-box-block-orange {
    background-color: rgba(244, 121, 32, 0.07)
}

.custom-color-box-block-red {
    background-color: rgba(229, 21, 21, 0.07);
}

.card-list-component {
    border: 0;
    border-bottom: 2px solid rgba(0, 102, 179, 0.22);
    ;
    border-radius: 0;
}

    .card-list-component:last-child {
        border-bottom: 0;
    }

    .card-list-component:first-child {
        border-bottom: 2px solid rgba(0, 102, 179, 0.42);
    }

    .card-list-component .card-header {
        background-color: rgba(0, 102, 179, 0.07);
        padding: 8px 1.25rem;
        border-bottom: 0;
    }

.green-back-card-header {
    background-color: rgba(0, 182, 181, 0.07);
}

    .green-back-card-header .card-header {
        background-color: rgba(0, 182, 181, 0.07);
    }

.green-back-card-header {
    border-bottom: 2px solid rgba(0, 182, 181, 0.22);
}

    .green-back-card-header:first-child {
        border-bottom: 2px solid rgba(0, 182, 181, 0.42);
    }

    .green-back-card-header:last-child {
        border-bottom: 0;
    }

.gray-back-listing {
    background-color: #F6F6F6;
}

    .gray-back-listing .card-header {
        background-color: #F6F6F6;
    }

.gray-back-listing {
    border-bottom: 2px solid rgba(77, 77, 79, .3);
}

    .gray-back-listing:first-child {
        border-bottom: 2px solid rgba(77, 77, 79, .4);
    }

    .gray-back-listing:last-child {
        border-bottom: 0;
    }

.parent-listing-card {
    border-radius: 8px;
    overflow: hidden;
}

.card-list-component button {
    width: 100%;
    text-align: justify;
}

    .card-list-component button i {
        float: left;
        font-size: 14px;
        position: relative;
        top: 6px;
    }

.color-t-list-head {
    color: #0066B3;
}

.range-of-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #0066B3;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .range-of-slider::-webkit-slider-thumb {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #0066B3;
        cursor: pointer;
        background-color: white !important;
    }

    .range-of-slider::-moz-range-thumb {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #0066B3;
        cursor: pointer;
        background-color: white;
    }

@media (max-width: 768px) {
    .img-two-multi-column img {
        height: 340px;
    }

    .img-three-multi-column img {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .img-two-multi-column img {
        height: 250px;
    }

    .img-three-multi-column img {
        height: 260px;
    }
}

/*/////////////////////////////////////////////////////services.css///////*/
.back-shaype-servise {
    background-color: #007aff;
    background-image: url(../../news/images/shaype-servise.png); 
    width: 100%;
    height: 112px;
    background-size: cover;
    clip-path: ellipse(70% 80% at 50% 30%);
}

.back-white {
    background-color: #ffffff;
}

.color-n-list-text {
    color: #77787B;
}

.box-of-list-item-s {
    border: 0.5px solid var(--blue);
    background-color: #FFFFFF;
}

.ul-parents {
    padding-right: 20px;
}

    .ul-parents li {
        color: #008E84;
        line-height: 2;
    }

.arrow-top.inactive-1 {
    display: none;
}

.arrow-down.active-3 {
    display: block;
}

.arrow-down {
    display: none;
}

.arrow-top {
    display: block;
}

@media (max-width: 768px) {
    .back-shaype-servise {
        height: 290px;
    }

    .card-list-component .card-header {
        padding: 8px 4px;
    }
}

@media (max-width: 576px) {
    .back-shaype-servise {
        height: 200px;
    }

    .customize-breadcrumb-boxing {
        width: 255px;
    }
}

/*///////////////////////////////////////css conact-us/////////*/
.dye-text {
    color: #707070;
}

.box-column-us {
    height: 400px;
    overflow: hidden;
}

.to-hide-text {
    background: linear-gradient(to bottom, transparent 69%, #fff 100%);
    height: 400px;
    position: absolute;
    top: 0;
    width: 100%;
}

.custom-padding-a {
    padding: 12px 24px;
}

.custom-w-search-parent {
    width: 418px;
}

.custom-w-search-input {
    width: 418px;
}

.parent-back-img-of-personnel {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

    .parent-back-img-of-personnel img {
        width: 100%;
        height: 56px;
        border-radius: 50%;
    }

.card-of-personal {
    background-color: #F1F2F2;
    border-radius: 8px;
    margin-bottom: 5px;
}

.border-top-down-e {
    border-bottom: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
}

@media (max-width: 576px) {
    .custom-w-search-parent {
        width: 280px;
    }

    .custom-w-search-input {
        width: 280px;
    }

    .card-of-personal {
        margin: 0 1px 8px;
    }

    .parent-back-img-of-personnel {
        width: 48px;
        height: 48px;
    }

        .parent-back-img-of-personnel img {
            height: 48px;
        }
}

@media (max-width: 768px) {
    .responsive-size-h {
        font-size: 17px;
    }
}

/*/////////////////////////////////////////////////////css news//////*/
.border-radius-alert {
    border-radius: 10px;
}

.pagination-news {
    display: inline-block;
    margin: auto;
}

.tik {
    color: #94939F !important;
    float: right;
    padding: 5px 15px;
    border-radius: 12px;
    background-color: #f6f6fb;
    text-decoration: none;
    margin-left: 5px;
}

.pagination-news a.active {
    background-color: var(--blue);
    color: white;
    border-radius: 12px;
}

.pagination-news a:hover {
    color: #94939F;
    background-color: #F1F2F2;
}

.pagination-news a {
    color: #94939F;
    padding: 4px 15px;
}

video {
    max-width: 100%;
}

.hov {
    color: #56565E;
    float: right;
    padding: 7px 15px;
    text-decoration: none;
    transition: background-color .3s;
    margin-left: 6px;
    border-radius: 12px;
    background-color: #f6f6fb;
    font-size: 14px;
}

.position-relative {
    position: relative;
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.loader {
    display: inline-block;
 /*   width: 48px;
    height: 48px;*/
 color:white !important;
    position: relative;
    /*background-image: url("../images/static_pages/logo-shsh-white.svg");*/
    background-repeat: no-repeat;
    /* border: 4px solid #Fff; */
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    /* background-color: #fff; */
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    /* 25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
    } */
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

.slider-caption-text {
    height: 100% !important;
    width: 100% !important;
    padding: 100px 15px;
    color: #ffffff !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    z-index: 999999;
}
.slider-caption-text {
    background: rgba(255, 255, 255, .8);
    position: absolute;
    top: 80%;
    margin-left: 2%;
    padding: 15px;
    max-width: 60vw;
}

    .slider-caption-text > p {
        font-size: 1.5rem;
    }
section.footer-end > div > div > div:nth-child(2) {
    width: fit-content;
}

.whole-page-frame {
    width: 100%;
    height: 1900px;
    border: 0;
}


@media (max-width: 768px) {
    .custom-address-w-page {
        width: 410px;
    }
}

@media (max-width: 576px) {
    .custom-address-w-page {
        width: 325px !important;
    }

    .logo img {
        display: none;
    }
}

.ul-Duty li {
    text-align: right;
}

.font-18 {
    font-size: 18px;
    text-align: right;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 14px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 8px;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 105px;
}

.modal {
    padding-top: 60px;
}

.card-img {
    position: relative;
    text-align: center;
}

.bottom-right {
    position: absolute;
    bottom: 3px;
    right: 2px; 
    background: var(--blue);
    padding: 4px 20px;
    color: white;
    text-align: right;
    border-radius: 6px 0 5px 0;
}

.image-card p {
    font-size: smaller;
    height: 85px;
    padding-top: 10px
}

.gallery-desc {
    font-size: smaller;
    font-weight: 500;
}

@media (max-width: 768px) {
    .navigation {
        display: none;
    }

    .slider-caption-text {
        top: 60px;
    }
        .slider-caption-text p {
            display: none;
        }
    .single-image{
        max-height:120px;
        overflow-y:hidden;
    }
    .font-18 {
        font-size: 11px;
        text-align: right;
    }
}
.btnEditManager {
    float:left;
}
.topNavImage {
    position: absolute;
    right: -100px !important;
    top: -25px;
}
#allNotificationsDivCNT {
    color: #ffffff;
    transition: color 2s ease 0s;
    padding:20px;
}

.css-waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}

/* Here we declare the SVG node that we wish to animate. */

.animated-waves > use {
    animation: infinite-waves 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

    .animated-waves > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .animated-waves > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .animated-waves > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .animated-waves > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes infinite-waves {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}
/* Mobile Optimization */
@media (max-width: 768px) {
    .css-waves {
        height: 40px;
        min-height: 40px;
    }
}
 
.alertgray {
    padding: .75rem 1.25rem;
    border: 1px solid #D3D3D3;
    border-radius: .25rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
    .alertgray .alertItems {
    position: relative;
    padding: .15rem 0.5rem;
    margin-bottom: 0.2rem;
    border: 1px solid transparent;
    border-radius: .25rem;

}
 


/* -------------------------------CustomTab------------------------------------------*/
.CustomMultitabs {
    padding: 10px;
    border-radius: 5px;
    direction: rtl;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    background: #efefef;
    box-shadow: 0 48px 80px -32px rgba(0,0,0,0.3);
}

.CustomTabnput {
    position: absolute;
    opacity: 0;
}

.CustomTablabel {
    width: 100%;
    padding: 10px 30px;
    background: #efefef;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #7f7f7f;
    transition: background 0.1s, color 0.1s;
    border-radius: 5px;
}

    .CustomTablabel:hover {
        background: #d8d8d8;
    }

    .CustomTablabel:active {
        background: #ccc;
    }

.CustomTabnput:focus + .CustomTablabel {
    z-index: 1;
}

.CustomTabnput:checked + .CustomTablabel {
    background: #fff;
    color: #000;
}

@media (min-width: 600px) {
    .CustomTablabel {
        width: auto;
    }
}

.CustomTabnpanel {
    width: 100%;
    display: none;
    padding: 20px 30px 30px;
    background: #fff;
}

@media (min-width: 600px) {
    .CustomTabnpanel {
        order: 99;
    }
}

.CustomTabnput:checked + .CustomTablabel + .CustomTabnpanel {
    display: block;
}


