:root{
    --main-color:#1C0F00;
    --sec-color:#DFBB7E;
    --gray-color:#988B8B;
    --after-color:#A80000;

    --c:#e11d27;
}
@font-face{
    font-family: 'medium';
    src:url('../fonts/Poppins-Medium.ttf') ;
    }
    @font-face{
        font-family: 'semibold';
        src: url('../fonts/Poppins-SemiBold.ttf');
    }
    @font-face{
        font-family: 'bold';
        src: url('../fonts/Poppins-Bold.ttf');
    }
  
 @font-face{
     font-family: 'regular';
     src: url('../fonts/Poppins-Regular.ttf');
 }   
  
 @font-face{
    font-family: 'c-semi';
    src: url('../fonts/Cairo-SemiBold.ttf');
} 

@font-face {
    font-family: 'c-ar';
    src: url('../fonts/Cairo-Regular.ttf');
}
@font-face {
    font-family: 'bold-ar';
    src: url('../fonts/Cairo-SemiBold.ttf');
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"],
 .wpcf7 input[type="tel"] {
    /*direction: rtl !important;*/
}
    body {
        text-align: start;
        font-family: 'regular';
        overflow-x: hidden;

    }
    /* 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;
}
span.navbar-toggler-icon {
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
        width: 30px;
    height: 30px;
    font-size: 20px;
    margin-inline-start: 8px;
}
/* Start navbar */
.logo img{max-height: 125px;max-width: 100%;object-fit: contain;}
.mynavbar{
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    z-index: 99999;
}
.mynavbar .row{
    align-items: center;
    padding: 10px 0;
}
.mynavbar ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.lang a,a.lang{
    color: #fff;
    font-family: 'c-semi';
      text-transform: capitalize;
}
.lang a i{
    padding-inline-start: 6px;
}
.left-nav{
display: flex;
align-items: center;
justify-content: space-between;
}
.mynav-menu ul li .nav-link{
    color: #1C0F00;
    text-transform: capitalize;
    font-family: 'medium';
    padding: 10px;
    transition: all 0.3s;
}
.mynav-menu ul li .nav-link:hover,
.mynav-menu ul li.current-menu-item .nav-link{
    color: var(--sec-color);
}


.responsive-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    padding: 20px;
}
.responsive-menu .logo img{
    max-height: 100px;
}
.responsive-menu .right-menu{
    display: flex;
}
.responsive-menu a.lang{
    padding-inline-end: 12px;
}
/* Sidebar */

.sidebar{
    position: fixed;
    top: 0px;
    bottom: 0;
    left: -350px;
    height: 100%;
    width: 350px;
    background-color: #000;
    z-index: 999;
    padding: 20px 0;
     z-index: 999999;
   transition: all 0.7s;
   box-shadow: 0px 0px 20px #00000029;
   padding:20px 0;
}
.sidebar-width{
    left: 0px;
}
.sidebar .close-side i{
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.sidebar .side-content{
    padding-top: 10px;
    margin-top: 30px;
}
.side-content a i{
    margin: 0 8px;
}
.side-content a{
    text-transform: capitalize;
}
 .close-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    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 / 30%);;
}
.sidebar .side-content ul li:hover{
    background-color: #fff;
}
.sidebar .side-content ul li:hover a::after{
    color: #fff;
}
.sidebar .side-content ul li:hover a,
 .sidebar .side-content> ul li:hover a::after{
    color: var(--main-color);
}

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

.sidebar .side-content ul li a:hover{
    background-color: #fff;
    color: var(--main-color);
}
.sidebar .contact-buttons{
justify-content: center;
    margin-top: 60px;
}
.search-menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
} 
.mynav-menu ul li.active .nav-link{
    color: var(--sec-color);
} 
/* Start home slider */
.slider-home .slider-img {
    position: relative;

}

.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%;
    min-height:600px;
}

.slider-home .slider-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: transparent linear-gradient(180deg, #003089F2 0%, #001845AB 100%) 0% 0% no-repeat padding-box; */
    background-size: cover;
}

.carousel-info {
    position: absolute;
    z-index: 2;
    color: #1C0F00;
    text-align: center;
    bottom: 40px;
    transform: translateX(-50%) translateY(0px);
    visibility: hidden;
    transition: all 1s ease-in;
    padding: 45px 20px;
    left: 50%;
    width: 60%;
}

