:root{
    --main-color: rgba(24, 30, 30, 1);
    --sec-color: rgba(250, 187, 22, 1);
    --bg-color:#2D2C2C;
    --text-color:#707070;
}


@font-face{
    font-family: 'medium';
    src:url('../fonts/Cairo-SemiBold.ttf') ;
    }
    @font-face{
        font-family: 'bold';
        src: url('../fonts/alfont_com_AlFont_com_GE-Flow-Bold.otf');
    }
     @font-face{
     font-family: '29LT-Bukra';
     src: url('../fonts/alfont_com_AlFont_com_29LT-Bukra-Regular.otf');
 } 
  
 @font-face{
     font-family: 'regular';
     src: url('../fonts/GE-Flow-Regular.otf');
 }   
 @font-face{
    font-family: 'Cairo';
    src: url('../fonts/Cairo-Regular.ttf');
}   
@font-face{
    font-family: 'baji';
    src: url('../fonts/Bahij_TheSansArabic-Bold.ttf');
}   
@font-face {
    font-family: 'regular';
       src: url('../fonts/Cairo-Regular.ttf');

    unicode-range: U+30-39;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"],
 .wpcf7 input[type="tel"] {
    direction: rtl !important;
}
    body {
        direction: rtl;
        text-align: start;
        font-family: 'regular';
        overflow-x: hidden;
    }
    img{
        border-radius: 5px;
    }
    /* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 15px;
    text-align: right !important;
    padding-left: 30px;
    padding-right: 18px;
}
.nice-select::after{
    left: 12px;
    right: auto;
}
.nice-select .option{
    text-align: right;
    padding-left: 29px;
    padding-right: 18px;
}
.nice-select .list{
    width: 100%;
}
.nice-select:after{
    width: 8px;
    height: 8px;
}
   

.owl-carousel{
    direction: ltr;
}
.carousel-info button{
    border: none;
    outline: none;
    background: none;
}
button:focus,button{
    border: none;
    outline: none;
}
.mynav button{
    background: none;
}
input:focus{
    outline: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
a,a:hover{
    text-decoration: none;
}
.mynav{
    /* background-color: var(--bg-color); */
}
.mynav .nav-link{
    color: #111010;
}
.right-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mynavbar,.mynavbar ul{
    display: flex;
    align-items: center;
}
.mynavbar ul{
    margin-inline-start: 87px;
}
.lang-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btnSearch i ,.lang-search a{
    color: rgba(17, 16, 16, 1);
    text-transform: capitalize;
    margin-inline-start: 26px;
    cursor: pointer;
    transition: all 0.3s;
}
.lang-search a{
     font-family: 'Cairo'; 

}
.btnSearch i:hover, .lang-search a:hover{
    color: var(--sec-color);
}
.mynav .nav-link:hover,.mynav li.current-menu-item  .nav-link{
    color: var(--sec-color);
}
.mynav .nav-link:hover::after,.mynav li.current-menu-item  .nav-link::after{
    background-color: var(--sec-color);
    opacity: 1;
}
.mynavbar ul li{
    margin: 0 15px;
}
.logo {
    width: 186px;
}
.logo img{max-height: 100%;width: 100%;}

.mynav .fa-search:hover{
    /* transform: rotate(-360deg); */
}


/* Start header */

.mynav .row{
    padding: 22px 0;
    align-items: center;
}

.mynavbar .nav-link {
    position: relative;
    padding: 0;
    font-size: 16px;
}

.mynavbar .nav-link::after {
    position: absolute;
    /*content: '';*/
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 6px;
    border-radius: 20px;
    background-color: #fff;
    opacity: 0;
}
.mynavbar .nav-link.active::after {
    opacity: 1;
}
.res-menu ul{
    display: flex;
}
.res-menu ul li:last-of-type{
    margin-right: 10px;
}
.header-sochial{
    display: flex;
}
 .header-sochial a {
    transition: all 0.3s;
    color: #111010;
    /* width: 35px; */
    /* height: 35px; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline-end: 30px;
    position: relative;
}
 .header-sochial a:hover{
    /* color:#fff; */
    color: var(--sec-color);
}
.navbar-toggler-icon {
    background: var(--sec-color);
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Start Search */

.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    padding: 12px;
    transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}
.site-search .close-side i{
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top:20px;
    left:20px;
}
.site-search.open {
    z-index: 99999999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
    margin-top: -40px;
    opacity: 1;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 50%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
    transform: translateX(-50%);
    z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    display: none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    color: var(--main-color);
    background: none;
    border: none;
    border-bottom: 3px solid var(--main-color);
    font-size: 20px;
    /*  	font-weight: 900;*/
    padding: 15px 0;
    height: auto;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    -webkit-appearance: none;
    border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
    color: var(--main-color);
    padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--main-color);
    padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: var(--main-color);
    font-family: 'regular';
}

.searchForm .btnSearch {
    box-shadow: none !important;
    margin: 0 25px;
    color: #101010;
    padding: 0;
    text-align: center;
    line-height: 30px;
    border: none !important;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    cursor: pointer;
}
.searchForm .btnSearch i{
    transition: all 0.6s;
    color: var(--main-color);
}
.searchForm .btnSearch i:hover{
    transform: rotate(360deg);
    color: var(--hover-color);
}
.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}


/* End Search */

/* Sidebar */

.sidebar{
    position: fixed;
    top: 0px;
    bottom: 0;
    right: -350px;
    height: 100%;
    width: 350px;
    background-color: var(--main-color);
    z-index: 999;
    padding: 20px 0;
    z-index: 999999;
    transition: all 0.7s;
    box-shadow: 0px 0px 20px #00000029;
    padding:0;
}
.sidebar-width{
    right: 0px;
}
.sidebar .close-side i{
    position: absolute;
    top: 8px;
    left: 8px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #000;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.sidebar .side-content{
    padding-top: 10px;
    margin-top: 30px;
}

 .close-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}
