@font-face {
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Bold.eot');
    src: url('../fonts/Cairo-Bold.otf') format('embedded-opentype'), url('../fonts/Cairo-Bold.woff') format('woff'), url('../fonts/Cairo-Bold.woff2') format('woff2'), url('../fonts/Cairo-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


/* arabic */

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/tajawal/Iurf6YBj_oCad4k1l8KiHrRpiYlJ.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}


/* latin */

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/tajawal/Iurf6YBj_oCad4k1l8KiHrFpiQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* arabic */

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/tajawal/Iurf6YBj_oCad4k1l4qkHrRpiYlJ.woff2) format('woff2');
    unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}


/* latin */

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/tajawal/Iurf6YBj_oCad4k1l4qkHrFpiQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* scroll style  */

::-webkit-scrollbar {
    width: 7px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
}

body {
    font-family: 'Tajawal', sans-serif;
    text-align: justify;
    direction: ltr;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.site-button,
.site-button-secondry {
    font-family: 'Tajawal', sans-serif;
}
body {
    background: #010B2A !important;
}
.page-wraper {
    background: unset;
}
.text-revers {
    text-align: right;
}

.site-button:active,
.site-button:hover,
.site-button:focus,
.active>.site-button {
    background-color: #060606;
}

a:active,
a:hover {
    color: #EE3131;
}

.about-us .dlab-tabs .nav-tabs li a.active {
    background: #EE3131;
}

.video-box .video-play .video {
    left: auto;
    right: 50%;
}

.logo-footer {
    /* background: #fff; */
    width: 100%;
    height: auto;
}

.logo-footer img {
    max-width: 100%;
    width: 100%;
    padding: 13px;
    height: auto;
    /* filter: brightness(100); */
}

.service-head {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.service-head:hover {
    background: #d2ad32 !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.date-style-3 .dlab-post-info {
    position: relative;
    border: 1px solid #c1c1c1;
    padding: 20px 10px;
    background: white;
}

.service-head {
    margin-bottom: 10px;
    margin-top: 0;
}

.car-search-box label {
    margin-top: 15px;
    color: #d2ad32;
}

.site-button:hover,
.site-button:focus {
    background-color: #d2ad32;
}

.overlay-primary-dark:after {
    background-color: #2a2a2a;
}

.whatsup {
    background: #60c959;
}

.dlab-tabs.bg-tabs .nav-tabs>li>a.active,
.nav-tabs .nav-link.active {
    border-bottom: 1px solid transparent;
    color: #fff;
    background-color: #EE3131;
}

.title-small {
    color: #EE3131;
}

.bg-red {
    background-color: #EE3131;
}

.breadcrumb-row {
    background: #000000a1 none repeat scroll 0 0;
    /* border-bottom: 2px solid rgba(0, 0, 0, .05); */
    padding: 20px 0;
    position: absolute;
    top: 235px;
    right: 0;
    width: 100%;
    z-index: 99;
}

.breadcrumb-row ul li:last-child,
.breadcrumb-row ul li {
    color: #d1d1d1;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

.car .dlab-thum-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5e3e3;
    padding-bottom: 75%;
    height: 0;
    position: relative;
    cursor: pointer;
}

.car .dlab-thum-bx>* {
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
}

.car .dlab-media {
    background-color: #fff;
    min-width: 149px;
    max-width: 149px;
    position: relative;
    height: 88px;
    overflow: hidden;
    margin: 0 calc(15px / 2);
    cursor: pointer;
    border-radius: 10px;
    box-sizing: border-box;
    border: solid 4px transparent;
}

.car .dlab-media>* {
    pointer-events: none;
    position: absolute;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    right: 0;
    transition: .7s;
}

.car .product-item-color .btn {
    opacity: 1;
}

.carDetailesCC {
    display: flex;
    flex-wrap: wrap;
}

.carDetailesCC>div {
    display: flex;
    max-width: calc(100% / 4);
    min-width: calc(100% / 4);
    margin-bottom: 25px;
    color: #484848;
    font-size: 14px;
    align-items: center;
}

.carDetailesCC>div>img {
    width: 24px;
}

.carDetailesCC>div>label {
    margin: 0 10px;
    font-weight: 500;
}

.carDetailesCC>div>strong {
    font-weight: 700;
}

.car .owl-btn-center-lr .owl-nav .owl-next,
.car .owl-btn-center-lr .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: -25px;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.offer {
    font-size: 16px;
    line-height: 24px;
    text-align: end;
    position: relative;
    text-decoration: line-through;
}

.text-red {
    color: #EE3131;
}

.owl-carousel .owl-item .dlab-post-media img {
    height: 240px;
}

.owl-carousel .ow-client-logo img {
    height: 80px;
    max-height: 100%;
}

footer .widget_getintuch i {
    top: -5px;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    color: #d2ad32;
}

.dlab-social-icon li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 18px;
    line-height: 30px;
    padding: 0px;
    border: unset !important;
}


/* ------------------------
  Row Eq Height
------------------------*/

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row-eq-height>[class*='col-']>div {
    height: 100%;
}


/* selct2 */

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    /* height: 28px; */
    user-select: none;
    -webkit-user-select: none;
    font-size: 16px;
    color: #444;
    height: 45px;
    border-radius: 4px;
    padding: 10px 16px;
}

