

/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #DA7427;
    --light: #EEF9FF;
    --dark: #091E3E;
    --main: #173862;
    --gray: #d0caaf;
    --red: #992429;
    --gradiant: linear-gradient(94deg, #d32b36 0%, #cd434d 81%, #ce6d74 100%);

}




  @font-face {
    font-family: omar-reg;
    src:local('Custom Font'), url('../fonts/omar-reg.woff')format('woff2');
  }

  @font-face {
    font-family: omar-reg;
    src:local('Custom Font'), url('../fonts/omar-bold.woff')format('woff2');
  }




body {
    font-family: omar-reg;
    transition: all 1s;
    background: linear-gradient(69deg, #061527 16.2%,  #2d4870 76.6%);
}

body a{
    cursor: pointer!important;
}

/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    background-color: #0a3472;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
    font-family: omar-bold;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
    font-family: omar-reg;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
    font-family: omar-reg;
}


/*** Button ***/
.btn {
    font-family: omar-reg;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(9.5px);

    border: 1px solid rgba(255, 255, 255, 0.18);
}

.btn-square:hover {
    color: rgb(185, 185, 185);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(9.5px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}


.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.top-header {
    position: absolute;
    z-index: 999;
    font-size: 14px;
    color:#fff
  }

  .navbar {
    color: #fff!important;
    padding: 24px 0px 0 20px;
}

.navbar a img {
    width: 12.5vw;
    margin-right: 0px;
    margin-top: 16px;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: omar-reg;
    position: relative;
    margin-left: 1.5vw;
    padding: 2vw 0;
    color: #fff!important;
    font-weight: 600;
    outline: none;
   
}
.navbar a{

    color: #fff!important;

}


.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 1.4vw 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.mobile {
    display: none!important;
}


@media (max-width: 765px) {
    .qrcode{
        text-align: -webkit-center; 
        WIDTH: 45%;
    }
}
@media (max-width: 992px) {
   
    .shape3 {
        top: -19px!important;
       
        left: -15px!important;
        height: 100px!important;
        width: 100px!important;
      
    }
    #splash img{

        width:300px!important;
    }
    .ser-mob{
        flex-direction: column-reverse;
    }
    .user_profile {
        margin-top: auto!important; 
       
       
    }
    .navbar a img {
        width: 25.5vw!important;
    }
    .textt {
      
        width: 40%!important;
       text-align: center!important;
        
    }
    .textt p{
        display: none;
    }
    .textt h1 {
        font-size: 9.5vw!important;
        white-space: unset!important;
        margin-top: -200px!important;
    }
    .textt h2 {
        font-size: 5vw!important;
        white-space: unset!important;
       
    }

    .facts .text {
        display: flex!important;
       
        align-items: center!important;
        text-align: center!important;
        flex-direction: column!important;
        width: 55%!important;
    }
    #owl_header .slide-content {
       
        width: 85%!important;
        height: 50vh!important;
       
    }
    .cust-arr {
        display: none;

    }

    .head-btn {
        color: #000 !important;
    }

    .head-btn {
        color: #000 !important;
    }

    .mobile {
        display: block!important;
    }
   
.navbar .mob-logo{
    width: 28vw;
}



    .desktop {
        display: none!important;
    }

    .lang {
        width: fit-content;
        border: 1px solid #ffffff;
         height: auto!important; 
       
    }

   
    .right {
       
        z-index: 999!important;
    }
   
    .details {
       
        height: auto!important;
        text-align: center!important;
        margin-top: 6%!important;
        overflow: hidden;
       
    }
    .product-info {
        padding: 10px!important;
        width: auto!important;
        align-items: center!important;
        text-align: center!important;
        font-size: 19px;
        margin: auto;
    }
    .product-info h3{
      
        font-size: 23px;
       
    }
    .product-info h2{
      
        font-size: 29px;
       
    }
    
    
    
}


.navbar {
   
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}


.navbar-dark .navbar-toggler {
    color: #010101 !important;
    border-color: #080808 !important;
}

@media (max-width: 991.98px) {
    .footer-logo img {
        margin-top: 0;
        margin-left: auto!important;
        margin-right: -15px;
    }
    .btn-main {
        box-shadow: none !important;
        border: none !important;
        color: #d55252 !important;
        margin-left: 0 !important;
        padding-left: 10px !important;
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: #0000007a;
       
        
        width: 100%;
    }
    .navbar {
       
        direction: rtl;
    }
    .navbar {
        padding: 0px 26px 0px 24px;
        position: fixed;
        top: 0;
        z-index: 111111;
        width: 100%;
        /* background: #0000007a; */
        backdrop-filter: blur(9px);
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }

    .projects .owl-nav {
        display: none;
    }
    
.navbar-dark .navbar-toggler {
    color: #fff9f9 !important;
   
}




#about .desc {
    position:unset!important;
    width: 100%!important;
    margin-top: 30px!important;
}





}






@media (max-width: 400px){
    .ven-div1 {
       
       
        margin-left: -4%!important;
       
       
    }
}







@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 91;
        /* transition: all 1s; */
    }

    .sticky-top.navbar-dark {
        position: fixed;
        background: #0000007a;
        backdrop-filter: blur(9px);
        padding: 0 9px 0 20px!important;
       
        height: 64px;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: .2vw;
        bottom: -.1vw;
        left: 50%;
        background: #fff;
       
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}






/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(15 39 68 / 42%);
    z-index: 1;
    height: 100vh;
}

#header-carousel .item img{
    height: 100vh;
}

@media (max-width: 576px) {
    #root {
       
        height: auto!important;
       
    }
    .user-content p {

        height: auto !important;
    }

    .projects .item .img {
        height: auto !important;
    }

    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


.style {
    height: 85vh;
}




/*** Section Title ***/
.section-title1::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    left: 0;
    bottom: 0;
   
   
}

.section-title1.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title1.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title1::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    bottom: 0px;
    border-radius: 50%;
    background: #033c91;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite cubic-bezier(0.4, 0, 1, 1);
}