.close-overlay.open-overlay{
    display: block;
}

.sidebar .side-content ul li{position: relative;width: 100%;transition: all .5s;border-bottom: 1px solid rgb(255 255 255 / 8%);}

.sidebar .side-content ul li a{
    color: #fff;
    display: block;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    transition:all 0.6s;
}


.sidebar .contact-buttons{
justify-content: center;
    margin-top: 60px;
}
.search-menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}  
/* Start home slider */
.slider-home .slider-img
{
    position: relative;
    height: 100%;
    
}
.home-slider  .item{
    position: relative;
}
 .sochial-links{
    position: absolute;
    bottom: 20px;
    right: 20px;
  z-index: 99;
  display: flex;
align-items: center;
justify-content: center;
}
.sochial-links a{
color: #fff;
margin-right: 20px;
border: 1px solid #fff;
width: 40px;
height: 39px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.4s;
}

.home-slider{
    width: 100%;
    /* z-index: -1; */
}
.slider-home .slider-img::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    background-size: cover;
    opacity: .50;
}

.carousel-info{
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: right;
    bottom: 40px;
    transform: translate(0px);
    visibility: hidden;
    transition: all 1s ease-in;
    padding: 45px 20px;
    right: 0;
    max-width: 700px;
    margin: 0 auto;
    left: 0;
    text-align: center;
}

.slider .owl-item.active .carousel-info{  
    transform: translateY(-60px);
    opacity: 1;
    visibility: visible;
  }
  