.carousel-info .more-data {
    display: flex;
    justify-content: space-around;
}

.slider .owl-item.active .carousel-info {
    transform: translateX(-50%) translateY(-60px);
    opacity: 1;
    visibility: visible;
}

.carousel-info h2 {
    margin-top: 16px;
    margin-bottom: 42px;
    font-size: 54px;
    font-family: 'semibold';
    line-height: 65px;
}

.carousel-info h6 {
    font-size: 24px;
   font-family: 'bold';
   color: var(--sec-color);
}

.home-slider .owl-carousel,
.sponser-slider {
    direction: ltr;
}

.slider-home .owl-item .slider-img {
    height: 660px;
}

.slider-home .owl-item .slider-img img {
    height: 660px;
    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 {
    margin-top: 0;
    position: absolute;
    bottom: 11px;
    font-size: 21px;
    background-color: transparent;
    z-index: 9;
}

.home-slider .owl-theme .owl-nav .owl-prev {
    left: 43%;
}

.home-slider .owl-theme .owl-nav .owl-next {
    right: 43%;
}

.card-slider.owl-theme .owl-nav .owl-prev {
    left: -60px;
}

.card-slider.owl-theme .owl-nav .owl-next {
    right: -60px;
}

.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next {
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.read-more a,
.read-more button {
    display: inline-block;
    padding: 12px 20px;
    min-width: 170px;
    transition: all 0.5s;
    text-align: center;
    border-radius: 1px;
    position: relative;
}
.order{
    border: 1px solid #fff;
    color: #fff;
    margin-inline-end: 6px;
}
.menu{
border: 1px solid transparent;
    /* background: linear-gradient(180deg, #A370CC 0%, #8ED9F1 15.1%, #FF58F8 100%); */
    background: url('../images/bg.png');
    background-size: cover;
    color: #000;
    border: none;
}
.read-more a,.read-more button  {
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    text-transform: capitalize;
    overflow: hidden;
    transition: 0.8s all ease;
    z-index: 2;
}

.read-more a::before ,.read-more button::before {
    background: var(--sec-color);
    color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 0%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.6s ease;
}
.read-more a:hover{
    color: #fff;
    border-color: transparent;
    background: var(--sec-color);
}
.read-more a:hover::before ,.read-more button:hover::before{
    height: 480%;
}
.read-more button{
    background: url('../images/bg.png');
    background-size: cover;
    color: #fff;
}
.owl-theme .owl-dots .owl-dot span,
.card-slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 4px 7px 9px;
    font-size: 12px;
    background: #DFBB7E;
    color: #fff;
    position: relative;
}
.owl-theme .owl-dots .owl-dot.active span::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    top: -4px;
    left: -4px;
    border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span::after {
    border: 1px solid #fff;
}
.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);
}

.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;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

/* ********************************* */
/* Start contact-sec section */
.contact-sec{
    background-color: #1C0F00;
    padding: 48px 0;
}
.contact-sec a{
    display:flex;
}
.contact-sec a,.work-time h6{
    color: #fff;
    font-size: 18px;
    font-family: 'semibold';
}
.work-time span,.address p{
color: #988B8B;
}
.contact-sec a i,.work-time h6 i{
    padding-inline-end: 8px;
     margin-top: 6px;
}
.contact-sec .address p{
    max-width: 46%;
    margin-top: 21px;
    margin-bottom: 0;
}
.contact-sec .map a{
    justify-content:center;
}
.contact-sec .map{
    text-align: center;
}
.contact-sec .map .address p{
    margin:21px auto 0;
}
.contact-sec .call .address p{
    padding-inline-start: 30px;
    max-width: 50%;
}
.contact-sec .work-time{
    text-align: end;
}
.contact-sec .work-time h6{
   margin-bottom: 21px;
}