.section-title1.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title1.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title1.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {
        left: 0;
    }

    50% {
        left: 145px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes section-title-run-center {
    0% {
        left: 50%;
        margin-left: -75px;
    }

    50% {
        left: 50%;
        margin-left: 45px;
    }

    100% {
        left: 50%;
        margin-left: -75px;
    }
}

@-webkit-keyframes section-title-run-sm {
    0% {
        left: 0;
    }

    50% {
        left: 85px;
    }

    100% {
        left: 0;
    }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 20px;
    /* width: 60px; */
    /* height: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: var(--main); */
    /* border-radius: 9px; */
    transform: rotate(-45deg);
    /* overflow: hidden; */
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item .service-icon img {
    object-fit: cover;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
}


.service-item a.btn {
    position: absolute;
    width: 70px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    border-radius: 6px!important;
}
.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


.service-item p {
    height: 95px;
    color: #e7e7e7;
    overflow: hidden;
    font-size: 15px;
}

.service-item h4 {
    font-size: 1.5vw;
    height: 50px;
    overflow: hidden;
    width: 90%;
    color: #ffffff;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
   
}

.carousel-inner::before {
    display: none !important;

}

/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img {
    transition: .5s;
    width: 100%;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);

}

.blog-item {
    cursor: pointer;
    -webkit-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
    -moz-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
    0px 0px 0.5em 0px var(--glow-color);
    box-shadow: inset 0px 0px 0.5em 0px hsl(214.29deg 68.12% 24.82%), 0px 0px 0.5em 0px hsl(215.41deg 41.9% 16.65%);
}

.blog-item a {
    color: #830303;
}

.blog-body a {
    color: #830303;
}  


.blog-item a .fa {
    margin: 10px;
    transform: rotate(180deg);
}

.blog-item .far {
    color: white;
    font-weight: bold;
}

.blog-item .blog-img {
    
    display: flex;
    align-items: center;
}

.page-item a {
    color: white;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #375460;
    border-color: #375460;
}

/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
      
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70vh;
    /* background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover; */
}
.bg-header video {
    position: absolute;
    /* min-width: 100%; */
    /* max-height: 24vh; */
    z-index: 1;
    top: 0;
    max-width: 100%!important;
    left: 0;
    padding: 0 !important;
    margin: 0;
}

.overlay {
    width: 100%;
    padding: 0;
    display: flex;
    height: 70vh;
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: linear-gradient(360deg, rgb(0 29 70 / 40%) 50%, rgb(0 35 86 / 79%) 50%); */
    background-size: 3px 3px;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        background: rgba(255, 255, 255, 0.3);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        backdrop-filter: blur(9.5px);
        -webkit-backdrop-filter: blur(9.5px);

        border: 1px solid rgba(255, 255, 255, 0.18);
        margin-bottom: -75px;
    }
}




/* --------------------------------------------- Projects Style --------------------------------------------- */ 
.projects .section-heading {
    margin-bottom: 80px;
}