.carousel-info h2{
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 40px;
    /*font-family: 'bold';*/
}
.carousel-info p{
    line-height: 30px;
    font-weight: 700;
}
.home-slider .owl-carousel,.sponser-slider{
    direction: ltr;
}
.slider-home .owl-item .slider-img{
    height: 590px;
}
.slider-home .owl-item .slider-img img{
    height: 100%;
    object-fit: cover;
    transition: all 20s;
}
.slider .owl-item.active img{
    transform: scale(1.3);
}
.home-slider .owl-theme .owl-nav .owl-prev ,
.home-slider .owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.sponser-slider.owl-theme .owl-nav .owl-prev,
.sponser-slider.owl-theme .owl-nav .owl-next{
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 21px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.home-slider .owl-theme .owl-nav .owl-prev{
    left: 5%;
}
.home-slider  .owl-theme .owl-nav .owl-next{
    right: 5%;
}
.card-slider.owl-theme .owl-nav .owl-prev{
    left: -27px;
}
.card-slider.owl-theme .owl-nav .owl-next{
    right: -27px;
}
.sponser-slider.owl-theme .owl-nav .owl-next{
    right: -40px;
}
.sponser-slider.owl-theme .owl-nav .owl-prev{
    left: -40px;
}
 .read-more a,.read-more button{
 display: inline-block;
 padding: 12px 20px;
 min-width: 170px;
 background: var(--sec-color);
 color: #fff;
 transition: all 0.4s;
 text-align: center;
 font-size: 18px;
 border-radius: 50px;
 font-family: 'bold';
}
.read-more a:hover,.read-more button:hover{
    background: rgba(30, 30, 30, 1);
}
.slider-home.owl-theme .owl-dots .owl-dot span,
.card-slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    font-size: 12px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.slider-home.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.card-slider.owl-theme .owl-dots .owl-dot span{
    border-color: var(--sec-color);
}
.card-slider.owl-theme .owl-dots .owl-dot.active span,
.card-slider.owl-theme .owl-dots .owl-dot.active span{
background-color: var(--sec-color);
}
.slider-home.owl-theme .owl-dots,.card-slider.owl-theme .owl-dots{
position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.card-slider.owl-theme .owl-dots{
    bottom: -30px;
}
.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev{
color:#fff ;
    background-color: var(--sec-color);
    transition:all 0.4s;
}
.card-slider.owl-theme .owl-nav .owl-next:hover,
.card-slider.owl-theme .owl-nav .owl-prev:hover{
color:var(--sec-color) ;
    background-color:#fff ;
}
.sponser-img a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
}
.owl-theme .owl-nav{
    margin-top: 0;
}
/* ********************************* */
/* Strt about section */
section{
    margin: 0;
    padding: 70px 0;
}
.section-title h4{
    color: #1A1919;
    font-size: 48px;
    font-family: 'bold';
    line-height: 27.6px;
    margin-bottom: 27px;
}
section.about{
    /* background-color: #F3F3F3; */
    padding: 70px 0;
    overflow:hidden;
}

section.about .about-img img{
    width: 100%;
    object-fit: cover;
    height: 530px;
}
section.about.second .about-img img{
    height: 500px;
}
section.about .about-img img{
    /* -webkit-mask-box-image: url('../images/mask.png'); */
    /* mask-image: url('../images/mask.png'); */
    -webkit-mask-size: contain;
    mask-size: cover;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    max-width: 540px;
    border-radius: 5px;
}
section.about .about-img::after{
    position: absolute;
    content: '';
    bottom: -35px;
    right: -23px;
    width: 190px;
    height: 300px;
    background-image: url(../images/about-after.png);
    background-repeat: no-repeat;
    z-index: 9;
    transform: rotate(-3deg);
}
section.about .about-img::before{
    position: absolute;
    content: '';
    bottom: 0px;
    left: -3px;
    width: 190px;
    height: 300px;
    background-image: url(../images/about-before.png);
    background-repeat: no-repeat;
    z-index: 999;
}
.about-circle{
    position: absolute;
    top: -2px;
    right: 110px;
    background-image: url(../images/about-cicle.png);
    /* z-index: 99; */
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
   
}
.comp-video{
    margin: 0 30px;
}
.comp-video a{
    width: 58px;
    height: 58px;
    background-color: var(--sec-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.comp-video a::after{
    position: absolute;
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1F1E1E;
}
.comp-video a::before{
    position: absolute;
    content: '';
    width: 58px;
    height: 58px;
    margin: auto;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--sec-color);
    opacity: 0.7;
    animation: movecir 1s infinite linear;
}
@keyframes movecir{
    0%{
        transform: scale(0.5);
        opacity: 1;
      }
      100%{
        transform: scale(1.5);
        opacity: 0;
      }
      }
.read-vid{
    display: flex;
    align-items: center;
margin-top: 20px;
}
      /* about info */
.about-info{
    padding-left: 50px;
}
.about-info .projects{
    display: flex;
}
.about-info .projects p{
    color: rgba(45, 44, 44, 1);
    font-size: 14px;
    margin-right: 12px;
    line-height: 22px;
    padding-top: 13px;
}
.about-info h5{
    font-size: 36px;
    line-height: 50px;
    color: #2D2C2C;
    font-family: 'bold';
    margin-bottom: 20px;
}
.about-info .projects .count{
    width: 40%;
    position: relative;
padding-left: 12px;
}
.about-info .projects .count::after{
    position: absolute;
    content: '';
    width: 2px;
    height: 70px;
    background-color: #707070;
    top: 0;
    left: 0;
}
.projects .count h2{
    color: var(--sec-color);
    font-size: 45px;
    font-weight: 700;
    font-family: '29LT-Bukra';
}
.projects .count span{
    font-size: 14px;
    font-family: 'bold';
    color: #2D2C2C;
}
/* end about section */
/* Start our products section */
section.products{
    background-color: rgba(229, 237, 253, 1);
    padding: 70px 0;
}
section.products .section-title{
    margin-bottom: 40px;
}
.product-item {
    margin-bottom: 16px;
    position: relative;
    height: 360px;
}
.product-item .bottom-title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 12px;
    background-color: #fff;
    text-align: center;
}

.product-item:hover .bottom-title{
    opacity: 0;
}
.img-hover {
    opacity: 0;
    transform: scale(0);
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
    width: 88%;
    height: 70%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #8F8F8F29;
  border-radius: 5px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.product-info {
    text-align: right;
    padding: 30px;
    position: relative;
    z-index: 999;
}

.product-info h4 {
    color: #1E1E1E;
    font-size: 18px;
    font-family: 'bold';
    margin-bottom:25px;
}
.product-info p{
    font-size: 18px;
    color: #2D2C2C;
    margin-bottom:12px;
}
 .more a{
    color: var(--sec-color);
    font-size: 18px;
    font-family: 'bold';
    position: relative;
}
 .more a::after{
    position: absolute;
    content: '\f177';
    font-family: 'font awesome 5 pro';
    top: 3px;
    left: -19px;
    color: var(--sec-color);

}
.product-info i {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    border-radius: 50%;
    padding: 12px;
    margin-left: 10px;
}

.product-item img {
    height: 360px;
    object-fit: contain;
    width: 100%;
}

.product-item:hover .img-hover {
    opacity: 0.92;
    transform: scale(1);
}

/* Start services section */
section.services{
    /* background-color: #F3F3F3; */
    padding: 70px 0 87px;
}
section.services .row{
    align-items: center;
}
.service-info p{
    color: rgba(45, 44, 44, 1);
    font-size: 32px;
    margin: 20px 0 30px;
}

.service-info p span{
     font-family: '29LT-Bukra';
}
.service-info .read-more a{
    min-width: 190px;
}
.service-item img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.service-item{
    position: relative;
    margin-bottom: 16px;
    transition: none;
    overflow: hidden;
    border-radius: 5px;
    overflow: hidden;
}
.service-item .servic-info{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #fff;
    color: #fff;
    height: 60px;
    padding: 10px 12px;
    transition: all .5s;
}
.service-item .servic-info h4{
    color: #2D2C2C;
    /* background-color: #fff; */
    padding: 10px 0;
    font-size: 16px;
    font-family: 'bold';
    transition: none;
}
.service-item:hover .servic-info h4{
    background-color: transparent;
    color: #fff;
}
.service-item:hover .servic-info{
    background: rgb(45 44 44 / 90%);
    box-shadow: 0px 0px 16px #A8A6A629;

}
.service-item:hover .servic-info{height: 75%;}
.service-item .servic-info  a,.service-item .servic-info .more a::after{
    color: #fff;
}
.service-item .servic-info p{
    color: #AFAFAF;
    font-size: 18px;
}
section.services .col-lg-4,section.services .col-md-6,
section.pro-page .col-lg-4,section.pro-page .col-md-6 {
    padding-left: 8px;
    padding-right: 8px;
}
/* Start window-tinting section */
section.window-tinting{background: rgba(229, 237, 253, 1);}
p.section-text{
    width: 70%;
    margin: 30px auto;
    color: #2D2C2C;
}
.window-tinting .section-title span{
    color: #1E1E1E;
    margin-bottom: 6px;
    display: inline-block;
}
.window-tinting  .window-item{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 3px 36px #B8B8B829;
    padding: 22px;
    margin-bottom: 20px;
    text-align: right;
    transition: all 0.4s;
    box-shadow: 2px 3px 36px 0px #B8B8B829;
}
.window-tinting  .window-item:hover{background: transparent linear-gradient(300deg, #141313 0%, #8d8787 100%) 0% 0% no-repeat padding-box;box-shadow: 0px 3px 6px #B8B8B829;color: #fff;}
.window-tinting  .window-item .img{
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 25px;
}
.window-item .img::after{
    position: absolute;
    content: '';
    width: 46px;
    height: 46px;
    background-color: rgba(255, 242, 208, 1);
    bottom: 19px;
    left: 37px;
    border-radius: 50%;
    z-index: 1;
}
.window-tinting  .window-item .img img{
    /* width: 100%; */
    object-fit: contain;
    filter: brightness(0);
    z-index: 2;
    position: relative;
    max-width: 44px;
    max-height: 41px;
}
.window-tinting  .window-item h5{
    color: rgba(26, 25, 25, 1);
    font-size: 24px;
    font-family: 'bold';
    margin-bottom: 15px;
}
.window-tinting  .window-item p{
    color: #2D2C2C;
    font-size: 18px;
    
}
.window-tinting  .window-item:hover h5{
    color: #fff;
}
.window-tinting  .window-item:hover p{
    color: #F3F3F3;
}
.window-tinting  .window-item:hover .img img{
    filter: brightness(0) invert(1);
}
.col-md-6:last-of-type .window-item .img::after{
    bottom: 3px;
    left: 9px;
}
.col-md-6:first-of-type .window-item .img::after{
    bottom: 0px;
    left: 1px;
}
.col-md-6:nth-child(2) .window-item .img::after{
    bottom: 3px;
    left: 5px;
}
.col-md-6:nth-child(3) .window-item .img::after{
    bottom: 4px;
    left: 3px;
}
/* end window-tinting section */
/* Start gallary section */
section.gallary{
    background: rgba(229, 237, 253, 1);
    padding: 70px 0;
}
.gallary .image{
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.gallary .image a{
    display: inline-block;
    width: 100%;
    position: relative;
}
.gallary .image a::after{
    position: absolute;
    content: '';
    background-color: var(--main-color);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
    z-index: 1;
}
.gallary .image a::before{
    position: absolute;
    content: '\f067';
    font-family: 'font awesome 5 pro';
    font-size: 25px;
    color: var(--sec-color);
    background-color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 9;
    transition: all 0.3s;
}
.gallary .image a:hover::after{
    opacity: 0.4;
}
.gallary .image a:hover:before{
    opacity: 1;
}
.gallary .image img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.gallary .section-title{
    margin-bottom: 40px;
}
/* end gallary section */
/* Start technology section */
.technology{
    /* background-color: #F3F3F3; */
    padding: 71px 0 80px;
    position: relative;
    overflow-x: hidden;
}
.technology::after{
    position: absolute;
    content: '';
    background-image: url('../images/tech.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    right: 9%;
    z-index:1;
}
.technology .container{
    position:relative;
    z-index:2;
}
.technology .tech-item h5{
    color: #1E1E1E;
    font-family: 'bold';
    font-size: 23px;
    margin-bottom: 15px;
}
.technology .section-title ,.gallary .section-title{
    /* text-align: center; */
    margin-bottom: 30px;
}
/* Start footer section */
footer{
    background-color: rgba(30, 30, 30, 1);
    padding: 30px 0 0;
    overflow: hidden;
}
footer h4{
    color: #fff;
    font-size: 20px;
    font-family: 'bold';
    margin-bottom: 20px;
}
.footer{
    padding: 40px 0 50px;
}
footer ul li{
    margin-bottom: 6px;
    display:flex;
    align-items:center;
}
footer .comp-branch span,footer ul li a{
    color: #C2C2C2;
    font-size: 14px;

}
.footer-contact span{
    color: #fff;
    margin-left: 20px;
    font-size: 14px;
}
.footer-contact span i{
    margin-left: 8px;
}
footer .header-sochial{
    margin-top: 30px;
}
footer .comp-branch span:hover,footer ul li a:hover{
    color: var(--sec-color);
}
footer .comp-branch span i{
    margin-left: 8px;
}
footer .comp-branch a{
    color: var(--sec-color);
    font-size: 14px;
    border-bottom: 1px solid rgba(4, 47, 131, 1);
    margin: 0 12px;
}
footer .comp-branch span{
    min-width: 60px;
    display: inline-block;
}
.bootom-footer{
    border-top: 1px solid #707070;
    padding: 12px 0;
}

.copy-right .row{
    align-items: center;
}
.copy-right p{
    color: #fff;
    font-family: 'medium';
    margin: 0;
}
.ryad-logo {
    height: 65px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}

.comp-rights {
    text-align: left;
}
span.footer-logo img{
    margin-left: 10px;
}
.gallary{
    position: relative;
}
.gallary h1{
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    left: -90px;
    transform: rotate(-90deg);
    font-family: 'bold';
    letter-spacing: 0px;
    color: rgb(250 187 22 / 0%);
    -webkit-text-stroke: 1px rgb(250 187 22);
    font-size: 66px;
    /* font-family: '29LT-Bukra'; */
    /* display: none; */
    font-weight: 700;
}
/* *********************************************************************************************** */
/* Start about page */

.breadcrumb-section{
    color: #fff;
    background-image: url('../images/bread-bg.png');
    background-size: cover;
    background-position: bottom;
    padding: 127px 0;
    position: relative;
    z-index: 2;
}
.breadcrumb-section::after{
position: absolute;
content: '';
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: -1;
background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 100%);
background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 100%);
background: -ms-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 100%);
background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 100%);
background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 33%, rgb(0, 0, 0) 100%);
opacity: 0.57;
}

.breadcrumb-section a{
    color: #fff;
    font-size: 23px;
}
.breadcrumb{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    background-color:transparent;
    padding: 0;
    margin: 0;
}
.breadcrumb-item.active{
    color: var(--sec-color);
    font-size: 23px;
}
.breadcrumb-item+.breadcrumb-item::before{
    padding-left: 10px;
    content: "|";
    color: #fff;
}

section.about-page.about .about-info p {
    color: #2D2C2C;
    line-height: 1.7;
}
.about-info ul li{
    position: relative;
    padding: 0 20px;
    color: #2C2C2C;
    margin-bottom: 10px;
    font-size: 18px;
}
.about-info ul li::after,.important-point ul li::after{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-color: var(--sec-color);
    border-radius: 50%;
    top: 8px;
    right: 0;
}
section.about-page.about{
    direction: ltr;
}
section.about-page.about .about-info {
    padding-left: 0px;
    direction: rtl;
    padding-right: 20px;
}
section.page-content{
    padding: 50px 0;
}
section.vission{
    background-color: #fff;
    overflow: hidden;
}
.vission-block{
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 2px 2px 16px #B8B8B829;
padding: 25px;
display: flex;
align-items: center;
justify-content: space-between;
}
.vission-block .block-title{
    text-align: center;
    padding-left: 20px;
}
.vission-block:hover{   
    box-shadow: 2px 3px 36px #F3767629;

}
.vission-block .block-title span{
    font-size: 23px;
    color: var(--sec-color);
    font-family: 'bold';
    display: inline-block;
    margin-top: 10px;
}
.vission-block p{
    color: #2D2C2C;
    font-size: 18px;
    line-height: 1.7;
}
section.about.second .about-img::before{
    display: none;
}
.vission-block img{
    height: 32px;
}
/* Start single products page */
.slider.slider-for {
    direction: ltr;
}
.banner-slider{
    overflow: hidden;
}
.slider-banner-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.thumbImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbImg {
    /*margin-bottom: 10px;*/
    height: 108px;
}

.thumbnail-image.slick-slide.slick-current.slick-active:focus {
    outline: none;
}

.slider.slider-for {
    direction: ltr;
}

[dir='rtl'] .slick-slide {
    float: left;
}
.banner-slider .col-sm-3,.banner-slider .col-sm-9{
    padding-right: 6px;
    padding-left: 6px;
}
.slick-dots {
    bottom: 10px;
}
.slick-dots li button:before {
    font-size: 20px;
}
.slick-dots li.slick-active button:before {
    background: #fff;
}
.slick-dots li button:before{
    content: '';
    width: 14px;
    height: 14px;
  background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
}
/* ********************** */
.services-detail h4{
    color: var(--sec-color);
    font-size: 23px;
    font-family: 'bold';
    margin-bottom: 30px;
}
.services-detail h5{
    color: #000000;
    margin-bottom: 10px;
    font-size: 48px;
    font-family: 'bold';
}
.services-detail p{
    color: #2D2C2C;
    font-size: 19px;
}
/* ******************************************************** */
/* Start article page */
.article-page{
    background-color: #F3F3F3;
}
.articles ul li{
    border-bottom: 1px solid #C7C7C7;
    margin-top: 20px;
    padding: 20px 0;
}
.articles ul li:last-of-type{
    border-bottom: none;
}
.articles .art-info h5 a,.article-data h5,.article-data h2,.article-data h4{
    color: var(--sec-color);
    font-family: 'bold';
    font-size: 23px;
    text-transform: capitalize;
}
.article-data h2{
    margin-top:12px;
}
.article-data p{
    margin-bottom:8px;
}
.articles .art-item .img img{
    max-width: 100%;
    height: 260px;
    object-fit: cover;
}
.articles .art-info p{
    color: #2D2C2C;
    font-size: 18px;
    margin: 20px 0;
    line-height: 1.7;
}

/* ************************** */
/* Start single article page */
.artticle-img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.article-data{
    position: relative;
    margin: 30px 0;
    padding: 20px 0;
    padding-left: 30px;
}
.article-data p{
    color: #2D2C2C;
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.7;
}
section.single{
    position: relative; 
overflow: hidden;
}
section.single::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../images/singl-art.png');
    background-size: contain;
    background-repeat: no-repeat;
    top: 385px;
    left: -406px;
    z-index: 1;
    
}
section.single .container{
    position: relative;
    z-index: 2;
}
.important-point ul{
    display: inline-block;
}
.important-point ul li{
    position: relative;
    width: 48%;
    float: left;
    margin-bottom: 12px;
    padding-right: 20px;
}
.important-point ul li a{
    color: #2C2C2C;
    font-size: 15px;
}
/* ******************************************************** */
/* Start contact page */
.contact-block{
    height: calc(100% - 15px);
    background-color: #fff;
    padding: 20px;
    box-shadow: 2px 3px 36px #F3767629;
    margin-bottom: 15px;
    transition: all 0.4s;
    text-align: center;
    min-height: 188px;
}
.contact-block .details p{
    margin-bottom: 0;
}
.contact-block .icon{
    margin: 20px 0 30px;
}
.contact-block i{
    color: var(--sec-color);
    font-size: 36px;
}
.contact-block:hover{
background: var(--sec-color);
box-shadow: 0px 3px 6px #B8B8B829;
}

