.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #C0392B;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.otherlang-font {
    font-family: Cairo !important;
}

#follower {
    position: absolute;
    background-color: #C0392B;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    z-index: 100000;
}


.btn-primary:hover {
    background-color: #4c4c4c;
    border-color: #4c4c4c;
}

.clients a {
    border: solid 1px #fff;
}

    .clients a:hover {
        border: solid 1px #C0392B;
    }

    .clients a.button:hover {
        border: solid 1px #444444;
    }

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .hvr-wobble-vertical:hover,
    .hvr-wobble-vertical:focus,
    .hvr-wobble-vertical:active {
        -webkit-animation-name: hvr-wobble-vertical;
        animation-name: hvr-wobble-vertical;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }




.product2 {
    background: #fff;
    display: block;
    border: solid 1px #fff;
    transition: width 1s;
    width: 100%;
    height: 170px;
    margin-bottom: 1.5rem;
}

    .product2 img {
        max-height: 46px;
        max-width: 86px;
    }

    .product2 h4 {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        transition: all;
    }

.img_container {
    display: block;
    height: 52px;
}

.product_line {
    width: 36px;
    height: 3px;
    background-color: #C0392B;
    display: block;
    border-radius: 10px;
    transition: width 2s;
}

.product2:hover .product_line {
    width: 100px;
}

.product2:hover h4 {
    color: #C0392B;
}

#follower {
    pointer-events: none;
}

.btn {
    font-weight: 500;
    padding: 0.280rem 0.95rem 0.205rem 0.95rem;
    font-size: 0.9rem;
}

.payment_services img {
    height: 55px;
}

.payment_services h4 {
    font-size: 14px;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 1rem;
}

.payment_services p {
    color: #222;
}

.payment_services:hover p,
.payment_services:hover h4 {
    color: #000;
}

.card1 {
    z-index: 2;
}

.card2 {
    z-index: 1;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.footer-link {
    color: #444;
}

    .footer-link:hover {
        color: #C0392B;
    }

.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(184 36 61 / 15%);
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #C0392B;
    border-color: #C0392B;
    box-shadow: 0 0 0 0.25rem rgb(184 36 61 / 15%);
}

.news_details .entry-image {
    height: auto !important
}

    .news_details .entry-image img {
        width: auto !important
    }

#posts .entry-title {
    overflow: hidden;
}

#posts .entry-title, #posts .entry-content {
    max-height: 68px;
}

.grid-inner:hover .entry-title h2 a {
    color: #C0392B;
}

.text_editor p, .text_editor pre, .text_editor ul, .text_editor ol, .text_editor dl, .text_editor dd, .text_editor blockquote, .text_editor address, .text_editor table, .text_editor fieldset, .text_editor form, .text_editor h1, .text_editor h2, .text_editor h3, .text_editor h4, .text_editor h5, .text_editor h6 {
    margin-bottom: 12px;
}

