.projects .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.projects .item {
    background-size: cover!important;
    /* background: linear-gradient(42deg, #0f2138 39.2%,#29446a 74.6%,#50000099  115% ); */
    background: linear-gradient(218deg, #142f56e6 39.2%,#09244ad9 39.2%),url(../img/map.jpg);
    border-radius: 23px;
    overflow: hidden;
    box-shadow: -1px 1px 1em 0px #00000054;
    margin: 15px 5px;
}

.projects .item .down-content {
   

    border-radius: 0px 0px 23px 23px;
    padding: 30px;
    position: relative;
    height: 150px;
    display: flex;
    flex-direction: column;
    /* font-size: 16px; */
}


.projects .item .down-content h6 {
    color: white;
    font-size: 11px;
    overflow: hidden;

}

.projects .item .down-content p {
    color: white;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
}




.projects .item .img {
    height: 220px;
    padding: auto;
    /* width: 200px; */
    display: flex;
    align-items: center;
    background: #051c368c;
    padding: 0 20px;
}
.projects .item .img::after {
    content: "";
    border-radius: 50%;
    width: 90px;
    height: 90px;
    position: absolute;
    border: 3px solid #225d8fc2;
    z-index: -1;
    top: 49%;
    left: -4%;
}
.projects .item .img img {
    display: block;
    width: 100%;
    padding: 10px;
    background: rgb(5 28 54 / 43%);
    box-shadow: inset -1px 1px 11px 2px rgb(217 217 217 / 36%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(9.5px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.owl-product-main .item .img {
    height: 130px;
}

.project-products .item .img {
    height: 130px;
}
.owl-product-main .item h6 {
    color: white;
    /* margin: 73px; */
    overflow: hidden;

}

.owl-product-main .item  p {
    color: white;
    font-size: 12px;
    margin-top: 10px;
    overflow: hidden;
}

.projects .item  h4 {
    font-size: 16px;
    color: #2a2a2a;
    line-height: 30px;
    width: 75%;
    height: 90px;
    overflow: hidden;
}

.projects .item .down-content a {
    width: 46px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    position: absolute;
    right: 23px;
    top: 26%;
    color: #cd434d;
    transform: translateY(-23px);
}

.projects .owl-nav {
    position: absolute;
    max-width: 1320px;
    top: -112px;
    right: 16%;
    text-align: right;
}

.projects .owl-nav .owl-prev span,
.projects .owl-nav .owl-next span {
    width: 46px;
    height: 46px;
    line-height: 42px;
    font-size: 24px;
    display: inline-block;
    color: #fff;
    background-color: #cf424d;
    border-radius: 50%;
    opacity: 0.5;
    transition: all .3s;
}

.projects .owl-nav .owl-next span {
    margin-left: 15px;
}

.projects .owl-nav .owl-prev span:hover,
.projects .owl-nav .owl-next span:hover {
    opacity: 1;
}





.owl-services .item  h6 {
    color: white;
    /* margin: 73px; */
    overflow: hidden;

}

.owl-services .item  p {
    color: white;
    font-size: 12px;
    margin-top: 10px;
    overflow: hidden;
}



.owl-features .item  h6 {
    color: white;
    /* margin: 73px; */
    overflow: hidden;
    font-size: 13px;
}

.owl-features .item  p {
    color: #c3c3c3;
    font-size: 11px;
    margin-top: 10px;
    overflow: hidden;
}





.vendor-contact img {
    margin: 10px 0;
   
}

.vendor-about {
   
    border-radius: 20px;
}

.vendor-about img {
    margin: 10px 0;
   
}
.vendor-about .ratings img {
    text-align: -webkit-center!important;
    width: 83px!important;
    height: 39px!important;
}
/* 
---------------------------------------------
Infos Style
--------------------------------------------- 
*/

.infos {
    background-image: url(../images/infos-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 0px;
    margin-top: 120px;
}

.infos .main-content {
    overflow: hidden;
    background-color: #fff;
    border-radius: 23px;
}

.infos .main-content .left-image {
    background-image: url(../images/left-infos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.infos .main-content .left-image img {
    display: none;
}

.infos .main-content .section-heading {
    padding: 60px 60px 30px 60px;
}

.infos .main-content .skills {
    padding: 0px 60px;
}

.infos .main-content .skill-slide {
    position: relative;
    width: 100%;
    background-color: #f9ebff;
    height: 10px;
    border-radius: 5px;
    margin-bottom: 60px;
}

.infos .main-content .skill-slide .fill {
    height: 10px;
    background-color: #5b03e4;
    border-radius: 5px;
}

.infos .main-content .skill-slide h6 {
    position: absolute;
    color: #5b03e4;
    font-size: 15px;
    left: 0;
    top: -25px;
}

.infos .main-content .skill-slide span {
    position: absolute;
    color: #5b03e4;
    font-size: 15px;
    font-weight: 700;
    top: -25px;
}

.infos .main-content .marketing .fill {
    width: 90%;
}

.infos .main-content .digital .fill {
    width: 80%;
}

.infos .main-content .media .fill {
    width: 95%;
}

.infos .main-content .marketing span {
    right: 10%;
}

.infos .main-content .digital span {
    right: 20%;
}

.infos .main-content .media span {
    right: 5%;
}

.infos .main-content p.more-info {
    margin-top: -15px;
    padding: 0px 60px 60px 60px;
}

.projects {
    overflow: hidden;
}




.footer-about a {
    margin: 0;
}



.footer-about a img {

    width: 300px;

}

.gradiant {
    border-radius: 20px;
    /* -webkit-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
  0px 0px 0.5em 0px var(--glow-color); */
    -moz-box-shadow: inset 0px 0px 0.5em 0px var(--glow-color),
  0px 0px 0.5em 0px var(--glow-color);
    box-shadow: -1px 1px 4em 0px #0000006b;
    animation: border-flicker 2s linear infinite;
}

.grad {
    background: rgba(255, 255, 255, 0.445);
    box-shadow: inset -1px 1px 11px 2px rgb(217 217 217 / 36%);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9.5px);
    border-radius: 10px;
    
}
.grad2 {
    background: rgba(177, 177, 177, 0.445);
    box-shadow: inset -1px 1px 11px 2px rgb(217 217 217 / 36%);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9.5px);
    border-radius: 10px;
    
}

.gradiant2 {
    background: rgb(0 0 0 / 41%);
    box-shadow: 1px 5px 10px 2px rgb(126 126 126);
    /* backdrop-filter: blur(4px); */
    -webkit-backdrop-filter: blur(9.5px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.gradiant3 {
    background: rgba(255, 255, 255, 0.3);
   
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(9.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.grad-item {
    box-shadow: inset 2px 0px 2px 0px white;
    background: rgba(116, 115, 115, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.bg-light {
    background-color: #eef9ffd4 !important;
}

.red {
    color: var(--red) !important;
}


.btn-main{
    
    color: white;
    border-radius: 15px;
}

.btn-main:hover {
    background: none;
   
    border: 1px solid rgb(255, 255, 255);
    color: white;
}


.float-btn {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: inset -1px 1px 11px 2px rgb(217 217 217 / 36%);
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(9.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: black;
}

.footer {
    background: var(--main);
}


.footer p {
    font-size: 15px;
}

.footer a {
    font-size: 15px;
}

.footer-end {
    background: #15345a;
}

.foot-btn {
    color: white;
    background: #15345a;
    border: 1vw solid #15345a;
}

.foot-btn:hover {
    color: white;
    background: #15345a;
    border: 1vw solid #15345a;
}

.main-text {
    color: #ffffff;
    font-size: 28px;
}

.gray-text {
    color: #919495 !important
}

.contact-form {
    border-radius: 20px !important;
    /* background: #00112a; */
    border-right: hsl(0deg 0% 0%);
    -webkit-box-shadow: 0px 0px 0.5em 0px hsl(0deg 0% 93.7%), 0px 0px 0.5em 0px hsl(0deg 0% 45.67%);;
    -moz-box-shadow: 0px 0px 0.5em 0px hsl(0deg 0% 93.7%), 0px 0px 0.5em 0px hsl(0deg 0% 45.67%);;
    box-shadow: 0px 0px 0.5em 0px hsl(0deg 0% 93.7%), 0px 0px 0.5em 0px hsl(0deg 0% 45.67%);
}


.contact-form input, select, textarea {
    background: #cdcdcd!important;
    border-radius: 10px!important;
}

.contact-page input,
select,
textarea {
    background: #cdcdcd!important;
    border-radius: 10px!important;
    
}


.contact-btn {
    color: rgb(8, 8, 8);
    background: rgba(255, 255, 255, 0.3);
   
   
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-btn:hover{
   
    background: rgba(255, 255, 255, 0.18);
   
}
.phone-icon {
    color: black;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: inset -1px 1px 11px 2px rgb(217 217 217 / 36%);
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(9.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.about-btn {
    color: var(--red);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: -1px 1px 11px 2px rgb(217 217 217);
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(9.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.about-main{
    
        border-radius: 190px!important;
        box-shadow: 13px 20px 20px 0px #0404e536;
    
}


.btn-red {
    color: white;
    background: var(--red);
   
   
    border-radius: 10px;
   
}

.bg-gray {
    border-radius: 25px!important;
    background-color: #fbfbfbd4 !important;
}

.btn-red:hover {
    color: #000;
    background: #ffffff8f;

}


.bg-red {
    color: white;
    background: #cd434da6;
   
    backdrop-filter: blur(9.5px);
    -webkit-backdrop-filter: blur(9.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.bg-red2 {
    color: white;
    background: var(--red);
   
    border-radius: 10px;
    
}

.wobble-hor-bottom {
    -webkit-animation: wobble-hor-bottom 1s 1s infinite both;
    animation: wobble-hor-bottom 1s 1s infinite both;
}

@-webkit-keyframes wobble-hor-bottom {

    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(-20px) rotate(-6deg);
        transform: translateX(-20px) rotate(-6deg);
    }

    30% {
        -webkit-transform: translateX(10px) rotate(6deg);
        transform: translateX(10px) rotate(6deg);
    }

    45% {
        -webkit-transform: translateX(-10px) rotate(-3.6deg);
        transform: translateX(-10px) rotate(-3.6deg);
    }

    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }

    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}

@keyframes wobble-hor-bottom {

    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
    }

    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
    }

    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
    }

    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }

    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}

@media (min-width: 600px) {
    .display-1 {
        font-size: 2rem !important;
    }
}

@media (min-width: 900px) {
    .display-1 {
        font-size: 3rem !important;
    }

    #header-carousel .carousel-item {
        height: 90vh;
    }
}


.ar-nav {
    display: block!important;
}

.blog p {
    word-wrap: break-word;
    height: 70px;
    overflow: hidden;

}

.blog-item .fa-calendar-alt{
    margin-left: 10px;
}


.blog h4 {
    font-size: 18px;
    height: 50px;
    word-wrap: break-word;
    overflow: hidden;
}

.blog-product p {
    word-wrap: break-word;
    height: 70px;
    overflow: hidden;

}

.blog-product h4 {
    font-size: 18px;
    height: 33px;
    word-wrap: break-word;
    overflow: hidden;
}


.dropdown-menu {

    background-color: #eeecec96;
    backdrop-filter: blur(9.5px);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.dropdown-item {

    font-weight: 600;
    color: #363636;


}

.vendor-about img {
    margin: 17px;
    width: 30% !important;
   
}

.vendor-about .item {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


.card {
background: none;
    border: none !important;
}

.user-content p {
    margin: 15px;
    font-size: 14px;
    height: 100px;
}


.ratings i {
    color: rgb(226, 53, 76);
}




/*------------------------------------------arabic------------------------------------*/


.facts .ar-card {
    direction: rtl!important;
    text-align: right!important;
}

.facts .ar-card  .text{
    padding-right: 5px!important;
    text-align: right!important;
}


#about {
    direction: rtl!important;
}

#about .text{
    direction: rtl!important;
}

.number{
    padding-right: 20px;
}

.true {
    padding-left: 10px;
    margin-right: 0!important;
}

.section-title1::before {
   
   right: 0!important;
   
}

#projects .text{
    direction: rtl!important;
}

.projects .owl-nav {
    position: absolute;
    max-width: 1320px;
    top: -112px;
    left: 16%;
    text-align: left;
}

.projects .item .down-content {
   
    text-align: right;
    /* font-size: 16px; */
    /* direction: rtl; */
}

.projects .item .down-content a {
   
    left: 23px;
    
}

#contact {
text-align: right;
    direction: rtl;
}

#contact{
    background: #dddddd;
}


.footer{
    direction: rtl;
}

.section-title1.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear!important;
    animation: section-title-run-center 5s infinite linear!important;
}

.section-title1.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear!important;
    animation: section-title-run-sm 5s infinite linear!important;
}

@-webkit-keyframes section-title-run {
    0% {right: 0; } 50% { right : 145px; } 100% { right: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { right: 50%; margin-right: -75px; } 50% { right : 50%; margin-right: 45px; } 100% { right: 50%; margin-right: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {right: 0; } 50% { right : 85px; } 100% { right: 0; }
}


.blog p,.blog small{
    word-wrap: break-word;
       
        overflow: hidden;
        color: rgb(212, 212, 212);
}

.blog h4 {
    font-weight: bold!important;
    font-size: 24px;
    height: 50px;
    word-wrap: break-word;
    overflow: hidden;
}
.blog-product p{
    word-wrap: break-word;
       
        overflow: hidden;
        color: rgb(212, 212, 212);
}

.blog-product h4 {
    font-weight: bold!important;
    font-size: 22px;
    height: 33px;
    word-wrap: break-word;
    overflow: hidden;
}


.fe-text{
  
    direction: rtl;
}
.fe-text ul{
  
   padding: 0 20px;
}



.ar-nav .dropdown-menu{
    text-align: right;
}

.ar-nav .navbar-nav {
    margin-right: 20px;
    direction: rtl;
}

.top-header{
    direction: rtl;
}

.top-header .first {
    text-align: right!important;
}

.top-header .second {
    text-align: left!important;
}


.dropdown-menu {
  
    background-color: #eeecec96;
    backdrop-filter: blur( 9.5px );
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
}

.dropdown-item {
    
    font-weight: 600;
    color: #363636;
    
   
}




.vendor-about img {
    margin: 17px;
    width: 100% !important;
}

.vendor-about .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(53deg, #00132af0 16.2%, #1f3a5ede 76.6%),url(../img/map.jpg);
    border-radius: 20px;
    background-size: cover;
    padding: 20px;
}


.card{
    
    border:none!important;
}

.user-content p {
    display: flex;
    margin: 15px auto;
    font-size: 14px;
    height: 146px;
    overflow: hidden;
    width: 90%;
    color: #bfbfbf;
    align-items: center;
}


.ratings i{
    color:rgb(226, 53, 76);
}




#services {
    background: linear-gradient(to left top, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)),url(../img/backhome2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-attachment: fixed; */
    color: #fff;
}

#services .main-text{
    font-size: 28px;
    color: #fff!important;
}

#services  h1{
   
    color: #fff!important;
}

.lang{
  
   
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;

}


#about h1 ,#about h5 ,#services h1 ,#services h5,#projects h1 ,#projects h5 {
    color: white!important;
}

.smartphone .mob{
    direction: ltr;
}


.smartphone .mob .item{
   
    height: 500px;
}







.float {
    z-index: 9999;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    /* background: rgba(116, 115, 115, 0.3); */
   
    transition: all 2s;
    font-size: 39px;
    color: #62c17f;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.float:hover{
    color: #FFF;
}
.my-float{
	margin-top:22px;
}



.footer-20192 {
    position: relative;
    color: #fff;
    padding: 3rem 0;
    /* background-color: #001330; */
    border-top: 2px solid #ffffff0a;
}
  .footer-20192 .container {
    position: relative;
   
}

.footer-20192 h3 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.5;
    color: #c7c7c7;
}
  .footer-20192 .links li {
    margin-bottom: 10px;
    line-height: 1.5;
    display: block; }


    .footer-20192 .links li a {
        font-size: 14px;
        color: #828593;
        /* font-weight: 100; */
    }



      .footer-20192 .links li a:hover {
        color: #fff; }
  .footer-20192 .social li {
    display: inline-block;
    position: relative; }
    .footer-20192 .social li a {
    color: #fff;
    margin: 0 10px;
}

      .footer-20192 .social li a > span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
     }


     .footer-20192 .footer-logo {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        text-align: -webkit-right;
        letter-spacing: .1rem;
    }

    .footer-20192 .copyright {
    color: #9396ab;
    font-size: 16px;
    /* width: 80%; */
    margin-left: 20px;
    text-align: -webkit-right;
}


  .footer-20192 .cta {
    -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
    padding: 20px;
    background-color: #8186d5;
    top: -150px;
    position: relative; }
    .footer-20192 .cta h2, .footer-20192 .cta h3 {
      line-height: 1.5; }
    .footer-20192 .cta h3 {
      font-size: 20px; }






      
    
    
      @keyframes fade-in-top {
        0% {
          transform: translateY(-50px);
          opacity: 0;
        }
        100% {
          transform: translateY(0);
          opacity: 1;
        }
      }

    
      .fadeOut  {
        -webkit-animation-name : fadeOut  ;
        animation-name : fadeOut  ;
      }  
      @-webkit-keyframes  fadeOut  {
        0% {
          opacity : 1   ;
        }  
        100% {
          opacity : 0   ;
        }  
      }
      @keyframes  fadeOut  {
        0% {
          opacity : 1   ;
        }  
        100% {
          opacity : 0   ;
        }  
      }

       

     



.flag-icon{
   
    font-size: 26px!important;
       
    }




    


.prod-item{
    background: linear-gradient(to left top, rgb(0 5 22 / 65%), rgb(0 2 20 / 92%)),url(../img/p4.jpg);
    border-radius: 15px;
   
}
   
.prod-item h4{
    font-weight: 800;
    color: black;
}


.foot-contain {
    flex-direction: row-reverse;
    text-align: right;
}


.footer-logo img {
    width: 189px;
    margin-top: -8px;
    margin-left: 150px;
    /* display: flex; */
    align-items: center;
}

    
.owl-similar .bord{
    padding: 15px;
}








#about .desc {
    position: absolute;
    width: 25%;
    margin-top: -400px;
}


.showtext {
    display: block!important;
   
}
.showtext h1{
   
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.showtext p{
    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}





.foot-en{
    display:none;
}









  

  .mobile-img {
    width: 28.5%;
    height: 521px;
    position: relative;
    /* display: flex; */
    Z-INDEX: 99;
}


#about iframe {
    height: 551px!important;
    position: absolute!important;
    left: 39%!important;
   
    border-radius: 34px!important;
    margin-top: 61px;
}

#about iframe html{
   overflow-x: hidden!important;
}


#about .desc {
    position: absolute;
    width: 30%;
    margin-top: 8%;
    left: 5%;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: inset 0px 0px 0.5em 0px hsl(186deg 100% 31.1%), 0px 0px 0.5em 0px hsl(186deg 100% 12.99%);
}

.showtext {
    display: block!important;
   
}
.showtext h1{
    font-size: 30px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.showtext p{
    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}


.facts{
  
    display:none;
}

.facts .text {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 100%;
}
.facts .text h5 {
    font-size: 14px;
    
}

.facts .text h1 {
   
    font-size: 27px;
}



.testimonial-item img {
    height: 220px;
    display: block;
    width: 155px!important;
    border-radius: 20px;
    background: white;
}

.testimonial-item h2 {
    margin-top: 16px;
    color: #afafaf;
    font-size: 17px;
    font-weight: bolder;
}



.mobile-section{
    display: none!important;
}










/* sliders container */

#owl_header, 
#owl_header .owl-stage-outer, 
#owl_header .owl-stage,
#owl_header .owlitembg,
#owl_header .owl-item { 
  height: 100%;
  min-height: 100vh;
}

#owl_header{
  width: 100%;
  overflow: hidden;
  position: relative;
}
#owl_header:hover .owl-nav{
	opacity: 1;
}
/* slider container */
#owl_header .owl-item {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
/*     -webkit-transform: translateZ(0) scale(1.0, 1.0); */
}