.contact-block .details h3{
    font-size: 22px;
    font-family: 'bold';
    color: #333333;
}
.contact-block .details a,.contact-block .details p{
    color: #7E7E7E;
    font-size: 18.8px;
}
.contact-block:hover i,.contact-block:hover .details h3
,.contact-block:hover .details a,.contact-block:hover .details p{
    color: #fff;
}
.contact-us{
    display: flex;
    margin: 20px 0 40px;
}
.contact-us .contact-map iframe,.contact-us .contact-map,.contact-us .contact-form {
    height: 100%;
}
.contact-form form input,.contact-form form textarea{
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #fff;
    color: #7E7E7E;
    font-size: 19.3px;
}
.contact-form form input::placeholder,.contact-form form textarea::placeholder{
    color: #7E7E7E;   
}
textarea:focus{
    outline: none;
}
.contact-form label{
    color: #333333;
    font-size: 19.3px;
}
.form-info form input:focus{
    outline: none;
}
.contact-form .mobil{
    position: relative;
}
.contact-form .mobil > span:last-of-type{
    position: absolute;
    left: 15px;
    top: 50px;
    color: #7E7E7E;
}
.read-more button{
    border: none;
    margin-top: 0;
}
.contact-us .title h4{
    color: var(--main-color);
    margin-bottom: 22px;
    font-size: 26px;
}
.fram{
    width: 100%;
    height: 470px;
    margin-top: 32px;
}
section.contact-page{
    padding-top: 100px;
}
section.contact{
    padding: 20px 0;
}
/* Start product page */
.product-item img{
    width: 100%;
    max-height: 315px;
}