.select2-container--default[dir="ltr"] .select2-selection--single .select2-selection__arrow {
    left: auto;
    font-size: 14px;
    position: absolute;
    margin-top: -2px;
    vertical-align: middle;
    right: 12px;
    top: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #444 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #444 transparent;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px solid #8d8d8d;
    background: #fff !important;
    color: #333333;
    outline: unset;
}

.filterAccData {
    position: relative;
}

.filterAccData .radioIotionContainer>label {
    color: #3f5776;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 35px;
}

.filterAccData .radioIotionContainer>label.labelReplacment {
    position: absolute;
    background-color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin: 0;
    border: solid 1px #cdd1d4;
    box-sizing: border-box;
}

.filterAccData .radioIotionContainer>label.labelReplacment {
    right: 0;
}

.filterAccData .radioIotionContainer>input[type=radio].isselectedRadio+label.labelReplacment {
    background-color: unset;
}

.filterAccData .radioIotionContainer>input[type=radio]+label:before {
    position: absolute;
    top: 3px;
    left: 3px;
    transition: all linear .1s;
    width: 16px;
}

.filterAccData .radioIotionContainer>input[type=radio].isselectedRadio+label.labelReplacment:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 12px / 2);
    left: calc(50% - 12px / 2);
    background-color: #fff;
    border-radius: 100%;
}

.bg-serchform {
    background: #000;
    padding: 30px 0;
}