#owl_header .owl-item .owlitembg {
    width: 100%;
    display: inline-block;
    position: absolute;
    background-size: 100% 100%;
    background-position: center center;
}

/* previus/next slider control container */
#owl_header .owl-nav {
    position: absolute;
    top: 55%;
    transform: translateY(-80px);
    left: 0;
    right: 0;
   
    transition: all .3s;
    backdrop-filter: blur(50px);
}

/* previus/next slider control*/
#owl_header .owl-prev, #owl_header .owl-next {
    width: 150px;
    height: 200px;
    line-height: 70px;
    position: absolute;
    top: 55%;
    transform: translateY(50%);
    overflow: hidden;
    transition: all 1s ease;
    box-shadow: 0px 8px 17px 0px #000000c4;
}

/* previus slider control*/
#owl_header .owl-prev {
    left: 200px;
    border-radius: 10px;
}

/* next slider control*/
#owl_header .owl-next { 
    left: 35px; 
    border-radius: 10px;
}
/* slider controls thump image and icon */
#owl_header .owl-prev-thump,
#owl_header .owl-prev-icon,
#owl_header .owl-next-thump,
#owl_header .owl-next-icon {
    height: 100%;
}
/* slider controls thump image */
#owl_header .owl-prev-thump,
#owl_header .owl-next-thump {
    width: 100%;
    background-size: cover;
    transition: all 1s ease-in-out;
    image-rendering: -webkit-optimize-contrast;
}