.contact-form .mobil  span.wpcf7-form-control-wrap.your-phone-num{
     position: relative;
    width: 100%;
        top: unset;
    left: unset;
    right: unset;
}
span.wpcf7-not-valid-tip{
    position: relative;
    left: unset;
    right: unset;
    /*top: 8px !important;*/
    color: #dc3232 !important;
}







/* *********************************************************************************** */
/* Pico page */
section.picoedg{
    background-color: #F3F3F3;
}
.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.picoedg ul{
    display: flex;
}
.picoedg  .imgs img{
    width: 100%;

}
.bg-img{
    /* background-image: url('../images/about.jpg'); */
    background-size: cover;
    height: 400px;
}
.pico-imgs{
    width: 50%;
}
.pico-imgs ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pico-imgs ul img{
    height: 140px;
    margin-inline-end: 10px;
}
.pico-imgs h3{
    color: var(--main-color);
    margin-bottom: 20px;
}
.pico-imgs p{
    line-height: 2;
    margin: 20px 0;
}
.prefiction-info{
    padding-inline-end: 100px;
}
.prefiction-info p {
line-height: 2;
margin-bottom: 25px;
}
.prefiction-info p a{
    color: var(--sec-color);
}
.video-sec{
    background-color: #E8E5E5;
}
.video-sec iframe{
    width: 100%;
    height: 360px;
}
.video-sec .video-data{
    padding-inline-start: 60px;
}
.learn-sec{
    background-image: url('../images/about.jpg');
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    position: relative;
    color: #fff;
}
.learn-sec::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.5);
    z-index: 1;
}
.learn-sec h2{
    text-transform: capitalize;
    margin-bottom: 100px;
}
.learn-sec p{
    margin-bottom:30px;
}
.learn-sec .container{
    position: relative;
    z-index: 2;
}