@media (min-width: 320px) {
    #logo img {
        height: 40px !important;
        width: auto;
    }

    .dvc_pc {
        top: 8px;
    }

    .dvc_invoice {
        top: -9px;
    }

        .dvc_invoice div {
            margin: auto;
        }

    .dvc_lab {
        top: 310px
    }

    .dvc_cards {
        top: -2px;
        right: 188px;
        left: unset;
    }

    .dvcs {
        padding-bottom: 342px;
    }

    .card1 {
        top: 16px;
    }

    .product2 h4 {
        font-size: 12px;
    }

    .slider_img1 {
        position: absolute;
        top: 67px;
        right: 154px;
        z-index: 2;
    }

        .slider_img1 img {
            width: 115px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider_img2 {
        position: absolute;
        top: 43px;
        right: 20px;
        z-index: 1;
    }

        .slider_img2 img {
            width: 280px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider-caption h2 {
        font-size: 2rem;
    }


    .slider-caption a {
        text-align: center;
        display: table;
        margin: 0 auto;
    }

    /* .one-page-arrow {
        bottom: 140px;
    }*/

    .slider-inner {
        /*background: url(../images/pattern.png) -513px -211px;*/
        background-size: cover;
    }

    .max-w-xs-70 img {
        max-width: 70%;
    }

    .swiper_wrapper .slider-caption p {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media (min-width: 360px) {
    .slider-caption h2 {
        font-size: 2.2rem;
    }
}

@media (min-width: 375px) {

    /* .one-page-arrow {
        bottom: 126px;
    }*/

    .slider-caption h2 {
        font-size: 2.2rem;
    }

    .slider_img1 {
        top: 92px;
        right: 212px;
    }

        .slider_img1 img {
            width: 96px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider_img2 {
        right: 53px;
    }

        .slider_img2 img {
            width: 278px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider-inner {
        /*background: url(../images/pattern.png) -616px -177px;*/
        background-size: cover;
    }

    .swiper_wrapper .slider-caption p {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media (min-width: 390px) {

    /* .one-page-arrow {
        bottom: 120px;
    }*/

    .slider_img1 {
        top: 92px;
        right: 212px;
    }

    .slider_img2 {
        right: 18px;
    }

    .slider_img1 img {
        width: 124px;
        filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
    }

    .slider_img2 img {
        width: 347px;
        filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
    }

    .swiper_wrapper .slider-caption p {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media (min-width: 412px) {
    .slider_img2 {
        right: 30px;
    }
}

@media (min-width: 414px) {

    .slider_img1 {
        top: 132px;
        right: 145px;
    }

    .slider_img2 {
        right: 26px;
        top: 60px;
    }

    .slider_img1 img {
        width: 145px;
        filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
    }

    .slider_img2 img {
        width: 374px;
        filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
    }

    .slider-caption h2 {
        font-size: 2.2rem;
    }

    .swiper_wrapper .slider-caption p {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media (min-width: 540px) {

    .slider_img1 {
        position: absolute;
        top: 108px;
        right: 362px;
        z-index: 2;
    }

        .slider_img1 img {
            width: 100px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider_img2 {
        position: absolute;
        top: 26px;
        right: 80px;
        z-index: 1;
    }

        .slider_img2 img {
            width: 350px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .swiper_wrapper .slider-caption h2 {
        font-size: 4.7rem;
    }

    .swiper_wrapper .slider-caption p {
        font-size: 16px;
        line-height: 1.2;
    }

    .slider-caption h2 {
        font-size: 4.7rem;
    }
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #logo img {
        height: 50px !important;
    }

    .dvc_pc {
        top: 32px
    }

    .dvc_lab {
        top: 20px
    }

    .dvcs {
        padding-bottom: 10px;
    }

    .product2 h4 {
        font-size: 16px;
    }

    .slider-inner {
        background: none;
    }

    .container-md,
    .container-sm,
    .container {
        max-width: 700px;
    }


    .slider_img1 {
        position: absolute;
        top: 154px;
        right: 372px;
        z-index: 2;
    }

        .slider_img1 img {
            width: 190px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider_img2 {
        position: absolute;
        top: 26px;
        right: 45px;
        z-index: 1;
    }

        .slider_img2 img {
            width: 580px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .swiper_wrapper .slider-caption h2 {
        font-size: 4.7rem;
    }

    .swiper_wrapper .slider-caption p {
        font-size: 18px;
        line-height: 1.7;
    }

    .slider-caption h2 {
        font-size: 4.7rem;
    }

    .max-w-xs-70 img {
        max-width: 100%;
    }

    #posts .entry-image {
        height: 100px;
    }

    .card1 {
        top: 40px;
    }

    .card2 {
        top: 80px;
    }

    .dvc_cards {
        top: 16px;
        right: 127px;
        left: unset;
    }
}

@media (min-width: 820px) {
    .slider_img1 {
        position: absolute;
        top: 220px;
        right: 368px;
        z-index: 2;
    }

    .slider_img2 {
        position: absolute;
        top: 100px;
        right: 45px;
        z-index: 1;
    }

    #posts .entry-image {
        height: 150px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 900px;
    }

    #posts .entry-image {
        height: 200px;
    }
}


@media (min-width: 1024px) {

    .slider_img1 {
        position: absolute;
        top: 322px;
        right: 360px;
        z-index: 2;
    }

        .slider_img1 img {
            width: 175px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider_img2 {
        position: absolute;
        top: 249px;
        right: -28px;
        z-index: 1;
    }

        .slider_img2 img {
            width: 520px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider-caption a {
        text-align: center;
        display: inline-block;
        margin: 0 auto;
    }

    /*  .one-page-arrow {
        bottom: 70px;
    }
*/
    .swiper_wrapper .slider-caption h2 {
        font-size: 4.8rem;
    }

    .swiper_wrapper .slider-caption p {
        font-size: 18px;
        line-height: 1.4;
    }
}

@media (min-width: 1180px) {
    /*  .one-page-arrow {
        bottom: 85px;
    }*/
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1280px) {

    .slider_img1 {
        position: absolute;
        top: 280px;
        right: 412px;
        left: unset;
        z-index: 2;
    }

        .slider_img1 img {
            width: 180px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .slider_img2 {
        position: absolute;
        top: 148px;
        right: -90px;
        left: unset;
        z-index: 1;
    }

        .slider_img2 img {
            width: 600px;
            filter: drop-shadow(-11px 9px 12px rgba(0, 0, 0, 0.14));
        }

    .dvc_cards {
        top: 40px;
    }
}


@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

.pagination li {
    list-style-type: none !important;
}


/*.slider-inner {
    background: url(../images/cloud_bg.png);
    background-size: cover;
}*/



@media screen and (min-width: 414px) and (max-width: 896px) and (orientation:landscape) {
    #slider {
        min-height: 1183px !important;
    }

    /*  .one-page-arrow {
        display: none;
    }*/
}

@media screen and (min-width: 390px) and (max-width: 844px) and (orientation:landscape) {
    #slider {
        min-height: 1155px !important;
    }

    /*  .one-page-arrow {
        display: none;
    }*/
}

@media screen and (min-width: 375px) and (max-width: 667px) and (orientation:landscape) {
    #slider {
        min-height: 920px !important;
    }

    /* .one-page-arrow {
        display: none;
    }*/
}

.swiper_wrapper .slider-caption h2 {
    font-weight: 900;
}

.swiper_wrapper .slider-caption p {
    color: rgba(255,255,255,0.6);
}

.one-page-arrow {
    bottom: 2rem;
}

.hero-glow {
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(192, 57, 43, 0.18) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero-grid {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
}

.button {
    text-transform: none !important;
}

#slider .button-primary:hover {
    background-color: #b32a1c;
    color: #FFF;
    text-shadow: none;
}

#slider .button.button-border {
    border: 2px solid #857675;
    background-color: #402928;
    color: #ffffff;
    text-shadow: none;
}

#slider .button-border:hover {
    background-color: #3d2f2f;
    color: #FFF;
    border-color: #3d2f2f !important;
    text-shadow: none;
}

.cbk-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(192,57,43,0.08);
    border: 0.5px solid rgba(192,57,43,0.25);
    border-radius: 100px;
    padding: 6px 14px;
    margin-bottom: 16px;
}

.cbk-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bs-primary);
    flex-shrink: 0;
}

.cbk-badge span {
    font-size: 12px;
    font-weight: 500;
    color: var(--bs-primary);
    letter-spacing: 0.02em;
}

.bigFont {
    font-family: 'Syne', sans-serif;
}

.normalFont {
    font-family: 'DM Sans', sans-serif;
}

.card_light {
    background-color: #F7F6F4;
    border-radius: 1.3rem !important;
    width: 100%;
    transition: all 0.3s ease;
}

    .card_light:hover {
        background-color: #f5f5f5;
        border-color: #222222 !important;
        transform: translateY(-5px);
    }

        .card_light:hover .imgDiv {
            background-color: #f9f9f9;
        }

    .card_light .imgDiv {
        background-color: #EFEFED;
        padding: 16px;
        width: 100%;
        text-align: center;
        margin-bottom: 1.5rem;
        border-radius: 1.3rem !important;
        transition: all 0.3s ease;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

        .card_light .imgDiv img {
            height: 36px;
        }

    .card_light h5 {
        font-size: 1.4rem;
    }

    .card_light p {
        color: #535353;
        font-size: 14px !important;
    }

.bg-dark {
    background-color: #111111 !important;
}

    .bg-dark h1 {
        color: #fff !important;
    }

    .bg-dark .text-gray {
        color: #ACACAC !important;
    }

.card_dark {
    background-color: #1A1A1A;
    border-radius: 0;
    transition: all 0.3s ease;
    padding: 3rem;
    height: 100%;
    width: 100%;
}

.cols_h_100 .row.g-0 > a.col-lg-3:first-child .card_dark {
    border-top-left-radius: 1.3rem;
    border-bottom-left-radius: 1.3rem;
}


.cols_h_100 .row.g-0 > a.col-lg-3:last-child .card_dark {
    border-top-right-radius: 1.3rem;
    border-bottom-right-radius: 1.3rem;
}

@media (max-width: 768px) {

    .cols_h_100 .row.g-0 > a.col-lg-3 .card_dark {
        border-radius: 0;
    }

    .cols_h_100 .row.g-0 > a.col-lg-3:first-child .card_dark {
        border-top-left-radius: 1.3rem;
        border-top-right-radius: 1.3rem;
        border-bottom-left-radius: 0;
    }

    .cols_h_100 .row.g-0 > a.col-lg-3:last-child .card_dark {
        border-bottom-left-radius: 1.3rem;
        border-bottom-right-radius: 1.3rem;
    }
}

.card_dark:hover {
    background-color: #222222;
}

.card_dark img {
    height: 45px;
    width: 45px;
}

.card_dark h4 {
    color: #ffffff !important;
    margin: 1.5rem 0;
}

.card_dark p {
    margin-bottom: 0;
}

.cols_h_100 .row.g-0 > a.col-lg-3 {
    display: flex;
}


.card_dark_opacity {
    background: rgba(48, 48, 48, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    transition: all 0.3s ease;
    padding: 1.4rem;
    height: 100%;
    width: 100%;
}

    .card_dark_opacity:hover {
        background-color: #222222;
        transform: translateY(-5px);
    }

    .card_dark_opacity img {
        height: 45px;
        width: 45px;
    }

    .card_dark_opacity h4 {
        color: #ffffff !important;
    }

    .card_dark_opacity p {
        margin-bottom: 0;
    }

.bg_dark_with_e_shape {
    background: url(../images/eShapeWaterMarkBg.png) top right #111111 no-repeat;
}

    .bg_dark_with_e_shape h1 {
        color: #fff !important;
    }

    .bg_dark_with_e_shape .text-gray {
        color: #ACACAC !important;
    }

#footer.dark {
    background-color: #111111 !important;
    color: #c1c1c1 !important;
}

    #footer.dark h4 {
        color: #ffffff !important;
    }

    #footer.dark a {
        color: #CFCFCF !important;
    }

        #footer.dark a:hover {
            color: #ffffff !important;
        }

    #footer.dark ul li::before {
        color: var(--bs-primary) !important;
    }

.mobile_app_icon {
    background: #212121;
    border: 1px solid #414141;
    border-radius: 24px;
}

#footer.dark #copyrights {
    border-top: solid 1px #363636;
}

#footer.dark .si-share {
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
}

#footer.dark .form-control {
    color: #ffffff;
    background-color: #1D1D1D;
    border: 1px solid #414141;
}

#footer.dark .input-group-text {
    color: #f3f3f3;
    background-color: #4c4c4c;
    border: 1px solid #414141;
}

@media (max-width: 576px) {
    #footer.dark .widget_links li {
        border-bottom: solid 1px #232323;
    }
}

.text-gray {
    font-size: 14px;
}

.lh-sm {
    line-height: 1.5 !important;
}