.theme-btn.bt-support-now {
    background: -moz-linear-gradient(45deg, #00bfff 8%, #22252a 100%);
    background: -webkit-linear-gradient(45deg, #00bfff 8%, #22252a 100%);
    /* background: linear-gradient(45deg, #00bfff 8%, #22252a 100%); */
    background: linear-gradient(45deg, #00bfff 8%, #22252a 100%);
}

.theme-btn.bt-buy-now {
    background: #00bfff;
    background: -moz-linear-gradient(top, #00bfff 8%, #22252a 100%);
    background: -webkit-linear-gradient(top, #00bfff 8%, #22252a 100%);
    /* background: linear-gradient(to bottom, #00bfff 8%, #22252a 100%); */
    background: linear-gradient(to bottom, #00bfff 8%, #22252a 100%);
}

.header-curve .logo-header img {
    filter: brightness(1000);
}

.is-fixed.header-curve .logo-header img {
    filter: unset;
}

.filterAccData .radioIotionContainer>input[type=radio]:checked+label {
    background-color: #ffffff;
}

.filterAccData .radioIotionContainer>input[type=radio]:checked+label:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 12px / 2);
    left: calc(50% - 12px / 2);
    background-color: #e62f2f;
    border-radius: 100%;
}

.filterAccData .radioIotionContainer>input[type=radio]:checked+label:before {
    border-color: #fff;
    border-width: 5px;
}

.pricingtable-wrapper.full-table .pricingtable-features li {
    float: left;
}

.sale2 {
    position: absolute;
    left: 0;
    right: auto;
    top: 10px;
    z-index: 2;
}

.row-eq-height>[class*='col-']>div {
    height: 100%;
}


.dlab-post-media img {
    width: 100%;
    height: 350px;
    max-height: 350px;
}

.text-right {
    text-align: left !important;
}

.date-style-3 .post-date,
.font-style-8 h1,
.font-style-8 h2,
.font-style-8 h3,
.font-style-8 h4,
.font-style-8 h5,
.font-style-8 h6 {
    font-family: inherit;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ca9f0f;
    border-color: #ca9f0f;
}

.pull-left {
    float: right;
}

.blog-post {
    direction: ltr;
}

.theme-btn {
    left: auto;
    right: 10px;
}

.post-author {
    /* text-align: left; */
    text-align: center;
    font-size: 14px;
}

#sync1 .owl-nav {
    display: none
}

.dlab-accordion.rounded.space .panel .acod-head a.collapsed i {
    padding: 0 5px;
}

.icon-bx-wraper.bx-style-2 .icon-content i {
    float: left;
    padding: 2px 8px;
}

@media only screen and (max-width: 1024px) {
    .carDetailesCC>div {
        max-width: calc(100% / 2);
        min-width: calc(100% / 2);
    }
    .car .dlab-media {
        min-width: 77px;
        max-width: 100px;
        position: relative;
        height: 60px;
        overflow: hidden;
        margin: 0 calc(15px / 2);
        cursor: pointer;
        border-radius: 10px;
        box-sizing: border-box;
        border: solid 4px transparent;
    }
    .car .dlab-media>* {
        height: auto;
    }
}

.acod-head a:after {
    font-family: FontAwesome;
    /* content: "\f068"; */
    content: "\f106";
    float: right;
    color: #ee3131;
    font-size: 20px;    
    font-weight: 1000;
    position: absolute;
    right: 12px;
    top: 12px
}

.acod-head a.collapsed:after {    
    content: "\f107";  
    font-weight: 1000;  
}
.scroltop.style5:after {    
    content: "UP";
}

/* new */

.header-nav .nav>li.active>a {
    filter: drop-shadow(0 0 3px rgba(0, 155, 223, 0.9)) brightness(1.5);
    transition: background-color 0.3s;

}
.header-nav .nav>li .sub-menu li a {
  
    transition: all 0.6s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.header-style-6.style-1 .header-nav .nav>li>a{
    padding: 10px 24px;
}
.header-style-6.style-1 .header-nav .nav>li:first-child>a{
    margin-left: 16px;
}
.header-style-6.style-1 .header-nav .nav>li>a:after {
    background-color: #ababab;
}
.nav-dark.header-nav .nav>li .mega-menu>li ul a, .nav-dark.header-nav .nav>li .mega-menu>li>a, .nav-dark.header-nav .nav>li .sub-menu li a {
    color: #fff;
}
.header-nav .nav>li .sub-menu li a:hover {
    filter: drop-shadow(0 0 3px rgba(0,155,223, 0.9)) brightness(1.5);
    transition: background-color 0.3s;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.bg-secondry {
    background-color: #ffffff;
}

.line {
    width: auto;
    height: 20px;
    flex-grow: 1;
    direction: ltr;
    border-bottom: 4px solid rgb(255, 255, 255);
    margin-top: 5px;
}

.card-top {
    display: flex;
    flex-wrap: wrap;
}
.card {
    border: unset;

}
.card-top .card {
    padding: 1.25em 1.25em;
    width: 100%;
    max-width: 33%;
    height: 100%;
    place-items: center;
    align-items: center;
    text-align: center;
    margin: 15px auto;
    background: unset;
}

.my-vertical-line {
    width: 2px;
    height: 280px;
    background-color: #ffffff;
    margin-top: 99px;
    margin-bottom: 1px;
    border-top-width: 1px;
}

.card-top .card p {
    color: #ffffff;
    font-size: 14px;
    text-align: justify;
    margin: 0 auto;
}


.my-button {
    --shadow-opacity: 0.39;
    font-weight: 300;
    margin-top: 15px;
    z-index: 1;
    padding: 6px 25px;
    border-radius: 15px;
    background-color: #ffffff;
    border: 1px solid #0d006c;
    color: #000000;
    box-shadow: 0 0 13px #00bfff;
    filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, var(--shadow-opacity)));
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.my-button:hover {
    background-color: #00bfff;
    
    color: #ffffff;
   
    border: 1px solid rgba(255, 255, 255, 0.048);
}

.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    font-size: 15px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 15px !important;
}
.section-head p ,p,.post-title a{
    color: #ffffff;
}
.bg-primary{
    background-color: #00bfff !important;
    /* box-shadow: 0px 0px 6px 6px rgba(0,155,223,0.4), 0px 0px 12px 3px rgba(0,155,223,0.4), 0px 0px 14px 0px rgba(0,155,223,0.4); */
    box-shadow: 0px 0px 7px 2px rgb(255 255 255 / 40%), 0px 0px 5px 4px rgb(255 255 255 / 40%), 0px 0px 0px 1px rgb(255 255 255 / 40%);
}
.header-nav .nav>li .sub-menu li a img{
    max-height: 40px;
}
.video-box .video-play .video{
    color: #010B2A;
}
.video-box .video-play .video:hover {
    color: #00bfff;
}
.car-services .icon-bx-wraper {
    background-color: #010B2A;
}
.icon-bx-wraper.bx-style-2.left [class*=icon-bx-] {
    border: 2px solid #fff;
}

.service-style1 {
    margin-top: 0;
}
.service-style1 .icon-bx-wraper {
    position: relative;
    background-color: #010B2A;
    transition: all .5s;
    /* border: 1px solid #fff; */
}
.ow-client-logo {
    background-color: unset;
}
.service-style1 .dlab-tilte {
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 10px;
}
footer, footer b, footer p, footer strong {
    color: #ffffff;
}
body {
    /* overflow-x: hidden;
    height: 100vh; */
    margin: 0;
    padding: 0;
    font-size: 14px;
    /* overflow-y: scroll; */
}

/* Ø­Ø¯ÙˆØ¯ Ø§Ù„Ø®Ù„ÙÙŠÙ‡ */
:root {
    --color-bg1: rgb(0, 23, 85);  /* ØªØ¹Ø±ÙŠÙ Ù„ÙˆÙ† Ø§Ù„Ø®Ù„ÙÙŠØ© Ø§Ù„Ø£ÙˆÙ„ */
    /* ØªØ¹Ø±ÙŠÙ Ù„ÙˆÙ† Ø§Ù„Ø®Ù„ÙÙŠØ© Ø§Ù„Ø«Ø§Ù†ÙŠ */
    --color3: 1, 61, 161; /* ØªØ¹Ø±ÙŠÙ Ù…ØªØºÙŠØ±Ø§Øª Ø§Ù„Ø£Ù„ÙˆØ§Ù† */
    --color2: 2, 51, 134;
    --color3: 2, 46, 119;
    --color4: 1, 61, 161;
    --color-interactive: 0 , 80, 211; /* ØªØ¹Ø±ÙŠÙ Ù„ÙˆÙ† ØªÙØ§Ø¹Ù„ÙŠ */
    --circle-size: 80%; /* ØªØ¹Ø±ÙŠÙ Ø­Ø¬Ù… Ø¹Ù†ØµØ± Ø§Ù„Ø¯Ø§Ø¦Ø±Ø© */
    --blending: smooth;/* ØªØ¹Ø±ÙŠÙ ÙˆØ¶Ø¹ Ø§Ù„Ø¯Ù…Ø¬ */
    --shadow-opacity: 0.39;
    --white: #ffffff;
    --blur: 10px;
    }
    .gradient-bg {

    max-height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background-color: rgb(1, 11, 41);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    top: 0;
    left: 0;
    }
    
    .gradient-bg svg {
    display: none;
    }
    
    .gradient-bg .gradients-container {
    filter: url(#goo) blur(150px);
    width: 100%;
    height: 100%;
    }
    
    .gradient-bg .g1 {
    position: absolute;
    background: radial-gradient(circle at Right, rgba(var(--color1), 1) 0, rgba(var(--color1), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2);
    Right: calc(50% - var(--circle-size) / 2);
    transform-origin: Right Right;
    animation: moveVertical 5s ease infinite;
    opacity: 2;
    --blur: 10px;
    }
    
    
    
    
    .gradient-bg .g2 {
    position: absolute;
    background: radial-gradient(circle at Right, rgba(var(--color2), 0.8) 0, rgba(var(--color2), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2);
    Right: calc(50% - var(--circle-size) / 2);
    transform-origin: calc(50% - 400px);
    animation: moveInCircle 8s reverse infinite;
    opacity: 1;
    --blur: 10px;
    }
    
    .gradient-bg .g3 {
    position: absolute;
    background: radial-gradient(circle at Right, rgba(var(--color3), 0.8) 0, rgba(var(--color3), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2 + 200px);
    Right: calc(50% - var(--circle-size) / 2 - 500px);
    transform-origin: calc(50% + 400px);
    animation: moveInCircle 11s linear infinite;
    opacity: 1;
    }
    
    .gradient-bg .g4 {
    position: absolute;
    background: radial-gradient(circle at Right, rgba(var(--color4), 0.8) 0, rgba(var(--color4), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: var(--circle-size);
    height: var(--circle-size);
    top: calc(50% - var(--circle-size) / 2);
    Right: calc(50% - var(--circle-size) / 2);
    transform-origin: calc(50% - 200px);
    animation: moveHorizontal 10s ease infinite;
    opacity: 0.7;
    }
    
    .gradient-bg .g5 {
    position: absolute;
    background: radial-gradient(circle at Right, rgba(var(--color5), 0.8) 0, rgba(var(--color5), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: calc(var(--circle-size) * 2);
    height: calc(var(--circle-size) * 2);
    top: calc(50% - var(--circle-size));
    Right: calc(50% - var(--circle-size));
    transform-origin: calc(50% - 800px) calc(50% + 200px);
    animation: moveInCircle 5s ease infinite;
    opacity: 2;
    }
    
    .gradient-bg .interactive {
    position: absolute;
    background: radial-gradient(circle at Right, rgba(var(--color-interactive), 0.8) 0, rgba(var(--color-interactive), 0) 50%) no-repeat;
    mix-blend-mode: var(--blending);
    width: 100%;
    height: 100%;
    top: -50%;
    Right: -50%;
    opacity: 1.7;
    }
  
  /*----------------------------------------------------------------------*/
@keyframes moveInCircle {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
    }
    
    @keyframes moveVertical {
    0% {
      transform: translateY(-50%);
    }
    50% {
      transform: translateY(50%);
    }
    100% {
      transform: translateY(-50%);
    }
    }
    
    @keyframes moveHorizontal {
    0% {
      transform: translateX(-50%) translateY(-10%);
    }
    50% {
      transform: translateX(50%) translateY(10%);
    }
    100% {
      transform: translateX(-50%) translateY(-10%);
    }
    }
    
    @keyframes moveInCircle {
        0% {
          transform: rotate(0deg);
        }
        50% {
          transform: rotate(180deg);
        }
        100% {
          transform: rotate(360deg);
        }
        }
        
        @keyframes moveVertical {
        0% {
          transform: translateY(-50%);
        }
        50% {
          transform: translateY(50%);
        }
        100% {
          transform: translateY(-50%);
        }
        }
        
        @keyframes moveHorizontal {
        0% {
          transform: translateX(-50%) translateY(-10%);
        }
        50% {
          transform: translateX(50%) translateY(10%);
        }
        100% {
          transform: translateX(-50%) translateY(-10%);
        }
        }

@media only screen and (max-width: 767px){
    .card-top .card {
        width: 100%;
        max-width: 100%;

    }
    .my-vertical-line {

        display: none;
    }
    .item.d-flex .w-50{
        width: 100% !important;
    }
    .item.d-flex {
        display: -ms-flexbox!important;
        display: flex!important;
        flex-wrap: wrap;
    }
    .d-flex {
        flex-wrap: wrap;
    }
    .header-style-4 .is-fixed .main-bar {
        background: #fff;
    }
    .header-style-4 .main-bar{
        -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    }
}

@media only screen and (max-width: 991px){
    
    .header-nav .nav>li .mega-menu, .header-nav .nav>li .sub-menu, .header-nav .nav>li ul {
        background: #7c7c7c;
    }
    .header-nav .nav {
        background: #010b2a !important;
    }
    .header-nav .nav>li.active>a, .header-nav .nav>li.current-menu-item>a {
        background-color: #010b2a;
    }
    
}
.header-curve .logo-header:after, .header-curve .logo-header:before {
    height: 100%;
}
.header-style-6 .is-fixed .header-contant-block {
    display: block;
}
.header-style-6 .main-bar {
    background: unset;
}
.navigation-bar {
    background: unset;
}
.header-style-6 .is-fixed .main-bar {
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.footer-line:after{
    display: none;
}
.navbar-expand-lg .navbar-collapse {
    background: #6978b242;
    backdrop-filter: blur(10px);
    width: 100%;
    border: 1.2px solid rgba(255, 255, 255, 0.281);
}
.header-nav .nav>li>a:hover {
    background-color: transparent;
    color: #ffffff;
    filter: drop-shadow(0 0 10px rgba(1, 50, 135, 0.9)) brightness(2.5);
    transition: background-color 0.3s;
}
.extra-nav .extra-cell #search::before {
    content: "\f002";
    font-family: 'FontAwesome';
    font-weight: 600;
    position: absolute;
    right: auto;
    left: 10px;
}
.extra-nav .extra-cell #search::after {
    content: "\f002";
    font-family: 'FontAwesome';
    font-weight: 600;
    position: absolute;
    right: auto;
    left: 10px;
}
.header-style-6.style-1 .extra-nav {

    background: #6978b242;
}
.nav-dark.header-nav .nav>li .mega-menu, .nav-dark.header-nav .nav>li .sub-menu {
    background-color: #2d323900;
    border: 1px solid rgba(0, 0, 0, .2);
}
.nav-dark.header-nav .nav>li .sub-menu li a:hover {
    background-color: unset;
}
.header-nav .nav>li:hover>a {
    box-shadow: unset;
}
.header-style-6.style-1 .header-nav .nav>li.active>a:before, .header-style-6.style-1 .header-nav .nav>li:hover>a:before {
    height: 0px;
}
.header-style-6.style-1 .header-nav .nav>li:hover>a:before{
    background-color: #ffffff;
    box-shadow: unset;
}
.header-style-6.style-1 .header-nav .nav>li:first-child>a:after{
    width: 0px;
}
.footer-bottom {
    background-color: #626161;
    padding: 30px 0;
    font-size: 16px;
    background: #6978b242;
    backdrop-filter: blur(10px);
    width: 100%;
}
.page-content {
    margin-top: 0;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}
.footer-top{
    background: unset;
}
.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 30px;
    font-size: 12px;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 0px !important;
}
.form-group {
    margin-bottom: 15px;
}
.header-style-6.style-1 .header-nav .nav>li>* {
    padding: 20px 15px;
}


.header-style-6.style-1 .header-nav .nav>li>*:after {
    background-color: #ababab;
    bottom: 20px;
    content: "";
    height: 20px;
    margin-top: -10px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
}
.header-style-6.style-1 .header-nav .nav>li>*:after {
    background-color: #ababab;
}
.header-nav .nav i {
    font-size: 15px;
}

.gradient-box2 {
    position: relative;
    box-sizing: border-box;
    background: #010b2a;
    background-clip: padding-box;
    /* !importanté */
    border: solid 5px transparent;
    /* !importanté */
    border-radius: 1em;
  }
  .gradient-box2:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -5px;
    /* !importanté */
    border-radius: inherit;
    /* !importanté */
    background: linear-gradient(to right, rgb(21, 146, 223), rgba(203, 247, 255, 0.259));
  }
  .gradient-box {
    position: relative;
    box-sizing: border-box;
    background: #010b2a00;
    background-clip: padding-box;
    border: solid 1px #ffffff1f;
    border-radius: 0em;
    z-index: 1;
}
/* .team-image {
    height: auto;
    max-width: 400px;
    padding: 30px 25px;
    border-radius: 15px;
    /* box-shadow: 0 0 13px #00bfff;
    filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, var(--shadow-opacity)));
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; */
/*} */
.team-image {
    height: 200px;
    width: 400px;
    padding: 7px 25px;
}
.team-image img{
    height: 200px;
    max-width: 400px;
    padding: 7px 25px;
    filter: drop-shadow(0 0 3px rgba(0, 155, 223, 0.9)) brightness(1.5);
}
.bg-white h1,.bg-white h2,.bg-white h3,.bg-white h4,.bg-white h5,.bg-white h6 {
    color: #010b2a;
}
.bg-white .section-head p,.bg-white p, .bg-white .post-title a,
.bg-white .section-head p {

    color: #848484;
}
.subhead{
    border-bottom: 1px solid #010b2a;
}
.bg-white .post-title a:hover  {
    color: #010b2a;
}
.dlab-bnr-inr.overlay-black-middle:after {
    opacity: .1;
}

.dlab-accordion.bg-title .acod-head a {
    background-color: #010b2a;
    color: #ffffff;
}
.carDetailesCC>div {
    color: #d9d9d9;
}
.header-nav .nav>li .sub-menu li:hover>.sub-menu {

    /* background: #6978b28f; */
    background: #00000078.;
    backdrop-filter: blur(9px);
}
.dlab-post-readmore a{
    color: #848484;
}
.dlab-post-readmore a:hover{
    color: #009bdf;
}
.bg-gray h1,.bg-gray  h2,.bg-gray  h3,.bg-gray  h4,.bg-gray  h5,.bg-gray  h6 {
    color: #010b2a;
}
.bg-gray .section-head p,.bg-gray  p,.bg-gray .post-title a {
    color: #787878;
}
.bg-gray .post-title a:hover{
    color:#009bdf;
}

.dlab-post-meta i{
    color:#009bdf;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ee3131;
}

.subtitele{
    color: #6a6a6a !important;
    margin-right: 35px;
    font-size: 18px;
}
.nav-dark.header-nav .nav>li .sub-menu {
    /* background: #6978b242; */
    background: #00000078;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 8px 0px rgba(103,103,103,0.4), 0px 0px 5px 0px rgba(103,103,103,0.4), 0px 0px 2px 0px rgba(103,103,103,0.4);
}
@media only screen and (max-width: 991px){
.boxed .is-fixed .main-bar {
    left: unset;
    width: unset;
    margin: unset;
}
.nav.navbar-nav li a i.fa-angle-right, .nav.navbar-nav li a i.fa-chevron-down, .side-nav .nav.navbar-nav li a i.fa-chevron-down {
    left: 0;
    right: auto;
    background-color: #ffffff;
    border: 1px solid #0d006c;
    color: #000000;
    box-shadow: 0 0 5px #00bfff;
    filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, var(--shadow-opacity)));
}
.nav.navbar-nav li.open a i {
    transform: rotate(180deg);
    background-color: #ffffff;
    border: 1px solid #0d006c;
    color: #000000;
    box-shadow: 0 0 6px #00bfff;
    filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, var(--shadow-opacity)));
}
.header-nav .nav>li .sub-menu li .fa {
    left: 0;
    top: -23px;
    line-height: 40px;
    height: 40px;
    padding: 10px;
    line-height: 22px;
    z-index: 9;
}
.header-nav .nav>li .sub-menu li.open .fa {
    transform: rotate(180deg);
    top: -23px;
    line-height: 22px;
}
.main-bar {
    padding: 0 10px;
}
.mo-left .header-nav.show {
    min-height: 350px;
}
}
.navigation-bar .navbar-nav>li>a {
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
}
.header-style-6.style-1 .header-nav .nav>li>* {
    padding: 10px 15px;
}
.header-style-6.style-1 .header-nav .nav>li .form-control {
    height: 31px;
    font-size: 14px;
    line-height: 14px;
    margin-left: 30px;
}
.header-nav .nav>li .sub-menu li a {
    font-size: 12px;
    padding: 10px 20px;
}
@media only screen and (min-width: 1200px){
.main-slider{
    height: 500px;
}
.rev_slider {
    /* max-height: 500px !important; */
    max-height: 70vh !important;
}
}
.rev_slider {

    backdrop-filter: blur(10px);
    width: 100%;
    border: 1.5px solid rgba(255, 255, 255, 0.281);
}
.section-head p {
    font-size: 14px;
}
.my-button2 {
    --shadow-opacity: 0.39;
    font-weight: 300;
    margin-top: 15px;
    z-index: 1;
    padding: 3px 25px;
    border-radius: 0;
    background-color: gray;
    border: 1px solid #0d006c;
    color: #f6f6f6;
    box-shadow: unset;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.my-button2:hover {
    background-color: #3c3e4e;
    color: #fff;
}
.bg-whatsapp {
    background-color: #00a652;
}
.overlay-icon a i {
    color: #dc3545;
}

.bt-search {
    --shadow-opacity: 0.39;
    font-weight: 300;
    z-index: 1;
    padding: 5px 25px;
    background-color: #ffffff;
    border: 1px solid #0d006c;
    transition: background-color 0.3s, color 0.3s;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.bt-search:hover {
    background-color: #00bfff;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.048);
}
.rev_slider_wrapper {
    width: 100%;
    height: 70vh !important;
}
.logo-header {
    margin-right: 40px;
}
@media only screen and (max-width: 991px){
    .mo-left .header-nav .logo-header img {
        max-width: unset;
        width: 420px;
    }
    .rev_slider_wrapper {
    height: 300px !important;
}
#rev_slider_1077_1_forcefullwidth{
    max-height: 300px;
}
.header-style-6.style-1 .header-nav .nav>li .form-control {
    margin-left: 20px;
}
.header-style-6.style-1 .header-nav .nav>li:first-child>a{
    margin-left: 0px;
}
}
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child{
    border: none !important;
}
.is-fixed .logo-header, .is-fixed.header-curve .logo-header {
    margin-right: 40px;
}
.breadcrumb-row2 {
    background: #000000b3 none repeat scroll 0 0;
    padding: 20px 0;
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    z-index: 99;
}
.acod-head a:hover, .acod-head a.collapsed:hover{
    color: #00bfff;
}
@media only screen and (max-width:1400px) {
    .header-style-6.style-1 .header-nav .nav>li>a {
        padding: 10px 30px;
    }
    .header-style-6.style-1 .header-nav .nav>li .form-control {

        margin-left: 100px;
    }
}
@media only screen and (max-width:1400px) {
    .header-style-6.style-1 .header-nav .nav>li>a {
        padding: 10px 25px;
    }
    .header-style-6.style-1 .header-nav .nav>li .form-control {

        margin-left: 10px;
    }
}
@media only screen and (max-width:1200px) {
    .header-style-6.style-1 .header-nav .nav>li>a {
        padding: 10px 20px;
    }
    .header-style-6.style-1 .header-nav .nav>li .form-control {
      
        margin-left: 65px;
    }
}
@media only screen and (max-width:1024px) {
    .header-style-6.style-1 .header-nav .nav>li>a {
        padding: 10px 9px;
    }
    .header-style-6.style-1 .header-nav .nav>li .form-control {
       
        margin-left: 5px;
    }
}
@media only screen and (mzx-width:992px) {
    .header-style-6.style-1 .header-nav .nav>li>a {
        padding: 10px 9px;
    }
    .header-style-6.style-1 .header-nav .nav>li .form-control {
       
        margin-left: 5px;
    }
}
.dlab-post-meta a {
    white-space: nowrap;
    text-overflow: clip;
    width: calc(20*(1em));
}
.dlab-accordion.border-bottom .acod-head a {
    color: #010b2a;
}

.dlab-separator.style-skew {
    width: 15px;
    height: 0px;
    margin-left: -5px;
    margin-right: 1px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 0;
}

.testimonial-four .dlab-post-meta ul li {
    color: white;
}

.testimonial-four .dlab-post-meta i {
    color: white;
}
.zeus .tp-bullet {
    border: 2px solid #eeeeee85;
    background: #eeeeeea3;
}
.section-head h2 a:hover {
    color: #EE3131;
} 
.download-file ul li a:hover>i, .download-file ul li a:hover>span, .download-file ul li a:hover>text {
    color: #010b2a;
}
.download-file ul li a{
    border-color: #00bfff;
}
.dlab-social-icon li a svg {
    fill: #ffffff !important;
    padding-left: 7px;
}
.blustarticon{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    /* padding: 0 0 0 17px; */
   
        padding: 0px 0px 0 9px;
        font-size: 27px;
    
}
.rev_slider li.tp-revslider-slidesli{
    height: 90% !important;
}
.rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner {

    background: unset !important;
}
.rev_slider {
    border: 0 solid rgba(255, 255, 255, 0.281);
}
.header-contant-block{
    direction: rtl;
    padding: 0;
}
.testimonial-four .item.d-flex {
    /* flex-direction: row-reverse; */
    direction: ltr;
}
.blog-post h4{
    font-size: 15px;
}
.card-top .card img{
    max-height: 90px;
}
.blog-post {
    position: relative;
    /* margin-bottom: 30px; */
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .125rem;
    height: 100% !important;
    transition: all .2s ease;
}
.blog-post:hover {
    box-shadow: 0 8px 16px rgba(12, 24, 30, .2);
}
.site-button-link{
    font-weight: 500;
}
.h-85px {
    max-height: 85px;
}
fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: rgb(192, 192, 192);
    border-image: initial;
}
legend {
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    unicode-bidi: isolate;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    width: auto;
    color: #fff;
    padding: 1px 14px;
}

#alert_notif{
    display: none;
     background-color: #4CAF50;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
     color: #fff;
    background-color: #4CAF50;
}

.alert-error{
     color: #fff;
    background-color: #f44336;
}
.navbar_ .nav > li:hover.sub-menu{
    color: #bb141a;
    background: #ffffff;
}

.dlab-separator.style-skew[class*="style-"]:after, .dlab-separator.style-skew[class*="style-"]:before{
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.4), 0px 0px 3px 0px rgba(255, 255, 255, 0.4), 0px 0px 3px 0px rgba(255, 255, 255, 0.4);
}
.section-head h2 {
    /* width: 100%; */
}
.section-head h2 a div{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
}