/* ************************************ */
.video-imgs .nav-link{
    color: var(--main-color);
    display: inline-block;
    min-width: 155px;
    text-align: center;
    padding: 12px;
    text-transform: capitalize;
    font-size: 16px;
     font-family: 'Cairo';
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--main-color);
}
.video-tab iframe{
    width: 100%;
    height: 300px;
}
.tab-pane .image img,.tab-pane .image video{
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 5px;
}
.video-imgs ul.nav.nav-pills{
    justify-content:center;
    margin-bottom:50px;

}
.right-header .header-sochial a{
    margin-inline-end:20px;
}

   ul.nav.nav-pills{
       justify-content: center;
       margin-bottom:40px;
   }

.nav-pills .nav-link{
    color:var(--main-color);
}
/**********************************************************/

.group.small {
    border-top: 1px solid #050505;
}
.group.small .box {
    width: 24px;
    height: 24px;
    padding: 4px;
    margin: 0 2px;
    margin: 0 2px;
}
.group .box {
    width: 36px;
    height: 36px;
    display: inline-block;
    padding: 10px;
    color: #fafafa;
    font-weight: 900;
    text-align: center;
    border-radius: 0;
    margin: 5px;
}
.box {
    background-color: #050505;
}
.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}

.group.long .box {
    display: block;
    width: 200px;
    transition: width .5s;
}
.group.long .box:hover, .group.long .box.on {
    width: 220px;
}
.tint.effect {
    transition-duration: .5s;
    opacity: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.intro.product img{
    width:100%;
}
section.vision{
  background-color: #E8E5E5;
    padding: 70px 0;  
}
section.heat{
   background-color: #F3F3F3; 
}
h1.have-font,span.have-font,h3.have-font{
  font-family: 'bold';
  text-transform:uppercase;
}

.group.long {
    z-index: 600;
    top: 0;
}
.group {
    margin: 10px;
}
.over {
    position: absolute;
}
.cartint {
    padding: 10% 0 13px;
}
a.page-scroller {
    color: #333;
    font-size: 2.6rem;
    display: inline-block;
    margin-top: 17px;
    transition:all 3s;
}
html {
 scroll-behavior: smooth;
}
section.rode{
    padding:50px 0;
}
.info p.num {
    font-size: 22px;
}

.home-slider {
    min-height: 555px;
    position: relative;
}

.product-item .bottom-title h4 {
    /*margin: 0;*/
    color: #212529;
    font-size: 23px;
    font-weight: 400;
    line-height: 28.8px;
}

.technology .section-title {margin-bottom: 66px;}

.tech-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #2D2C2C;
    margin-bottom: 13px;
}

.breadcrumb-info h2 {
    font-family: 'bold';
    font-size: 48px;
    line-height: 57.6px;
    color: #fff;
    margin-bottom: 12px;
}

.excellence-top.body-inner {
    padding: 0;
    z-index: 2;
    position: relative;
}

.excellence-top .excellence-text {
    padding: 60px;
    background: #FFF3EC;
    margin-top: -60px;
    text-align: center;
}

.excellence-top .excellence-text p {
    margin: 0;
    color: #363538;
    font-size: 32px;
    font-weight: 400;
    line-height: 51px;
}

.excellence-page.body-inner {
    padding: 104px 0 70px;
}

.excell-items {
    padding: 77px 55px;
    box-shadow: 0px 28px 20px 0px #0000000D;
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.excell-items .item {
    width: 16.6666667%;
    flex: 0 0 auto;
    padding: 0 5px;
    text-align: center;
}

.excell-items .item .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: var(--sec-color);
}

.excell-items .item .icon img {
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
    object-position: center;
    filter: brightness(0) invert(1);
}

.excell-items .item h3 {
    margin: 0;
    font-family: 'bold';
    font-size: 20px;
    color: #363538;
    line-height: 24px;
}

.excell-items .item:nth-child(even) .icon {
    border: 2px solid var(--sec-color);
    background: transparent;
}

.excell-items .item:nth-child(even) .icon img {
    filter: none;
}