/* slider previous/next fontawsome icon */
#owl_header .owl-prev-icon:before,
#owl_header .owl-next-icon:before {
    font-family: FontAwesome;
    color: rgba(255,255,255,.7);
    font-size: 30px;
    transition: all 1s ease
}
/* left arrow */
#owl_header .owl-prev-icon:before {
    content: '\f104';
}
/* right arrow */
#owl_header .owl-next-icon:before {
    content: '\f105';
}

#owl_header .owl-prev-icon {
    left: 0;
  
}
#owl_header .owl-next-icon {
        right: 0;
   
      
    
}

/*-----------
  nav hover
------------*/
/* prevent animation when disabling loop mode 
.owl-next:not(.disabled):hover
*/
#owl_header .owl-prev:hover,
#owl_header .owl-next:hover {
    animation: navShadow 4s ease-in-out infinite;
}
#owl_header .owl-prev:hover .owl-prev-icon,
#owl_header .owl-next:hover .owl-next-icon {
    width: 25%;
}

@keyframes navShadow {
    0%, 100% {box-shadow: 0px 0px 1px 0 #f1f1f1;}
    50% {box-shadow: 0px 0px 5px 0 #f1f1f1}
}

#owl_header .owl-prev.disabled:hover , 
#owl_header .owl-next.disabled:hover {
  animation: none;
}
#owl_header .owl-prev.disabled:hover .owl-prev-icon, 
#owl_header .owl-next.disabled:hover .owl-next-icon {
  width: 50%;
}
/*-----------------------------------
         Owl content styling
-----------------------------------*/