/* Start contact-sec section */
/* ----------------------------------------------------------- */
/* Start our story section */
section.about{
    /* background-image: url('../images/dark-bg.png');
    background-size: cover; */
    padding: 0;
}
section.about .row{
    align-items: center;

}
section.about .col-lg-6{
    padding: 0;
}
.about-img img{
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.about-info{
    padding-inline-start: 12%;
    position: relative;
    z-index: 2;
  /*  background-image: url('../images/dark-bg.png');*/
    background-size: contain;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-data{
    position: relative;
    height: 520px;
}
.about-data::after{
    position: absolute;
    /* content: ''; */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/dark-bg.png');
    background-size: contain;
}
.about-info h6{
    font-size: 14px;
     font-family: 'semibold';
     color: var(--sec-color);

}
.about-info h3{
    font-size: 40px;
     font-family: 'semibold';
     color: #1C0F00;
     margin-bottom: 27px;
}
.about-info p{
    color: var(--gray-color);
    width: 80%;
}
/* ************************Start services section************************** */
.section-title{
    text-align: center;
    margin-bottom: 16px;
}
.section-title h4{
    color: #1C0F00;
    font-size: 26px;
    /* padding-bottom: 14px; */
    font-family: 'medium';
    display: inline-block;
    position: relative;
}
.section-title h4::after{
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background-color: var(--bg-color);
    bottom: 0;
    left: 0;
}


section{
    padding: 70px 0;
    overflow: hidden;
}
section.services{
    background: linear-gradient(to bottom, #f0e2c9, #fffaf3); /* بني إلى بيج */
    background-size: cover;
    background-repeat: no-repeat;
}
.services-item{
    text-align: center;
    margin-bottom: 10px;
    padding: 0 20px;
}
.services-item .img{
    width: 90px;
    height: 84px;
    margin: 14px auto;
    /*border: 1px solid #000;*/
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-item img {
    max-width: 100%;
    max-height:100%;
}
.services-item .ser-info h5{
    font-family: 'semibold';
    margin-bottom: 28px;
    margin-top: 22px;
}

.services .col-lg-4:first-of-type{
    animation-delay: 0.5s;
}
.services .col-lg-4:nth-child(2){
    animation-delay: 1s;
}
.services .col-lg-4:last-of-type{
    animation-delay: 1.5s;
}

/* Start Order-Online section */
.Order-Online , .related-product , .single-product{
   /* background-image: url('../images/dark-bg.png');*/
    background-size: contain;
    background-repeat: repeat;  
}
.Order-Online .row{
    align-items: center;
}
.order-img{
    display: flex;
    align-items: center;
    justify-content: end;
}
.order-img img{
    max-height: 320px;
    max-width: 318px;
}
.order-info h4{
    color: #1C0F00;
    font-size: 40px;
    font-family: 'semibold';
    margin-bottom: 40px;
}
.order-info p{
    color: var(--gray-color);
}
/* End Order-Online section */
/* Start gallary section */
.gallary{
    padding: 8px 0;
}
.gallary .container-fluid{
    padding: 0;
}
.gallary .item-img img{
    height: 500px;
    object-fit: cover;
    max-width: 100%;
}
/* Start products section */
.products{
   /* background-image: url('../images/dark-bg.png');*/
    background-size: cover;
    position: relative;
}
.sec-info p{
    width: 70%;
    margin: auto;
    text-align: center;
    color: var(--gray-color);
    line-height: 27px;
    margin-bottom: 64px;
}
ul.nav-pills{
    justify-content: center;
    margin-top: 40px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link,
.nav-pills .nav-link:hover {
    border-bottom: 1px solid var(--sec-color);
    background: transparent;
    color: var(--sec-color);
}
.nav-pills .nav-link {
    color: var(--sec-color);
    font-family: 'semibold';
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-inline: 14px;
}

.block-data .item-img{
    overflow: hidden;
}
.block-data .item-img img{
    width: 100%;
height: 300px;
object-fit: cover;
transition: all 4s;
}
.block-data .item-img:hover img{
    transform: scale(1.2);
}
.block-data{
    text-align: center;
}
.block-data h4 a{
    color: #1c0f00;
    font-size: 24px;
    font-family: 'medium';
}
.block-data p{
    color: var(--gray-color);
    font-size: 15px;
    margin: 16px 0;
}
.block-data .item-info{
    padding: 20px 4px;
}
/* end products section */
/* ************************************************************** */
/* Start contact section */
.book-table{
    display: flex;
    background-image: url('../images/dark-bg.png');
    background-size: cover;
    padding: 0;
}
.contact-form{
    height: 100%;
    padding-inline-start: 12%;
    padding-block: 40px;
}
.book-t-img{
    height: 100%;
}
.book-t-img img{
    max-width: 100%;
   height: 100%;
   object-fit: cover;
}
.contact h5{
    color: #fff;
    text-transform: capitalize;
    font-size: 32px;
    font-family: 'semibold';
    margin-bottom: 34px;
}
.contact-form form input,.contact-form form textarea{
    width: 100%;
    padding: 5px;
    background: transparent;
    border:none;
    color: #fff;
    border-bottom: 0.5px solid #ffffff45;
    padding-bottom:12px;
}
.contact-form form input::placeholder,.contact-form form textarea::placeholder{
    color: #fff;
    font-size: 15px;
    width: 100%;
    font-family: 'medium'; 
    text-transform: capitalize;
    margin-bottom: 20px;
}
textarea:focus{
    outline: none;
}
.contact-form label{
    color: #fff;
    font-size: 15px;
    width: 100%;
    font-family: 'medium';
    text-transform: uppercase;
    margin-bottom: 0%;
}
.form-info form input:focus{
    outline: none;
}
.contact-form .mobil{
    position: relative;
}
.contact-form .mobil span.mobile-num{
    position: absolute;
    left: 15px;
    top: 40px;
    color: #0B2A41;
}
.col-lg-6.date {
    position: relative;
}

.date i {
    position: absolute;
    top: 14px;
    right: 15px;
    color: #fff;
}
.contact-form  .read-more{
    margin-top: 20px;
}
.contact-form .form-group{
    margin-bottom: 50px;
}
/* *************Start footer section*********** */
footer{
    overflow: hidden;
    padding: 40px 0 0;
    position: relative;
    /* background-image: url('../images/dark-bg.png'); */
    /* background-size: cover; */
    background-color: #1c0f00;
}
 .footer-links li a{
    color: #988B8B;
    display: flex;
    text-transform: capitalize;
    /* align-items: center; */
}
.footer-links li  i{
    padding-inline-end: 5px;
    width: 20px;
    margin-top: 3px;
}
.footer-links li{
    margin-bottom: 22px;
}
footer h4{
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.footer{
    padding-bottom: 40px;

}
.footer-details p{
    max-width: 59%;
    color: #988B8B;
}
.footer-links p{
    color: #777777;
    margin-bottom: 0;
    padding-inline-start: 20px;
}
footer .container{
    position: relative;
    z-index: 2;
}
.footer .mynav-menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-contact{
    margin-bottom: 20px;
}
.footer-logo img{
   height: 119px;
}

.footer-sochial{
    display: flex;
    margin-top: 30px;
    align-items: center;
}
footer a,footer li{
    color: #fff;
}
footer a:hover{
    color: var(--bg-color);
}
 .footer-sochial a {
    margin-inline-end: 20px;
    transition: all 0.5s;
    background: -webkit-linear-gradient(#A370CC  0%, #8ED9F1  15.1%, #FF58F8  100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-sochial a:hover{
    color: var(--bg-color);
}
.footer .contact{
    margin-block: 20px;
}
.copy-right {
    padding:10px 0px;
}
.copy-right p{
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}

.ryad-logo {
    height: 65px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}

.comp-rights {
    text-align: end;
}
.footer-links li:hover p,
.footer-links li:hover a{
    color: #fff;
}
/* ********************************************************************************************* */

.breadcrumb-section{
    background-image: url('../images/slider-1.png');
    background-size: cover;
    background-position: center;
    padding: 160px 0 47px;
    position: relative;
    z-index: 2;
    height: 340px;
    object-fit: cover;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat



    }
.breadcrumb-section h2{
    font-size: 40px;
    /* font-family: 'bold'; */
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.breadcrumb{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:transparent;
    padding-inline-start: 0;
}

.breadcrumb-section a{
    color: #fff;
    text-transform: capitalize;
}

.breadcrumb-item.active{
    color: var(--sec-color);
    font-size: 16px;
    text-transform: capitalize;
}
.breadcrumb-item+.breadcrumb-item::before{
    padding-left: 10px;
    content: "/ ";
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}
.product-page .product-block:hover{
    border-color: var(--bg-color);
    /* border-width: 2px; */
    transform: translateY(0);
}
/* ********************************************************************** */
/* *************************************************************************************** */







.form-group{
    position:relative;
  }
  
  label {
      position: absolute;
      top: 50%;
      left: 16px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 16px;
      color: #333;
      pointer-events: none;
      -webkit-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
  }
  
  input {
      display: inline-block;
      padding: 5px 0;
      margin: 10px 0 0 0;
      font-size: 16px;
      background: none;
      border: 0;

      box-shadow: none;
      outline: none;
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important;
  }
  
  input:focus + label,
  input.has-value + label,
  textarea:focus + label,
  textarea.has-value + label {
      top: 5px;
      font-size: 14px;
  }
  
  textarea:focus + label,
  textarea.has-value + label {
      top: 30px;
  }
  input:focus::-webkit-input-placeholder 
  {
      color: transparent;
     
  }
  

  .mynav-menu ul li .nav-link{
    text-shadow: 0 20px transparent;   
  }
  .mynav-menu ul li .nav-link:hover, .mynav-menu ul li.current-menu-item .nav-link{
    text-shadow: 0 0 var(--sec-color);
    color: transparent;
  }

  /* --------------------------------------------------------- */
  /* Start menu page */
  .block-data .order , .single-product .order{
      display: inline-block;
      width: 160px;
      border: 1px solid var(--sec-color);
      text-align: center;
      color: var(--sec-color);
      transition: all 0.3s;
      font-weight: 600;
      font-family: 'bold';
  }
  .block-data .order:hover{
      background-color: #fff;
      border-color: #fff;
      color: #000;
  }
  .order{
      padding: 10px 14px;
  }
  .tab-pane .col-lg-3{
      padding: 0 4px;
  }
  .tab-pane .block-data{
      margin-bottom: 30px;
  }
  /* ---------------------------------------------------------- */
  /* Start single product page */
  .product-detail{
      padding-inline-end: 40px;
  }
  .product-detail h4{
      font-family: 'bold';
      font-size: 32px;
      color: #fff;
  }
  .product-detail .salary{
      color: var(--sec-color);
      font-family: 'bold';
      font-size: 32px;
      margin: 16px 0;
  }
  .product-detail p{
      color: #988B8B;
  }
  .product-detail .read-more{
      margin-top: 64px;
  }
  .related-product .salary{
      color: #fff;
      margin: 16px 0;
      font-size: 24px;
      font-family: 'medium';
  }
  .single-img img{
      width: 100%;
      height: 499px;
      object-fit: cover;
  }
  .related-product .col-lg-3{
      padding: 0 4px;
  }
  .single-product .row{
      align-items: center;
  }
  .block-data.card-slider .item-info .order{
      margin-top: 20px;
  }
  /* -------------------------------------------------------------------- */
  /* Start about page */
  .evaluation{
      display: flex;
      align-items: center;
      justify-content: space-around;
  }
  .cust-img{
      text-align: center;
  }
  .cust-img img{
      width: 67px !important;
      height: 67px;
      border-radius: 50%;
      margin:0 auto 20px;
  }
  .customer-block .item{
      text-align: center;
      border: 1px solid var(--sec-color);
      padding: 20px;
      margin: 20px 12px;
  }
  .customer-block p{
      color: #988B8B;
          min-height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .customer-block .name h5{
      font-size: 18px;
      color: #fff;
      border-left: 1px solid #fff;
      padding-left: 29px;
  }
  .customer-block .stars i{
      color: var(--sec-color);
  }
.customer , .contact-page{
    background-image: url('../images/dark-bg.png');
    background-size: contain;
}


.owl-theme.customer-slider .owl-dots{
    bottom: -40px;
}

.mission ul{
    list-style: unset;
    padding-inline-start: 20px;
    color: #988B8B;
}
.mission ul h6{
    color: #988B8B;   
}
.about-info.mission p {
    width: 92%;
}
.about-img{
    margin-inline-start: 30px;
}
.about-info{
    margin-inline-end: -30px;
}
/* ----------------------------------------------------------- */
.contact-info ul li , .contact-info ul li a{
    color: var(--sec-color);
    margin-bottom: 22px;
    display: flex;
}
 .contact-info ul li a{
   margin-bottom: 0px;  
 }
.contact-info ul li span.key{
    color: #fff;
    padding-inline-end: 3px;
}

.contact-info h4{
    color: #fff;
    font-size: 32px;
    font-family: 'medium';
    margin-bottom: 16px;
}
.contact-info h6{
    color: #fff;
    font-size: 24px;
    font-family: 'medium';
    margin: 60px 0 34px;
}
.contact-info p{
    color: #988B8B;
}
.contact-page label{
    left: 0;
}

form{
    direction:ltr;
}

input:focus + label, input.has-value + label, textarea:focus + label, textarea.has-value + label {
    top: 5px;
    font-size: 14px;
}







.service-page, .integrity-page{
    background-image: url(../images/dark-bg.png);
    background-size: cover;
}
.service-page .services-item{
    min-height:100px;
    margin-bottom:30px;
}
.services-item a h5{
    font-family: 'bold';
    text-transform: uppercase;
    position: relative;
    margin-bottom: 14px;
    padding-bottom: 14px;
    color: #fff;
}

.services-item a h5::after{
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background-color: var(--sec-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.services-item a p, .integrity-page {
    color: #fff;

}
.services-item  a .img {
    /*border: 1px solid #fff;*/
    /*background-color: #fff;*/
}

.integrity-page ul{
    width:75%;
    margin:auto;
}
.integrity-page ul li{
    text-align:center;
    margin-bottom:30px;
}

.integrity-page ul li h4{
    text-transform: uppercase;
     font-family: 'bold';
     margin-bottom:10px;
     font-size:32px;
}

 .services-item .img:hover img{
     animation: 1s jello;
 }
p{
    line-height:27px;
}
.right-menu a{
    color:#fff;
    text-transform: capitalize;
}


.right-menu a{
   font-family: 'c-ar';  
}
.copy-right .row{
    align-items:center;
}

.contact-page .contact-info li:nth-child(2) span:last-of-type, .mob-num{
    direction: ltr;
    display: inline-block;

}
.contact-form form input[name="your-message"]{
    padding-bottom:60px !important;
}
.mynav-menu{
    
margin-inline-start: 24px;
}


.wpcf7 form .wpcf7-response-output {

    color: #fff;
}


.timepicker {
    background-color: #f2f2f2;
    /*position: absolute;*/
    color: #8c8c8c;
    border: 1px solid #b5b5b5;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.33);
    z-index: 2147483647;
  }
  .timepicker .clock {
    width: 200px;
    height: 200px;
    position: relative;
    padding: 5px;
  }
  .timepicker .done {
    cursor: pointer;
    text-align: center;
    text-wrap: nowrap;
    line-height: 34px;
    font-size: 14px;
    display: block;
    border-top: 1px solid #dedede;
  }
  .timepicker .done:hover {
    background-color: #dedede;
    color: #848484;
  }
  .timepicker .meridiem {
    position: absolute;
    bottom: 5px;
    width: 32px;
    height: 32px;
    background-color: white;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
  }
  .timepicker .meridiem.selected {
    background-color: #d6f0f9;
    color: #6d828c;
  }
  .timepicker .meridiem.am {
    left: 5px;
  }
  .timepicker .meridiem.pm {
    right: 5px;
  }
  .timepicker .bubble {
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
  }
  .timepicker .bubble:hover {
    background-color: #d6f0f9;
    color: #6d828c;
  }
  .timepicker .bubble.selected {
    color: #d6f0f9;
    background-color: #33b4e4;
  }
  .timepicker .unit {
    top: 5px;
    background-color: white;
  }
  .timepicker .unit.hour {
    left: 5px;
  }
  .timepicker .unit.minute {
    right: 5px;
  }
  .timepicker .face {
    width: 100%;
    height: 100%;
    background-color: white;
    border: none;
    border-radius: 50%;
    position: relative;
  }
  .timepicker .face:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background-color: #33b4e4;
    border-radius: 50%;
    content: "";
    display: block;
  }
  .timepicker .hand {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    pointer-events: none;
    background-color: #8c8c8c;
  }
  .timepicker .hand.minute {
    margin: -30% 0 0 -1px;
    padding: 30% 1px 0;
    border-radius: 1px 1px 0 0;
  }
  .timepicker .hand.hour {
    margin: -23% 0 0 -2px;
    padding: 23% 2px 0;
    border-radius: 2px 2px 0 0;
  }
  .timepicker .hand.selected {
    background-color: #33b4e4;
  }
  .timepicker .time {
    background-color: #f2f2f2;
  }