.excellence-page2 .excell-items .item .icon {
    background: #ED1E24;
}

.excellence-page2 .excell-items .item .icon img {
    filter: brightness(0) invert(1);
}

.counter-ex {
    background: #1B1B1C;
}

.excellence-page3.body-inner {
    padding: 221px 0 0;
}

.excellence-page3.body-inner .section-title {
    text-align: center;
    margin-bottom: 95px;
}

.count-image {
    position: absolute;
    right: 0;
    max-width: 353.61px;
    height: 486px;
    bottom: 0;
    width: 353.61px;
    left: 0;
    margin-inline-start: -28%;
}

.counter-ex .row {min-height: 305px;}

.count-image img {
    max-width: 100%;
    max-height: 100%;
}

.counter-ex .col-md-3:nth-child(3) {
    background: var(--sec-color);
}

.count-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.count-block .icon {
    height: 70.5px;
    line-height: 70.5px;
    font-size: 70.4px;
    color: #fff;
    line-height: 70.4px;
    opacity: .2;
    margin-bottom: 41px;
}

.count-block h3 {
    font-family: sans-serif;
    font-size: 70.4px;
    font-weight: 700;
    line-height: 48.6px;
    color: #fff;
    margin: 0;
    height: 70.5px;
}

.count-block span {
    font-family: 'bold';
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.excellence-page4.body-inner {
    padding: 95px 0;
    position: relative;
}

.excellence-page4 .exc-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: calc(100% - 190px);
    margin: auto;
    max-height: 823px;
}

.excellence-page4.body-inner .col-md-4 ,
.excellence-page4.body-inner .col-md-5 {
    position: inherit;
}

.excellence-page4 .exc-image img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-start-end-radius: 304px;
}

.section-title .sub-title {
    padding: 3px;
    border-inline-start: 3px solid #ED1E24;
    padding-inline-start: 16px;
    color: #ED1E24;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
    display: block;
}

.exc-block {
    box-shadow: 0px 28px 20px 0px #0000000D;
    padding: 90px 90px 50px;
    background: #fff;
    margin-top: 226px;
    position: relative;
    z-index: 3;
}

.exc-block .section-title h4 {
    font-family: 'bold';
    font-size: 70.4px;
    font-weight: 700;
    line-height: 84.48px;
    color: #363538;
    margin-bottom: 44px;
}

.exc-block .ex-items .item {
    display: flex;
    margin-bottom: 50px;
}

.exc-block .ex-items .item .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.exc-block .ex-items .item .details {
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    padding-inline-start: 11px;
}

.exc-block .ex-items .item .details h3 {
    width: 50%;
    font-family: 'bold';
    font-size: 22px;
    line-height: 33px;
    color: #363538;
    margin: 0;
}

.exc-block .ex-items .item .details h3 span {
    display: flex;
    font-size: 18.8px;
    font-weight: 400;
    line-height: 28.2px;
    margin-top: 4px;
    font-family: 'regular';
}

.exc-block .ex-items .item .details h3 span, .exc-block .ex-items .item .details h3 span a {
    color: #363538;
}

.exc-block .ex-items .item:last-child {
    margin: 00;
}

.exc-block .ex-items .item .details h3 strong+span>a {
    margin-inline-end: 20px;
    font-size: 20px;
}

.exc-block .ex-items .item.btn-flex {
    align-items: center;
    -webkit-align-items: center;
    gap: 22px;
}

.exc-block .ex-items .item.btn-flex .read-more a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #ED1E24;
    border-radius: 5px;
    margin-inline-end: 7px;
}

.exc-block .ex-items .item.btn-flex .read-more a u {
    text-decoration: none;
}

.btn-serv {
    font-family: 'bold';
    font-size: 22px;
    color: var(--sec-color);
    line-height: 33px;
    text-align: center;
    /* text-decoration: underline; */
}

.btn-serv:hover {
    color: var(--main-color);
}

.excellence-page5 .exc-image {
    right: auto;
    left: 0;
}

.excellence-page5 .exc-image img {
    border-radius: 0;
    border-start-start-radius: 304px;
}

.form-h .form-group {
    position: relative;
    margin-bottom: 16px;
}

footer .header-sochial a {
    color: #fff;
    font-size: 16px;
}

.form-h .form-group .form-control {
    border: 1px solid #EAEAEA;
    height: 60.88px;
    border-radius: 0;
    padding: 0 45px;
    font-size: 19.3px;
    font-weight: 400;
    line-height: 24.03px;
    transition: all .4s;
    text-align: right;
    direction: rtl;
    padding-inline-end: 10px;
}

.form-h .form-group .form-control::placeholder {
    color: #363538;
    opacity: .5;
}

.form-h .form-group i {
    position: absolute;
    right: 0;
    top: 0;
    margin: 22px 19px;
    font-size: 19.3px;
    color: #1A1A1A;
}

.form-h .form-group .form-control:focus {
    box-shadow: none;
    border-color: var(--sec-color);
}

.form-h .form-group textarea.form-control {
    height: 146px;
    padding-top: 16px;
}

.form-h .form-group  button.btn-form {
    margin-top: 16px;
}

.career-inner {
    max-width: 746px;
    margin: 0 auto;
    box-shadow: 0px 28px 20px 0px #0000000D;
    padding: 40px 95px 58px;
}

.career-inner .title {
    text-align: center;
}

.title {
    margin-bottom: 19px;
}

.title h3 {
    font-family: 'bold';
    font-size: 48px;
    color: #363538;
    line-height: 84.48px;
    margin: 0;
}

.form-h .form-group .file-upload-group.form-control .file-uploadH {
    position: absolute;
    inset: 0;
    z-index: 4;
    opacity: 0;
}

.form-h .form-group .file-upload-group.form-control {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    color: #363538;
}

.form-h .form-group .file-upload-group.form-control i {
    position: relative;
    margin: 0;
    right: 0;
    left: 0;
}