.image-cont {
    background-image: url("img_nature.jpg"); /* The image used - important! */
    background-size: cover;
   
    
  }
  .texty {
    position: relative;
    height: 88vh;
    width: 57%;
    background: #000000;
    top: 32px;
    left: 1.7%;
    mix-blend-mode: soft-light;
    z-index: 99;
    border-radius: 20px 0  0 20px;
    box-shadow: -5px 1px 8px 0px #040404;
}

.textt {
    mix-blend-mode: color-burn;
    box-shadow: 8px 1px 11px 0px #00000063;
    backdrop-filter: blur(15px);
    font-weight: bold;
    margin: 0 auto;
    padding: 10px;
    width: 40%;
    text-align: right;
    color: white;
    padding: 50px;
    top: 32px;
    display: flex;
    height: 88vh;
    right: 1.4%;
    position: absolute;
    align-content: stretch;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 20px 20px 0;
}

.textt h1 {
    direction: rtl;
    font-family: din-bold;
    text-shadow: 0 0 20px black;
    --webkit-color: #fff;
    color:white;
    font-size: 4vw;
    white-space: nowrap;
    /* padding-right: 100px; */
}



@supports (-moz-appearance:none) {
    .textt h1 {
        color: rgb(255, 255, 255);
       
        background-clip: text;
    }
    .textt p {
        color: rgba(255, 255, 255, 0.76) !important;
        font-weight: normal;
    }
    .textt{
        mix-blend-mode: unset!important;
    }

    
    :root{
        scrollbar-color: rgba(248, 245, 245, 0.966) rgba(0, 35, 100, 0) !important;
        scrollbar-width: thin !important;
    }
    
}


.textt p{
    font-size: 1.6vw; 
    font-family: din-bold;
   margin-left: 20%;
   color: rgb(0, 0, 0);
}


.slide h1
{
  transition: all 2s ease;
  transform: translate3d(150%, 0,1px); 
  border-radius: 20px;
}

.slide h2
 {
  transition: all 2s ease;
  transform: translate3d(-150%, 0,1px); 
  border-radius: 20px;
}

.slide p {
    transition: all 2s ease;
    transform: translate3d(0, 400%,1px);
    border-radius: 20px;
    color: rgb(131 131 131);
}

#owl_header.slide h2 {
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  mix-blend-mode:screen;
  transform: translate3d(-150%, 0,1px); 
  transition: all 2s ease;
  background: #00000082;
}

#owl_header.slide h2:after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  position: absolute;
  top: 49%;
  background-color: #f1f1f1;
}

#owl_header.slide h2:after {
  right: -90px;
 transform: translate3d(700%, 0, 1px) 
}
#owl_header.slide h1 {
    mix-blend-mode:screen;
     position: absolute; 
     background: #00000082;
    font-size: 4.5vw; 
    margin-top: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
     transform: translate3d(150%, 0,1px); 
}
#owl_header.slide p {
    mix-blend-mode:screen;
    position: absolute; 
    line-height: 1.4em;
    letter-spacing: 1px;
    text-transform: capitalize;
    background: #00000082;
     transform: translate3d(0, 400%,1px); 
     transition: all 2s ease;
    width: 70%;
}
/* animate content */

#owl_header .owl-item.active h1,
#owl_header .owl-item.active h2,
#owl_header .owl-item.active p,

#owl_header .owl-item.active h2:after {
  transform: translate3d(0, 0,1px);
  transition-delay: .2s;
 
}


#owl_header .owl-dots {
    position: absolute;
    z-index: 99999;
    text-align: center;
    bottom: 100px;
    padding-top: 15px;
    right: 87px;
}
#owl_header .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #ffffffc4;
    margin: 0 3px;
  }
  #owl_header .owl-dots button.owl-dot.active {
    background-color: #000000b9;
  }
  #owl_header .owl-dots button.owl-dot:focus {
    outline: none;
  }


  #owl_header .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: linear-gradient(39deg, rgba(0, 29, 72, 0.849) 11.2%, rgb(0 0 0) 51.2%, rgb(1 0 70) 98.6%);
    z-index: 999;
  }

  .img-overlayabout {
    position: absolute;
    top: 0;
    left: 0;
   
    background: linear-gradient(39deg, rgba(0, 29, 72, 0.849) 11.2%, rgb(0 0 0) 51.2%, rgb(1 0 70) 98.6%);
    z-index: 999;
  }



  .lines h5 {
    font-size: 15px;
}







.cust-arr {
    bottom: 60px;
    position: absolute;
    margin-top: -45px;
    /* margin-bottom: 19px; */
    right: 35%;
    z-index: 999;
    font-size: 33px;
    color: #ffffff;
   cursor: pointer;
}

.cust-arr .prevarr{
margin:10px;
}
 .cust-arr .nextarr{
    margin:10px;
}




@property --radius{
    syntax: '<length>';
    inherits: true;
    initial-value: 0;
  }

.ven-div img {
   
    --size: 120px;
	--f: 6;
	/* --radius: calc(var(--size)/var(--f)); */
	margin: 10px auto;
	width: var(--size) !important;
	height: auto;
	/* aspect-ratio: 1.155; */
	/* object-fit: cover; */
	--cg: #0000,#000 1deg 119deg,#0000 120deg;
	--rad: radial-gradient(farthest-side,#000 99%, #0000 101%);
	--s: calc(2*var(--radius)) calc(2*var(--radius));
	/* -webkit-mask: var(--rad) left calc(0.25*var(--size) - 0.4*var(--radius)) top 0 / var(--s), var(--rad) right calc(0.25*var(--size) - 0.4*var(--radius)) top 0 / var(--s), var(--rad) left calc(0.25*var(--size) - 0.4*var(--radius)) bottom 0 / var(--s), var(--rad) right calc(0.25*var(--size) - 0.4*var(--radius)) bottom 0 / var(--s), var(--rad) left calc(0.15*var(--radius)) top 50% / var(--s), var(--rad) right calc(0.15*var(--radius)) top 50% / var(--s), conic-gradient(from 30deg at left calc(-0.3*var(--radius)) top 50%, var(--cg)) left calc(0.3*var(--radius)) top 50% /50% calc(100% - 0.8*var(--radius)), conic-gradient(from -150deg at right calc(-0.3*var(--radius)) top 50%, var(--cg)) right calc(0.3*var(--radius)) top 50% /50% calc(100% - 0.8*var(--radius)), linear-gradient(#000 0 0) center/calc(45% - 1.1*var(--radius)); */
	/* -webkit-mask-repeat: no-repeat; */
	cursor: pointer;
	/* transition: --radius 0.3s linear; */
	/* box-shadow: 20px 20px white; */
	/* background: #dfdddc; */
	/* object-fit: cover; */
}

/* .ven-div1 {
    position: absolute;
    background: #830303;
 
    margin-left: 45px;
    z-index: -1;
    top: 3px;
    right: 30xp;
   
    --size: 124px;
    --f: 8;
    --radius: calc(var(
    --size)/var(--f));
   
    width: var(--size)!important;
    height: auto;
    aspect-ratio: 1.155;
    object-fit: cover;
    --cg: #0000,#000 1deg 119deg,#0000 120deg;
    --rad: radial-gradient(farthest-side,#000 99%, #0000 101%);
    --s: calc(2*var(
    --radius))  calc(2*var(--radius));
    -webkit-mask: var(--rad) left  calc(0.25*var(--size) - 0.4*var(--radius)) top 0    / var(--s),
      var(--rad) right calc(0.25*var(--size) - 0.4*var(--radius)) top 0    / var(--s),
      var(--rad) left  calc(0.25*var(--size) - 0.4*var(--radius)) bottom 0 / var(--s),
      var(--rad) right calc(0.25*var(--size) - 0.4*var(--radius)) bottom 0 / var(--s),
      var(--rad) left  calc(0.15*var(--radius))                   top 50%  / var(--s),
      var(--rad) right calc(0.15*var(--radius))                   top 50%  / var(--s),
      
      conic-gradient(from   30deg at left  calc(-0.3*var(--radius)) top 50%, var(--cg)) 
        left  calc(0.3*var(--radius)) top 50% /50% calc(100% - 0.8*var(--radius)),    
      conic-gradient(from -150deg at right calc(-0.3*var(--radius)) top 50%, var(--cg)) 
        right calc(0.3*var(--radius)) top 50% /50% calc(100% - 0.8*var(--radius)),
      
      linear-gradient(#000 0 0) center/calc(45% - 1.1*var(--radius));
    -webkit-mask-repeat: no-repeat;
    cursor: pointer;
    transition: --radius 0.3s linear;
    box-shadow: 20px 20px white;
} */


.service-icon .ven-div img {
    --size: 80px;
    --f: 6;
    --radius: calc(var(
   
--size)/var(--f));
    margin: 0 auto;
    width: var(--size)!important;
    height: auto;
    aspect-ratio: 1.155;
    object-fit: cover;
    --cg: #0000,#000 1deg 119deg,#0000 120deg;
    --rad: radial-gradient(farthest-side,#000 99%, #0000 101%);
    --s: calc(2*var(
   
--radius))  calc(2*var(--radius));
    -webkit-mask: var(--rad) left  calc(0.25*var(--size) - 0.4*var(--radius)) top 0    / var(--s),
          var(--rad) right calc(0.25*var(--size) - 0.4*var(--radius)) top 0    / var(--s),
          var(--rad) left  calc(0.25*var(--size) - 0.4*var(--radius)) bottom 0 / var(--s),
          var(--rad) right calc(0.25*var(--size) - 0.4*var(--radius)) bottom 0 / var(--s),
          var(--rad) left  calc(0.15*var(--radius))                   top 50%  / var(--s),
          var(--rad) right calc(0.15*var(--radius))                   top 50%  / var(--s),
          
          conic-gradient(from   30deg at left  calc(-0.3*var(--radius)) top 50%, var(--cg)) 
            left  calc(0.3*var(--radius)) top 50% /50% calc(100% - 0.8*var(--radius)),    
          conic-gradient(from -150deg at right calc(-0.3*var(--radius)) top 50%, var(--cg)) 
            right calc(0.3*var(--radius)) top 50% /50% calc(100% - 0.8*var(--radius)),
          
          linear-gradient(#000 0 0) center/calc(45% - 1.1*var(--radius));
    -webkit-mask-repeat: no-repeat;
    cursor: pointer;
    transition: --radius 0.3s linear;
    box-shadow: 20px 20px white;
    background: #dfdddc;
    object-fit: cover;
}

.u_services {
    direction: rtl;
}

.qr-links {
    direction: rtl;
}


.user_profile{
    direction: rtl;
    margin-top: 8%;
}



.login {
   direction: rtl;
}



.product-info {
    padding-right: 39px;
    height: 100%; 

    z-index: 11;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}

.prod-card .product-name {
    padding: 0 0 0 15px ;
}


.shadow-f{
    box-shadow: -1px 1px 4em 0px #0000006b;
}






.product-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    opacity: 0;
}

.product-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .product-social {
    background: rgba(9, 30, 62, .7);
    opacity: 1;
}

.owl-features .team-img{
    width: 100%;
    height: 250px;
}
.owl-features .team-img{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
   
    overflow: hidden;
}
.owl-features .team-item:hover .team-img img
{
    transform: scale(1.75);
}





.vendor-carousel .owl-stage{
    height: 200px!important;
    display: flex;
  
    align-items: center;
}





.blog-item .ptext {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.blog-item:hover .ptext {
    background: rgba(9, 30, 62, .7);
    transition: all 1s;
    opacity: 1;
}

.ptext, .ptext h1, .ptext h1 del , .ptext b, .ptext a,.ptext p{
    font-size: 14px!important;
    color: #bdbdbd!important;
}

.owl-features h1 del, .owl-features h1,  .owl-features b, .owl-features a,.owl-features p{
    font-size: 12px!important;
    color: #bdbdbd!important;
}

.blog-item .blog-img {
    display: flex;
    align-items: center;
    height: 100%;
    align-content: center;
}


.prod-card .item {
    width: 250px;
    /* border: 2px solid black; */
    height: 250px;
    overflow: hidden;
    /* padding: 17px; */
    margin: 20px 20px;
    /* margin: auto; */
    box-shadow: inset 0px 0px 12px 1px hsl(199.38deg 84.86% 23.43% / 83%), 0px 0px 20px 0px hsl(199.38deg 100% 9.84%);    background-size: cover;
    transition: all .5s ease-in-out;
    border-radius: 20px;
}


.details {
    direction: rtl;
    text-align: right;
}




.qrcode img {
    WIDTH: 70%;
    margin-left: 10px;
}

.reset {
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    /* color: aliceblue; */
}



@media (max-width: 399px){
    .ven-div1 {
      
        margin-left: -9px!important;
       
        top: 7px!important;
        --size: 110px!important;
      
      
    }
}


@media only screen and (max-width: 490px) and (min-width: 400px) {
    .ven-div1 {
        margin-left: 0px!important;
        
    }

    

    }

@media only screen and (max-width: 799px) and (min-width: 500px) {
    .ven-div1 {
        margin-left: 35px!important;
       
    }
    }
@media only screen and (max-width: 1200px) and (min-width: 800px) {

    .ven-div1 {
        margin-left: 20px!important;
        top: 4px!important;
    }

}



@media (min-width: 1400px) {

    .ven-div1 {
   
        margin-left: 72px!important;
        top: 10px!important;
    
    }

}
    





.shape {
    top: 15%;
    position: absolute;
    right: 16%;
    background: #c0d9ff2b;
    height: 35vw;
    backdrop-filter: blur(7px);
    width: 35vw;
    /* background: linear-gradient(42deg, #203559 39.2%,#283c66 53.6%,#293e67  115% ); */
    /* background-color: #132658; */
    box-shadow: 5px -3px 2em 0px hsl(214deg 100% 16.93% / 88%);
    /* margin-left: -328px; */
    border-radius: 50%;
    z-index: 1;
}

.shape2 {
    z-index: 1;
    top: 69%;
    position: absolute;
    right: 0%;
    height: 19vw;
    width: 19vw;
    background: linear-gradient(42deg, #598ce3 39.2%, #87acff 90.6%, #453050 115%);
    /* box-shadow: inset 0px 0px 0.5em 0px hsl(186deg 100% 31.1%), 0px 0px 0.5em 0px hsl(186deg 100% 12.99%); */
    /* margin-left: -328px; */
    border-radius: 21%;
    transform: rotate(63deg);
    z-index: 0;
}

.shape1 {
    top: 8%;
    position: absolute;
    right: 59%;
    height: 14vw;
    width: 14vw;
    background: linear-gradient(42deg, #598ce3 39.2%, #3768bb 90.6%, #453050 115%);
    /* box-shadow: inset 0px 0px 0.5em 0px hsl(186deg 100% 31.1%), 0px 0px 0.5em 0px hsl(186deg 100% 12.99%); */
    /* margin-left: -328px; */
    border-radius: 50%;
}


.details a .fa
  {
    transform: rotate(180deg);
}


.details a 
  {
   display: flex;
  
}









            
.animation-element {
    opacity: 0;
    position: relative;
    }

    .animation-element.zoom-in {
        
        opacity: 0;
        transform: scale(0.5);
        -moz-transition: all 500ms linear;
        -webkit-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
    }

    .animation-element.zoom-in.in-view {
        opacity: 1;
        transform: scale(1);
    }

    .animation-element.slide-up {
opacity: 0;
-moz-transition: all 500ms linear;
-webkit-transition: all 500ms linear;
-o-transition: all 500ms linear;
transition: all 500ms linear;
-moz-transform: translate3d(0px, 100px, 0px);
-webkit-transform: translate3d(0px, 100px, 0px);
-o-transform: translate(0px, 100px);
-ms-transform: translate(0px, 100px);
transform: translate3d(0px, 100px, 0px);
}

.animation-element.slide-up.in-view {
opacity: 1;
-moz-transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-down {
opacity: 0;
-moz-transition: all 500ms linear;
-webkit-transition: all 500ms linear;
-o-transition: all 500ms linear;
transition: all 500ms linear;
-moz-transform: translate3d(0px, -100px, 0px);
-webkit-transform: translate3d(0px, -100px, 0px);
-o-transform: translate(0px, -100px);
-ms-transform: translate(0px, -100px);
transform: translate3d(0px, -100px, 0px);
}

.animation-element.slide-down.in-view {
opacity: 1;
-moz-transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate3d(0px, 0px, 0px);
}


.animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
  }
  
  .animation-element.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }




  .tag {
    background: #00000014;
    color: #d1d1d157;
    border: 2px solid #d1d1d157;
    border-radius: 5px!important;
}
.tag:hover {
    background: #00000014;
    color: white;
    border: 2px solid #ffffff;
    
}



.direction {
    width: 100%;
    padding: 10px 0;
    position: relative;
    /* font-size: 11px; */
    direction: rtl;
    color: #ffffff;
}

.direction a{
    font-size: 17px;
     color: #ffffff;
 }

.direction a:hover{
    font-size: 18px;
     color: #b3b3b3;
 }

 .badge{
    display: none;
 }




 .prod-images{
    direction: ltr!important;
 }

 .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    flex-direction: row-reverse;
    justify-content: flex-end;
}



.vendor_main {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(25 46 75 / 0%)), url(../img/footer.png) center center no-repeat;
    background-attachment: fixed;
}




.partner-main img{
    width: 150px!important;
    }


    .cert-container {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 1200px;
        flex-wrap: inherit;
    }
    
    
    @media (max-width: 700px) { 
      
        .cert-container{
            display: inline-block;
            
        }

       
    }
    
    @media (min-width: 1340px) {
        /* .bg-header {
            background: linear-gradient(#2f569169,#143668db), url(../img/header.png) no-repeat center center/cover;
        }
    
        .bg-header video{
            display: none;
        } */
    }
      