.form-h .form-group .file-upload-group.form-control .for-sm-input-file {
    margin: 0;
    width: 43px;
    height: 38px;
    line-height: 38px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background: var(--sec-color);
    color: #fff;
}

.form-h .form-group .file-upload-group.form-control .for-sm-input-file i {
    color: inherit;
    font-size: inherit;
}

.form-h .form-group .nice-select.form-control {
    line-height: 60.88px;
    color: #363538;
    display: flex;
}

.form-h .form-group .nice-select.form-control span.current {
    opacity: .5;
}

.form-h .nice-select:after {
    width: 45px;
    height: 45px;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    transform: none;
    border: none;
    top: 12px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    color: var(--sec-color);
}

.career-inner .form-h .form-group  .btn-form {
    width: 100%;
}

.form-h .form-group .file-upload-group.form-control .file-name {
    opacity: .5;
}


/* ---------------  counter    --------------- */
.counter-item {
    direction: ltr;
    color: #fff;
    font-size: 46px;
    line-height: 81px;
    margin: 0px;
    text-align: center;

    font-weight: 600;
}

.count-block {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*width: 100%;*/
    /*padding: 25px 10px;*/
    /*transition: all 0.3s;*/
    /*box-shadow: 0px 0px 24px 0px #00000012;*/
    /*border-radius: 30px;*/
    /*background: #fff;*/
}



iframe{

    width: 100%;
}

.exc-block .ex-items .item:first-of-type .details h3 span a {
    direction: ltr;

}

.about-info p{
    font-size:18px;
    line-height:28px;
    margin-bottom: 28px;
}
.carousel-info h2 {
    font-size: 64px;
}
.carousel-info p {
    font-size: 19px;
}

.section-title span {
    font-family: 'bold';
    font-size: 23px;
    color: var(--sec-color);
    line-height: 27.6px;
}

.about-info .section-title {
    margin-bottom: 15px;
}

.res-h {
    display: none;
}

.whatsIcon {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    margin: 30px;
}

.whatsIcon i {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.tech-item {
    margin: 0 0 30px;
}

.home-slider .header-sochial {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 12px;
    display: flex;
    border-top: 1px solid #FFFFFF33;
    padding: 17px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    z-index: 8;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    gap: 0;
    text-align: center;
}

.home-slider .header-sochial a {
    margin: 0;
    color: #fff;
    border-radius: 0;
    font-size: 21.22px;
    position: relative;
    overflow: hidden;
    padding: 17px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.home-slider .header-sochial a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff;
    z-index: -1;
    filter: blur(90px);
}
.home-slider .header-sochial a:hover{
    /* color:#fff; */
    color: var(--sec-color);
}
.whatsIcon {
    display: none;
}
.window-tinting .section-title span {
    display: none;
}


.home-slider .header-sochial{
       display: none;
}
.sidebar .side-content ul li.current-menu-item a{
    color:var(--sec-color);
}

.form-h .form-group .file-upload-group.form-control .for-sm-input-file {
    position: absolute;
      left: 13px;
    top: 11px;
}

.form-h .form-group .file-upload-group.form-control {
    justify-content: start;
    padding: 0 12px;
}

.nice-select {
    padding: 0 12px !important;
}
section.about .about-img img {
    /*max-width: 400px;*/
    /*object-fit: contain;*/
}

section.about .about-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.about.page-content .row {
    align-items: center;
}

.contact-form .mobil > span:last-of-type {
    direction: ltr;
    display: block;
    font-family: 'medium';
}
.contact-form form input[name="your-phone-num"] {
    font-family: 'medium';
}
footer .footer-contact ul li a {
    font-family: 'Cairo';
}
    .sidebar .logo {
        width:100%;
        background: #fff;
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
    }


.window-tinting .window-item h5 {
    margin-bottom: 10px;
    min-height: 57px;
}
.contact-block .details a {
    font-family: '29LT-Bukra';
}

.product-item {
    height: 386px;
    background: #fff;
}

.window-item:hover .img::after {
    display: none;
}

.service-item .servic-info {
    background: #0000006b;
}

.service-item .servic-info h4{
    color:#fff;
}

.carousel-info {
    bottom: 60px;
}

.articles .art-info h5 a{
    color:#000;
}
.product-item {
    padding-top: 20px;
}

.product-item .bottom-title {
    padding: 5px;
}
.product-item .bottom-title h4 {
    margin-bottom: 10px;
}


.item.part-item .img {
  background: #fff;
  border-radius: 17.5px;
  border: 4px solid #2D2C2C;
  height: 157px;
  margin: 0px 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  overflow: hidden;
  padding: 32px;
}

.item.part-item .img img {
  max-width: 100%;
  min-width:170px;
  height: 100%;
  padding:32px;
  transition: all 0.3s;
  object-fit: contain;
}

.item.part-item .img:hover  {
  border-color:var(--sec-color);
}

.slider-home.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--sec-color);
}

.logo span{
        display: block;
    text-align: center;
    color: var(--sec-color);
    font-size: 17px;
    position: relative;
    top: -6px;
    font-family: 'medium';
}
section.partner .section-title h4 {
    text-align: center;
    margin-bottom: 40px;
}



.fixed-icone a{
    position: fixed;
    bottom: 30px;
    z-index: 99;
    animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {

    0%,
    100% {
        transform: translateY(-12px);
    }

    50% {
        transform: translateY(12px);
    }
}

.fixed-icone a {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
    color: #fff;
    font-size: 27px;
    background: linear-gradient(180deg, #61FD7D 0%, #2BB826 100%);
    box-shadow: 0px 3.24px 3.24px 0px #30BF2F4D;
    border-radius: 50%;
        right: 16px;
}

.fixed-icone a.map_link{
    color: #DA0000;
    font-size: 22px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #DCDCDC;
        left: 16px;
        right:auto;
}





















