:root{
    --main-color: #3C3A9B;
    --sec-color: #D7A37C;
    --bg-color: #3C3A9B;
}
/* @font-face{
    font-family: 'medium';
    src:url('../fonts/NeoSansArabicMedium.ttf') ;
    }
    @font-face{
        font-family: 'bold';
        src: url('../fonts/Bahij_TheSansArabic-Bold.ttf');
    }
   
    @font-face{
        font-family: 'semibold';
        src: url('../fonts/Bahij_TheSansArabic-SemiBold.ttf');
    }      
     @font-face{
         font-family: 'regular';
         src: url('../fonts/Neo\ Sans\ Arabic\ Regular.ttf');
     }   
     @font-face{
        font-family: 'light'; font-weight: 400;
        src: url('../fonts/Bahij_TheSansArabic-Light.ttf');
    }    */
@font-face{
    font-family: 'medium';
    src:url('../fonts/jaz-font.woff2') ;
    }
    @font-face{
        font-family: 'bold';
        src: url('../fonts/jaz-font.woff2');
    }
   
    @font-face{
        font-family: 'semibold';
        src: url('../fonts/jaz-font.woff2');
    }      
     @font-face{
         font-family: 'regular';
         src: url('../fonts/jaz-font.woff2');
     }   
     @font-face{
        font-family: 'light'; font-weight: 400;
        src: url('../fonts/jaz-font.woff2');
    }  
    .wpcf7 input[type="url"], .wpcf7 input[type="email"],
     .wpcf7 input[type="tel"] {
        direction: rtl !important;
    }
    body {
        direction: rtl;
        text-align: start;
        font-family: 'light'; font-weight: 400;
        overflow-x: hidden;

    }
    


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/ico-moon/icomoon.eot?hhne23');
  src:  url('../fonts/ico-moon/icomoon.eot?hhne23#iefix') format('embedded-opentype'),
    url('../fonts/ico-moon/icomoon.ttf?hhne23') format('truetype'),
    url('../fonts/ico-moon/icomoon.woff?hhne23') format('woff'),
    url('../fonts/ico-moon/icomoon.svg?hhne23#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
	font-size:20px;
	display:inline-block;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-phone:before {
  content: "\f095";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-language:before {
  content: "\f1ab";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-cc-visa:before {
  content: "\f1f0";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-handshake-o:before {
  content: "\f2b5";
}
.icon-credit-card1:before {
  content: "\e93f";
}
    
    
    /* nice select */
.nice-select {
    width: 100%;
    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: var(--sec-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    width: 30px;
    height: 30px;
}
span.navbar-toggler-icon i{
    font-size: 20px;
}
/* Start navbar */
.my-account{
    position: relative;
    margin-inline-end: 38px;
    border: 1px solid #fff;
    padding: 8px 12px;
    border-radius: 3px;
    min-width: 160px;
    text-align: center;
    transition: all 0.3s;
}
.my-account:hover{
    background-color: var(--sec-color);
    border-color: var(--sec-color);
}
.my-account h6{
    position: relative;
    padding-inline-end: 18px;
    display: inline-block;
    color: #fff;
}
.my-account h6 i{
    padding-inline-end: 5px;
    font-size: 22px;
}
.my-account h6::after {
    position: absolute;
    content: '\f107';
    font-family: 'font awesome 5 pro';
    top: 7px;
    left: 0;
    color: #fff;
}
.my-account ul {
    display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 160px;
    box-shadow: 0px 5px 15px #0000001a;
    border-radius: 3px;
    padding: 5px 10px;
    background: #fff;
    z-index: 999999;
    margin-top: 10px;
    transform: translateY(-20px);
    transition: all 0.4s;
    visibility: hidden;
    text-align: start;
}
.my-account:hover ul, .my-account ul.open {
    opacity: 1;
    height: auto;
    transform: translateY(0);
    visibility: visible;
    z-index: 99999999;
}
.right-navbar,.header-links{
    display: flex;
    align-items: center;
}

.left-navbar{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-inline-start: 30px;
}
.left-navbar button{
    background: transparent;
    padding-inline: 0;
}
.my-account ul li a{
    display: inline-block;
    padding-block: 4px;
}
.left-navbar a{
    color: #000;
}
.logo img
{height: 64px;width: 119px;object-fit: contain;}
.mynavbar{background-color: var(--bg-color);padding: 6px 0;}
.mynav{
    padding-inline-start: 50px;
}
.mynav li{
    padding-inline-start: 26px;
}
.mynav .nav-link{
    color: #fff;
    /*transition: all 0.3s;*/
    padding: 0;
    font-family: 'bold'; font-weight: bold;
    display: inline-block;  
    position: relative;
}
.mynav .nav-link:hover,.current-menu-item .nav-link{
    /* animation: 1s rubberBand; */
    color: var(--sec-color);
}
.mynav .nav-link::after{
    position: absolute;
    content: '';
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
   background-color: var(--sec-color);
    opacity: 0;
}
.mynav .nav-link.active::after,.mynav .nav-link:hover::after,.current-menu-item .nav-link::after{
    opacity: 1;
}
.mynavbar .row{
    align-items: center;
    padding: 10px 0;
}
.mynavbar ul.main-menu,.mynavbar ul.lang-search{
    display: flex;
    align-items: center;
}
.lang a{
    color: #fff;
    text-transform: uppercase;
}
.lang-search .btnSearch{
    color: #fff;
}
.left-nav{
display: flex;
align-items: center;
justify-content: space-between;
}
.left-navbar li{
    padding-inline-start: 14px;
}
.left-navbar li.lang{
    padding-inline-start: 26px;
}
.sidebar .my-account {
    min-width: 100px;
    margin-inline-start: 0px;
    margin-top: 30px;
}

.sidebar .more a{
    padding:16px  6px;
    font-size: 14px;

}
.sidebar  .header-links {
    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;
    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;
    left: -350px;
    height: 100%;
    width: 350px;
    background-color:var(--bg-color);
    z-index: 999;
    padding: 20px 0;
    z-index: 999999;
    transition: all 0.7s;
    box-shadow: 0px 0px 20px #00000029;
    padding:20px 0;
    overflow-y: scroll;
}
.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: var(--bg-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 / 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: inline-block;
    padding: 10px 20px;
    position: relative;
    /*text-align: center;*/
    transition:all 0.3s;
    padding-inline-end: 6px;
}

.sidebar .side-content ul li a:hover{
    background-color: #fff;
    color: var(--main-color);
}
.sidebar .contact-buttons{
justify-content: center;
    margin-top: 60px;
}

/* Start banner section */
.bannar-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner{
    /* background-image: url('../images/banner.png'); */
    background-size: cover;
    padding-inline-start: 0;
    padding-top: 0;
    position: relative;
    min-height: 480px;
}
.slider-info {
    text-align: right;
    padding-top: 200px;
}
.bannar-info{
    width: 40%;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    right: 10%;
}
.bannar-info h2{
    color: #000;
    font-size: 48px;
    margin-block: 22px;
    font-family: 'bold'; font-weight: bold; 
    animation-delay: 0.5s;
}
.bannar-info p{
    font-family: 'light'; font-weight: 400;
    color: #2D2D2D;
    animation-delay: 1s;
    line-height: 27px;
    margin-block: 34px;
}
.bannar-info .more{
    animation-delay: 1.5s;
}

.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: 45px;
    height: 45px;
    font-size: 26px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    background: var(--sec-color);
}

.card-slider.owl-theme .owl-nav .owl-prev {
    left: -60px;
    background-color: var(--sec-color);
}
.card-slider.owl-theme .owl-nav .owl-next {
    right: -60px;
    background-color: var(--sec-color);
}
.card-slider.owl-theme .owl-nav .owl-next:hover,
.card-slider.owl-theme .owl-nav .owl-prev:hover{
    background-color: #6B6B6B;
}
.home-slider  .owl-theme .owl-nav .owl-next:hover,
.home-slider  .owl-theme .owl-nav .owl-prev:hover
{color: var(--sec-color);
    background: #fff;
}
.sponser-slider.owl-theme .owl-nav .owl-next{
    right: -20px;
    color: #000;
}
.sponser-slider.owl-theme .owl-nav .owl-prev{
    left: -20px;
    color: #000;
}
.sponser-slider.owl-theme .owl-nav .owl-prev:hover,
.sponser-slider.owl-theme .owl-nav .owl-next:hover{
    color: var(--sec-color);
}
.slider-home.owl-theme .owl-dots .owl-dot span,
.card-slider.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 16px 6px;
    font-size: 12px;
    border: none;
    background: #B5B5B5;
    border-radius: 50%;
    transition:all 0.3s;
}


.card-slider.owl-theme .owl-dots
{position: absolute;bottom: -23px;left: 50%;transform: translateX(-50%);margin-top: 0;}

.more a,.package-btn a,.more button{
display: inline-block;
min-width: 168px;
background-color: var(--sec-color);
border-radius: 3px;
color: #fff;
text-align: center;
padding: 14px;
font-family: 'bold'; font-weight: bold;
position: relative;
z-index: 1;
transition: all 0.6s;
overflow:hidden;
}
.more a::after,.package-btn a:after,.more button::after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    border-radius: 3px;
    z-index: -1;
    transition: all 0.5s;
    transform: scale(0) rotate(-180deg);
}
.more a:hover::after,.package-btn a:hover::after,.more button:hover::after{
    transform: scale(1) rotate(0deg);
}

/* ***************************** */
/* Start about section */
.about .more{
    margin-top: 30px;
}
.about-img{
    padding-inline: 48px;
}
.about-img img{
    width: 100%;
    animation: updown 6s infinite linear;
    height: 425px;
    object-fit: contain;
}
@keyframes updown{
    0%,100%{
        transform: translateY(-10px);
    }
    50%{
        transform: translateY(10px);
    }
}
.section-title{
    text-align: center;
}
.about-info h4,.section-title h4{
    font-size: 32px;
    font-family: 'bold'; font-weight: bold;
    margin-bottom: 30px;
}
.about-info p{
    color: #2D2D2D;
    line-height: 27px;
}
.about-info ul li, .text-content ul li {
    position: relative;
    padding-inline-start: 18px;
    font-family: 'semibold'; font-weight: bold;
    color: #2D2D2D;
    margin-bottom: 8px;
}
.about-info ul li::after, .text-content ul li::after{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 6px;
    right: 0;
    background-color: var(--bg-color);
    border-radius: 50%;
}

/* ********************************* */
/* Start services section */
section{
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
section.services{
    background: transparent linear-gradient(180deg, #EEFFFB 0%, #FFFFFF17 100%) 0% 0% no-repeat padding-box;
}
section.services.service-page{
    background: #fff;
}
section.services.service-page .service-box{
    margin-bottom: 30px;
}
.service-box{
    position: relative;
    background-color: #F5F5F5;
    padding-bottom: 1px;
    border-radius: 5px;
    transition: all 0.5s;
    margin-bottom: 30px;
    
}
.service-box:hover{
    background-color: var(--bg-color);
}
.service-box:hover .service-icone{
    background: var(--bg-color);
    animation: 1s tada;
}
.service-box:hover .service-icone img{
    filter: brightness(0) invert(1);
}
.service-box .service-icone img{
    transition: all 0.5s;
    max-width: 90%;
    max-height: 100%;
    object-fit:contain;
}
.service-box .img img{
    width: 100%;
    object-fit: cover;
    height: 300px;
 }
 .service-body{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #8A838329;
    border-radius: 5px;
    padding: 18px 10px;
    position: relative;
    z-index: 1;
    margin: -30px 20px 20px;
    text-align: center;
 }
 .service-body h4 a{
        color: #000;
    font-family: 'bold'; font-weight: bold;
    font-size: 18px;
    display: flex;
    min-height: 58px;
    line-height: 29px;
    align-items: center;
    justify-content: center;
 }
  .service-body p{
     min-height: 95px;
    align-items: center;
    justify-content: center;  
  }
 .service-icone{
    width: 80px;
    height: 80px;
    margin: -61px auto 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 17px #CDFEF3;
    padding: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    transition: all 0.5s;
 }
 .more-btn a{
     color: var(--sec-color);
     position: relative;
     transition: all 0.3s;
     display: inline-block;
     padding-inline-end: 18px;
     font-family: 'bold'; font-weight: bold;
 }
/*   .more-btn a::after{
      position: absolute;
      content: '\f177';
      font-family: 'font awesome 5 pro';
      top: 2px;
      left: -5px;
      color: var(--sec-color);
  } */
  .more-btn a:hover, .more-btn a:hover::after{
      color: var(--bg-color);
  }
  .footer-links li a{
      display: inline-block;
  }

/*satrt part-section section */
.part-section{
  background-image: url('../images/bg-img.webp');
  background-size: cover;
  position: relative;
  background-position: center;

}
.part-section .slider-home  .col-6{
    padding: 0 8px;
}
.part-section .slider-home .item{
    padding-inline: 20px;
    padding-top: 12px;
}
.part-section .slider-home .owl-prev,
.part-section .slider-home .owl-next{
    display: none;
}
.part-section .container{
    position: relative;
    z-index: 1;
}
.part-section .item .img img,.part-item .img img{
    max-width: 100%;
    max-height: 170px;
    object-fit: contain;
}
.part-section .item .img a,.part-item .img a{
    width: 100%;
    height: 100%;
    margin-bottom: 16px;
    border-radius: 5px;
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px;
    background-color: #fff;
    transition: all 0.3s;
}
.part-section .item .img a:hover{
    box-shadow: 0px 3px 24px #1BB998;
    
}
.slider-home .item{
    position: relative;
    overflow: hidden;
}
.part-section .row{
    align-items: center;
}
.part-section .part-info p{
  margin-block: 40px;
  color: #fff;
  font-family: 'semibold'; font-weight: bold;
  font-size: 20px;
}
.part-section .slider-home.owl-theme .owl-dots{
    bottom: -55px;
}
.part-title h4{
    font-size: 30px;
    font-family: 'bold'; font-weight: bold;
    color: var(--sec-color);
}
.slider-home.owl-theme .owl-dots .owl-dot span{
width: 16px;
height: 16px;
 }
.slider-home.owl-theme .owl-dots .owl-dot.active span,
 .slider-home.owl-theme .owl-dots .owl-dot:hover span {
    background: #16B997;
    width: 20px;
height: 20px;
}
/* End part-section section */
/* Start packages section */
.packages{
    padding: 80px 0 100px;
}
.package-btn a{
    background-color: var(--bg-color);

}
.package-btn a::after{
    background-color: var(--sec-color);
}
.package-title a{
    color: #fff;
}
.package-title{

padding: 16px 12px;

border-radius: 20px;

/* clip-path: polygon(50% 71%, 0 0, 100% 0); */

text-align: center;

background-image: url('../images/green.png');

background-size: cover;

min-height: 206px;

width: 100%;

background-position: center;

display: flex;

align-items: center;

justify-content: center;

flex-direction: column;
}
.all-boxs{
    display: flex;
    align-items: center;
    justify-content: center;
}
.all-boxs .min-box{
    width: 30%;
}
.all-boxs .min-box:nth-child(1){
    animation-delay: 0.3s;
}
.all-boxs .min-box:nth-child(3){
    animation-delay: 1s;
}
.all-boxs .big-box{
width: 37%;
padding-inline: 24px;
animation-delay: 0.6s;
}
.package-box{
    text-align: center;
    border-radius: 20px;
    padding-bottom: 30px;
    transition: all 0.5s;
}
.package-box:hover{
    transform: translateY(-15px);
}
.min-box .package-box{
    box-shadow: 0px 3px 20px #F5F5F5;
}
.big-box .package-box{
    box-shadow: 0px 13px 60px #EBEBEB ;
}
.package-box.gold{
    width: 100%;
}
.package-box.gold .package-title{
    min-height: 232px;
}
.gold .package-title{
    background-image: url('../images/image.png');  
}
.package-box ul li{
    position: relative;
    padding-inline-start: 20px;
    text-align: start;
    margin-bottom: 10px;
    font-size: 14px;
}
.package-box ul li::after{
    position: absolute;
    content: '\f058';
    font-family: 'font awesome 5 pro';
    color: var(--bg-color);
    top: 3px;
    right: 0;
}
.package-box.gold ul li{
    margin-bottom: 20px;
}
.package-box.gold ul li::after{
    color: var(--sec-color);
}
.package-box .package-btn a{
    min-width: 238px;
}
.package-box.gold .package-btn a{
    background-color: var(--sec-color);
    min-width: 289px;
}
.package-box.gold .package-btn a::after{
    background-color: var(--bg-color);
}
.package-box ul{
    margin-block: 20px;
    padding-inline: 20px;
}
.package-box.gold ul{
    margin-block: 46px;
}
.packages .row{
    align-items: center;
}
/* end packages section */
/* Start partner section */
.partner{
    background-color: #F0FFFB;
    padding: 14px 0;
}
.sponser-img img{
    opacity: 29%;
    transition: all 0.3s;
}
.sponser-img a{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 16px;
}
.sponser-img img:hover{
    opacity: 1;
}
/* *************Start footer section*********** */
footer{
    overflow: hidden;
    padding: 70px 0 0;
    position: relative;
    background-color: var(--bg-color);)
    --;)
    revert-layer;)
    revert-layer;)-;);
}

footer .footer-links a{
    color: #D1D1D1;

}
.footer{
    padding-bottom: 40px;
}

.footer-links h4{
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}
.footer-links li a{
    font-size: 14px;
}
.footer-links li span{
    color: #D1D1D1;
}
.footer-links li span.key,.footer-links li a i{
    color: #fff;
}
.footer-links li i{
    padding-inline-end: 9px;
    color: #fff;
}
.footer-sochial{
    margin-top: 30px;
}
.footer-sochial a{
    padding-inline-end: 14px;
    transition: all 0.3s;
}
footer a:hover,.footer-links li:hover span{
    color:var(--sec-color);
}
footer .footer-links a:hover,.footer-address a:hover{
    color: var(--sec-color);
}
 .footer-logo{
     margin-bottom: 30px;
 }
 .footer-logo img{
    /*width: 179px;*/
    height: 98px;
    object-fit:contain;
    
 }
.copy-right {
    padding:10px 0px;
    border-top: 1px solid #d1d1d12b;
}

.ryad-logo {
    height: 65px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}
.copy-right p{
    color: #fff;
    margin-bottom:0;
}
.copy-right .row{
    align-items: center;
}
.comp-rights {
    text-align: left;
}

span.mob-num{
    direction: ltr;
    display: inline-block;
}

.right-footer p{
   color: #BCBCBC;
   font-size: 15px;
   line-height: 26px;
}
.footer-links li{
    margin-bottom: 10px;
}
 .responsive-menu{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-block: 8px;
  background-color: var(--bg-color);
}
.responsive-menu button.btnSearch i ,.responsive-menu .lang a{
    color: #fff;
}
.lang-search{
    display: flex;
}
.responsive-menu .btnSearch{
    padding-inline: 0;
}
.responsive-menu button{
    background: transparent;
}
/* ********************************************************************************************* */
/* Start about page */
.breadcrumb-section{
    color: #fff;
    background-image: url('../images/bg-img.webp');
    background-size: cover;
    padding: 44px 0;
    position: relative;
    z-index: 2;
}


.breadcrumb{
    display: flex;
    align-items: center;
    background-color:transparent;
    /*padding-inline-start: 17%;*/
}
.breadcrumb-section a{
    color:#fff;
    font-family: 'semibold'; font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.breadcrumb-item.active{
    color: var(--sec-color);
    font-family: 'semibold'; font-weight: bold;
    font-size: 20px;
}
.breadcrumb-item+.breadcrumb-item::before{
    padding-left: 10px;
    content: "|";
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}
section.about-page .row:nth-child(even){
    direction: ltr;
    margin-top: 40px;
    align-items:center;
}
section.about-page .about-info{
    direction: rtl;
}
section.about-page .row:nth-child(even) .about-img img {
    height: 300px;
}
  /* ***************************** */
  .vission-box .box-header{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.box-header img{
  width: 50px;
  height: 46px !important;
  margin-inline-end: 10px;
}
.vission.ab-page .vission-box{
    background: rgb(249 249 249 / 53%);
    border-radius: 10px;
}
section.vission.ab-page{
 background: transparent;
 padding-top:0;
}
.box-header.value{
    align-items: unset;
}
.box-header.value h5{
    margin-top: 26px;
}
section.vission.ab-page .vission-box{
    padding: 10px 20px;
}
section.vission .row{
    padding-inline: 40px;
}
section.vission .vission-box{
background: #F8F8F8;
    padding: 60px 20px;
    text-align: center;
    transition: all 0.6s;
    position: relative;
}
.vission-box::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    background: var(--bg-color);
    transition: all 0.3s;
    border-radius: 10px;
    z-index: -1;
}
 .vission-box:hover{
background: none !important;
box-shadow: 0px 2px 16px #00000029;

}
.vission-box .img img{
    height: 92px;
    object-fit: contain;
   
}
.vission-box:hover::after{
    height: 100%;
}
.vission-box h5{
    font-family: 'bold'; font-weight: bold;
    color: var(--sec-color);
    font-size: 20px;
    margin: 20px 0;
    transition: all 0.3s;
}
.vission-box p{
       color: #292828;
    transition: all 0.3s;
    min-height: 261px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vission-box:hover h5,.vission-box:hover p{
    color: #fff;
}
.mission img{
    filter: invert(63%) sepia(81%) saturate(459%) hue-rotate(1deg) brightness(87%) contrast(84%); 
}
.vission-box:hover .img img,.vission-box:hover .mission img{
    filter: brightness(0) invert(1);
}
section.vission .col-lg-4:nth-child(2){
    animation-delay: 0.5s;
}
section.vission .col-lg-4:last-of-type{
    animation-delay: 1s;
}
/******************************************************************************/
/* Start single services 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: 32px;
}
.slick-dots li button:before {
    font-size: 20px;
}
.slick-dots li.slick-active button:before {
    background:#12CBA3;
    border-color: transparent;
}
.slick-dots li button:before{
    content: '';
    width: 12px;
    height: 12px;
  background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
}
.slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 2px;
}
.single-ser-img {
    position: relative;
    margin-bottom: 20px;
}
.single-ser-img a::after {
    position: absolute;
    /* content: '\f067'; */
    font-family: 'font awesome 5 pro';
    bottom: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    /* background: rgb(255 255 255 / 86%);
    box-shadow: 0px 3px 6px #00000029;
    color:var(--sec-color);
    border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.services-detail h4{
    font-size: 20px;
    font-family: 'bold'; font-weight: bold;
    margin-bottom: 20px;
    color: var(--sec-color);
}
.services-detail p{
color: #2D2D2D;
line-height: 27px;
}
/* ********************** */
/* ************************************************************************************************************* */
/* Start partners page */
.all-partners ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.all-partners ul li{
    width: 19%;
    margin: 30px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.part-item{
    width: 100%;
    padding-inline: 6px;
    overflow:hidden;
}
.part-item .img a{
    height: 174px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #918B8B29;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.part-item .img  img{
    max-height: 129px;
}
.part-item h6{
    color: #38313E;
    font-family: 'semibold'; font-weight: bold;
    text-align: center;
    padding-block: 6px;
    transition: all 0.3s;
}
.part-item:hover h6{
    color: #12CBA3;
}
.part-item:hover a{
    border: 2px solid #12CBA3;
}
/* ********************************* */

.pagination{
    justify-content: center;
}
.page-link {
    color: var(--sec-color);
    background-color: #fff;
    border: 1px solid rgb(112 112 112 / 13%);
    font-size: 18px;
    border-color: var(--sec-color);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px !important;
    border-color: var(--sec-color);
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #D0BFAB;
    border-color: var(--sec-color);
}
.page-item .page-link,
.page-item:last-child .page-link,
.page-item:first-child .page-link { 
    border-radius: 0;
}
.page-item:last-child .page-link,
.page-item:first-child .page-link{
    background-color: var(--sec-color);
    color: #fff;
    padding-inline: 0;
}
.page-item:last-child .page-link{
    border-radius: 2px;
    background-color: transparent;
    color: var(--sec-color);
}
.page-item:last-child .page-link span{
    color: #12CBA3;
    font-size: 18px;
}
.page-item:first-child .page-link{
    border-radius: 0 10px 10px 0;
}
li.page-item {
    margin-inline: 5px;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: var(--sec-color);
    border-color: var(--sec-color);
}
.page-link:focus {
    box-shadow: none;
}

/* ***************************************************************************************************** */
/* Start contact page */
.contact-form{
    box-shadow: 0px 3px 36px #00000029;
    border-radius: 5px;
    padding: 50px 50px;
    width: 55%;
    margin: 20px auto;
    position: relative;
    background-color: #fff;
    z-index: 9;
}

.contact-form form input,.contact-form form textarea{
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid rgb(11 42 65 / 33%);
    color: #7E7E7E;
    border-radius: 5px;
    font-weight: lighter;
}
.contact-form form input::placeholder,.contact-form form textarea::placeholder{
    color: #5E5E5E;  
}
.contact-form textarea:focus{
    outline: none;
    box-shadow: 0px 3px 6px #D1FFF5;
    border: 1px solid #D6D6D6;

}
.contact-form label{
    color: #38313E;
}
.contact-form form input:focus{
    outline: none;
    box-shadow: 0px 3px 6px #D1FFF5;
    border: 1px solid #D6D6D6;
}
.contact-form .mobil{
    position: relative;
}
.contact-form .mobil span.mobile-num{
    position: absolute;
    left: 15px;
    top: 40px;
    color: #0B2A41;
    direction: ltr;
    display: inline-block;
}
.map-section{
    padding-top: 0;
    margin-top: -300px;
}

.map iframe{
    height: 520px;
    width: 100%;
}
/* ******************************************************** */
.contact-page h6{
    color: #005946;
    font-size: 23px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'medium';
}
.request .more{
    margin-top: 30px;
}
.request .nice-select{
    margin-bottom: 20px;
}
.slick-list {

    /*height: auto !important;*/
}
.slick-prev, .slick-next,
.slick-prev:before, .slick-next:before{
   display:none !important;  
}
.header-links .my-account {
    display:none;
}

.header-links .more {
    margin: 0 15px;
}

.package-title a h4{
    font-size:36px;
}
.package-title a h6{
    font-size:26px;
}



@media (max-width:768px){
.bannar-info {
   right: 5%;
}
}


#accordion .card{
    margin-bottom: 12px;
    border: 1px solid #B8B8B8;
    background-color: blue;
}
#accordion .card-body{
    background-color: #fff;
    font-size: 15px;
}
#accordion .card-header{
    padding: 0;
}
#accordion .btn-link{
    width: 100%;
    position: relative;
    color: #292929 !important;
    border: none;
    outline: none;
    background:#fff;
    padding: 12px 8px;
    font-size: 16px;
    font-family: 'bold'; font-weight: bold;
    text-align: right;
  
}
#accordion .btn-link:hover{
    color: #fff;
}
#accordion .btn-link:focus,.btn-link:hover{
    text-decoration: none;
    border: none;
    outline: none;
    box-shadow: none;
}
#accordion .btn-link::after{
    position: absolute;
    content: '\f068';
    font-family: 'font awesome 5 pro';
   left: 20px;
    top: 10px;
    color: #5B5A58;
    transition: all 0.5s; 

}
#accordion .collapsed.btn-link::after{
    content: '\f067';

}
#accordion .btn-link{
    background: #fff;
    border: 1px solid #EFEFEF !important;
}
#accordion .collapsed.btn-link{
    background: #EFEFEF
}
.employment-page h3{
    font-size: 17px;
    font-family: 'bold'; font-weight: bold;
    margin-bottom: 22px;
}
.card-header{
    border-bottom: none;
}

.other-services .contact-form{
    width:100%;
}
.contact-page.other-services  h6{
    text-align:start;
    font-size:20px;
    margin-bottom:30px;
}

/*-------------------------------------------------------- */

ul.sub-list-item{
  display: block !important;
}
li.menu-item-has-children {
  /*position: relative;*/
  margin-inline-end: 12px;
 
}

ul.sub-menu {
  display: none;
/*    opacity: 0;  */
   height: 0; 
   visibility: hidden; 
  position: absolute;
  top:100%;
  right: 0px;
  min-width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  /*box-shadow: 0px 8px 16px #58A9D052;*/
  border-radius: 0px;
  padding: 0px;
  background: #fff;
  z-index: 999999;
  /*margin-top: 70px;*/
  /*transform: translateY(-20px);*/
  transition: all 0.2s;
  padding: 40px 12px 30px;
  /*overflow:hidden;*/
}
ul.sub-menu {
    display: none;
    flex-wrap: wrap;
}
ul.sub-menu li {
    max-width: 24%;
    display: flex;
    flex: 0 0 24%;
    /*align-items:center;*/
}
ul.sub-menu li .sub-menu{
  display:block;
}
ul.sub-menu li.menu-item-has-children:hover  .sub-menu{
    opacity: 1;
  height: auto;
  visibility: visible;  
}
ul.sub-menu li .sub-menu li{
    max-width: 100%;
    display: block;
    flex: 0 0 100%;
}

li.menu-item-has-children:hover > .sub-menu {
/*   opacity:1; */
  display: flex;
  height: auto;
  /*transform: translateY(0);*/
  visibility: visible;
  z-index: 99999999;
}

.sub-menu a {
  color: #000;
  font-size: 15px;
  /* font-family: 'semibold'; font-weight: bold; */
  padding: 8px 4px;
  display: inline-block;
  width: 100%;
  margin-bottom:16px;
}

.sub-menu li:last-of-type a {
  border-bottom: none;
}

.sub-menu a:hover {
  color: #1CADE8;
}

li.menu-item-has-children a {
  position: relative;
  cursor: pointer;
}

li.menu-item-has-children>a::before {
  position: absolute;
  content: '\f107';
  font-family: 'Line Awesome Free';
  top: 0px;
  left: -20px;
  color: #005946
  transition: all 0.3s;
}
li.menu-item-has-children a:hover::before{
    color:var(--sec-color);
}
li.menu-item-has-children a::after{
    display:none;
}
 ul.sub-menu  .nav-link {
    color: #2D2D2D;
    font-family: 'semibold'; font-weight: bold;
}
ul.sub-menu a.show-all{
 font-family: 'bold'; font-weight: bold; 
 font-size:21px;
}
.right-navbar, .header-links {
    justify-content: space-around;
}
.browse h5 {
    font-size: 14px;
    color: #2D2D2D;
    font-family: 'semibold'; font-weight: bold;
}
ul.sub-menu .nav-link::after{
    display:none;
}
.mynavbar ul.sub-menu .row {
    align-items: start;
}
.more-entities a i{
    display: inline-flex !important;
    width: 73px;
    height: 73px;
    /* padding: 25px 25px 24px 24px; */
    border-radius: 50%;
    /*background-color: rgba(60, 160, 120, 0.2);*/
    background-color:rgb(0 89 70 / 70%);
    align-items: center;
    justify-content: center;
    font-size:24px;
    color:#fff !important;
}

ul.mynav {
    padding-inline-start: 0;
}
.right-navbar {
    padding: 0 90px;
}

.sub-menu .col-lg-3{
    padding:0;
}


/*--------------------------------  Start articles page ----------------------*/
.article-block .img {
  height: 270px;
  width: 100%;
}

.article-block .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.article-body h4 {
  font-size: 15px;
  font-family: "bold";
  line-height: 26px;
  /* display: flex; */
  /* align-items: center; */
  margin-bottom: 10px;
}
 .article-body h4 {
  min-height: 52px;
}
.article-page .article-block .img {
  height: 250px;
  
}
.article-body h4 a {
  color: var(--sec-color);
}

.article-body p {
  color: #232323;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}

.article-block {
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0px 10px 18px #00000029;
  border-radius: 6px;
  border: 1px solid #d3d2d2;
  direction: rtl;
}

.article-body {
  padding: 20px 20px 48px;

  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: all .5s;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.article-block:hover .article-body {
  background-color: #6B6B6B;
}

.article-block:hover .article-body p {
  color: #fff;
}

.article-body .more-art a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--sec-color);
  text-align: center;
  border-radius: 100%;
  color: #fff;
  box-shadow: 0 2px 10px rgb(185 161 102 / 30%);
  font-size: 19px;
  position: absolute;
  left: -80px;
  bottom: 14px;
  transition: all .5s;
  opacity: 0;
  transform: scale(1.5);
}

.article-block:hover .more-art a {
  transform: scale(1);
  opacity: 1;
  left: 20px;
  transition: all .3s;
}
.article-sec .item{
    margin:10px 8px;
}
.article-page .col-md-3 {
  padding: 0 10px;
}

.single-art {
  height: 400px;
}

.single-art img {
  width: 100%;
  height: 100%;
}

.single-article-info h3 {
  color: var(--sec-color);
  font-size: 24px;
  font-family: "bold";
  margin-bottom: 22px;
}

.single-article-info h5 {
  color: var(--sec-color);
  font-size: 15px;
  line-height: 26px;
   font-family: 'semibold'; font-weight: bold;
  margin: 22px 0 12px;
}
.single-article-info {
    padding-inline-end: 20px;
}
.single-article-info p {
  color: #232323;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;

}
.sub-menu .mynav li {
    padding-inline-start: 10px;
}
.sub-menu .col-lg-3 {
    padding: 0;
    display: inline-block;
}
ul.sub-menu .nav-link {
    width: auto;
}
ul.sub-menu li.menu-item-has-children>a::before {
    left: -20px;
    color: var(--sec-color);
}

ul.sub-menu li.menu-item-has-children{
    position:relative;
}
ul.sub-menu li .sub-menu {
    border: 1px solid #d3d2d2;
    min-width: 205px;
    padding: 10px 12px;
    right: 151px;
    top: 2px;
    box-shadow: 0px 5px 10px #00000029;
}

ul.sub-menu li .sub-menu li{
    padding-inline-start: 0;
}
.more-entities a {
    display: inline-flex !important;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
ul.sub-menu li.more-entities{
    position: absolute !important;
    bottom: 0;
    left: 88px;
}
.more-entities a i{
    /*display: inline-flex !important;*/
    width: 63px !important;
    height: 63px !important;
}
ul.sub-menu li .sub-menu a{
    margin-bottom:9px;
}

ul.sub-menu li .sub-menu li:last-of-type a{
   margin-bottom:0; 
}
ul.sub-menu li:last-of-type .sub-menu {
    right: 110px;
}

ul.sub-menu li:first-of-type .sub-menu {
    right: 130px;
}

ul.sub-menu li.menu-item-has-children:hover {
    padding-bottom: 240px;
}
 .nice-select .list {
    margin-bottom: 20px;
    overflow-y: scroll;
    height: 200px;
}
.nice-select .list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.nice-select .list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.nice-select .list::-webkit-scrollbar-thumb {
  background: #888;
}
li.services-nav ul.sub-menu{
    border:1px solid #d3d2d2;
    border-radius:6px;
    width: 780px;
    max-width: 780px;
     box-shadow: 0px 5px 10px #00000029;
    top:100%;
}
li.services-nav ul.sub-menu::after {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    right: 46px;
    top: -6px;
    background-color: #fff;
    font-size: 14px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition: all 0.3s;
    /*opacity: 0;*/
}
 ul.sub-menu li .sub-menu {
    border: 1px solid #d3d2d2;
    min-width: 270px;
    max-width: 270px;
    padding: 10px 12px;
    right: 151px;
    top: 2px;
    box-shadow: 0px 5px 10px #00000029;
    height: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    top: unset;
    right: unset;
}
ul.sub-menu li:first-of-type .sub-menu ,
ul.sub-menu li:last-of-type .sub-menu{
    right: unset;
}
ul.sub-menu li{
    display:block;
    /*width: 50%;*/
}
ul.sub-menu li .sub-menu li{
   width: 100% !important;
   max-width:100%;
}
ul.sub-menu li.menu-item-has-children:hover {
    padding-bottom: unset;
}
li.services-nav {
    position: relative;
}

/*li#menu-item-239 ul.sub-menu > li {width: 100%;flex: 0 0 48%;max-width: 100%;}*/

.menu-item-239 ul.sub-menu > li {}

ul.sub-menu li .sub-menu {
    border:none;
    min-width: 100%;
    max-width: 100%;
    box-shadow: none;
    padding: 0;
}

li.menu-item-has-children {
    margin-inline-end: 5px;
}

li.services-nav ul.sub-menu .nav-link {
    font-family: 'bold'; font-weight: bold;
    font-size:17px;
}
li.services-nav ul.sub-menu ul.sub-menu .nav-link {
     font-family: 'light'; font-weight: 400;
     font-size:14px;
}
ul.sub-menu li.menu-item-has-children>a::before{
    display:none;
}

.fixed-social {
    position: fixed;
    left: 0;
    z-index: 9;
    bottom: 0;
    margin: 20px 30px;
}

.fixed-social li {
    display: block;
}

.fixed-social li a {
    font-size: 25px;
    display: block;
    margin: 15px 0;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F29200;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 0 10px #ccc;
}

.fixed-social li a span {
    color: #fff;
}

.fixed-social li:nth-child(2) a, .fixed-social li:nth-child(4) a {
    background: #0dcc0d;
}

li.menu-item-has-children>a::before {
    position: absolute;
    content: '\f107';
    font-family: 'icomoon';
    left: -20px;
    position: absolute;
    content: '\f078';
    font-family: 'icomoon' !important;
    top: 6px;
    left: -17px;
    color: #fff;
    transition: none;
    font-size: 11px;
}



.about-info h2, .section-title h2 {
    font-size: 32px;
    font-family: 'bold';
    font-weight: bold;
    margin-bottom: 30px;
}
.service-body h3 a {
    color: #000;
    font-family: 'bold';
    font-weight: bold;
    font-size: 18px;
    display: flex;
    min-height: 58px;
    line-height: 29px;
    align-items: center;
    justify-content: center;
}
.article-body h3 a {
    color: var(--sec-color);
}

.article-body h3 {
    font-size: 15px;
    font-family: "bold";
    line-height: 26px;
    margin-bottom: 10px;
    min-height: 52px;
}
.part-title h2 {
    font-size: 30px;
    font-family: 'bold';
    font-weight: bold;
    color: var(--sec-color);
}


	
	ul.slick-dots {display: none  !important;}

.slider.slider-nav.thumb-image {
    display: none !important;
}

.banner-slider .col-sm-3 {
    display: none !important;
}

.service-body .service-icone {
    display: none;
}

.service-box .service-body {
    margin: 0;
}

.service-box {
    padding: 20px;
    margin: 30px 0 !important;
}

.content-new-h {
    background: transparent linear-gradient(357deg, #dcdced 0%, #FFFFFF17 100%) 0% 0% no-repeat padding-box;
}

.img-content img {
    max-width: 100%;
    height: auto;
}

.content-new-h .row {
    align-items: center;
    -webkit-align-items: center;
}

.content-new-h .row:nth-child(even) {
    flex-direction: row-reverse;
    margin-top: 50px;
    margin-bottom: 50px;
}

.text-content h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
}

.text-content h3:first-child {
    margin-top: 0;
}

.text-content p {
    max-width: 600px;
    line-height: 1.6;
}
li.services-nav ul.sub-menu {
    padding: 15px !important;
    display: flex;
    flex-direction: row !important;
    width: 650px !important;
}
ul.sub-menu li {
    flex: 48% !important;
    max-width: 48% !important;
    padding: 0px;
    padding-inline-start: 15px;
    padding: 10px;
    border-bottom: 1px solid #dadada;
    margin-inline-start: 10px;
}
ul.sub-menu li span {
    margin-inline-start: 11px;
}
ul.sub-menu li a {
    margin: 0;
    display: flex !important;
}
ul.sub-menu li:nth-last-child(2) {
    border: none;
}

ul.sub-menu li:nth-last-child(1) {
    border: none;
}
img.menu-image.menu-image-title-after {
    filter: invert(27%) sepia(16%) saturate(3248%) hue-rotate(126deg) brightness(92%) contrast(101%);
}

.service-block {
    margin: 15px 0;
    background: #f1f1ff;
    border-bottom: 4px solid #c5c5e7;
    clear: both;
    padding: 10px 24px;
    box-shadow: 0 0 3px;
}

.service-block .block-up {
    display: flex;
}

.service-block .block-up .block-details, .service-block .block-up .block-info {
    width: 50%;
    flex: 0 0 auto;
}

.service-block .block-up .block-details {
    display: flex;
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.service-block .block-up .block-details .img {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.service-block .block-up .block-details .img a, .service-block .block-up .block-details .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-block .block-up .block-details .details-in {
    width: calc(100% - 110px);
    margin-inline-start: 10px;
}

.service-block .block-up .block-details .details-in .name {
    font-size: 25px;
    display: block;
    color: var(--bg-color);
    margin: 5px 0 10px;
    font-weight: 500;
}

.service-block .block-up .block-details .details-in .tags-h {
    display: flex;
    flex-wrap: wrap;
}

.service-block .block-up .block-details .details-in .tags-h span {
    cursor: default;
    font-size: 12px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0 !important;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    line-height: 1.2;
    margin-inline-end: 7px;
}

.service-block .block-up .block-details .details-in .tags-h a {
    background: none;
    padding: 0 2px;
    color: var(--sec-color);
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px;
}

.service-block .block-up .block-info ul li a {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--bg-color);
}

.service-block .block-up .block-info ul li a i {
    font-size: 14px;
    line-height: 1.42857143;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: var(--bg-color);
    color: #fff;
    margin-inline-end: 5px;
}

.service-block .block-up .block-info ul li a span {
    width: calc(100% - 40px);
}

.service-block .block-up .block-info ul li a span u {
    direction: ltr;
    display: inline-block;
    text-decoration: none;
}

.service-block .block-med, 
.sidebar-info {
    margin: 20px 0;
    background: #e3e3f7;
    margin: 10px 14px 20px;
    box-shadow: 0 0 4px 1px #c5c5e7;
    padding: 10px;
}

.service-block .block-med ul, 
.sidebar-info ul {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
}

.service-block .block-med ul li, 
.sidebar-info ul li {
    margin-inline-end: 10px;
}

.service-block .block-med ul li a, 
.sidebar-info ul li a {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 8px;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
}

.service-block .block-med ul li a .fab.fa-whatsapp,
.sidebar-info ul li a .fab.fa-whatsapp {
    background-color: #25D366;
    font-size: 20px;
}

.service-block .block-med ul li a i,
.sidebar-info ul li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: var(--bg-color);
    font-size: 14px;
}

.service-block .block-med ul li a i.fa.fa-phone,
.sidebar-info ul li a i.fa.fa-phone {
    background-color: #25D366;
}

.service-block .block-med ul li a:hover ,
.sidebar-info ul li a:hover {
    color: var(--bg-color);
}

.service-block .block-foot p {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

#full-stars-example-two .rating-group {
  display: inline-flex;
}
#full-stars-example-two .rating__icon {
  pointer-events: none;
}
#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
  display: none;
}
#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
#full-stars-example-two .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: orange;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

.single-page-h {
    padding: 50px 0;
}

.singe-inner .single-up {
    display: flex;
}

.singe-inner .single-up .img {
    width: 100px;
    height: 100px;
}

.singe-inner .single-up .img img {
    max-width: 100%;
}

img {
    max-width: 100%;
}

.singe-inner .single-up .details-up {
    width: calc(100% - 110px);
    margin-inline-start: 10px;
}

.singe-inner .single-up .details-up h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    color: #666;
    margin: 20px 0 10px;
}

.singe-inner .single-up .details-up p, .singe-inner .text-inner p {
    font-size: 14px;
    color: #666;
    margin: 0 0 10px;
}

.singe-inner .text-inner h3 {
    font-size: 30px;
    font-weight: 700;
    color: #666;
    margin: 20px 0 10px;
}

.singe-inner .text-inner ul {
    padding-inline-start: 20px;
}

.singe-inner .text-inner ul li {
    display: list-item;
    list-style: initial;
    margin: 5px 0;
    font-size: 14px;
    color: #666;
}

.sidebar-info {
    margin: 20px 0;
    background: #f1f1ff;
}

div#full-stars-example-two {
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    padding: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

div#full-stars-example-two i, div#full-stars-example-two i~span {
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.sidebar-tags {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidebar-tags i {
    font-size: 14px;
    color: #666;
    margin-inline-end: 5px;
    margin-top: 8px;
}

.sidebar-tags .text-tags {
    max-width: calc(100% - 30px);
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* gap: 5px; */
}

.sidebar-tags .text-tags a {
    font-size: 14px;
    font-weight: 600;
    color: var(--bg-color);
    margin-inline-end: 10px;
    margin-bottom: 4px;
}

.sidebar-single .tags-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
}

.sidebar-single .tags-h span {
    cursor: default;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    line-height: 1.2;
    margin-inline-end: 20px;
}

.sidebar-single .tags-h a {
    background: #F0F0F0;
    display: block;
    padding: 2px 10px;
    color: #999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-decoration: none;
    margin-inline-end: 5px;
    margin-bottom: 5px;
    transition: all .4s;
}

.sidebar-single .tags-h a:hover {
    background: var(--bg-color);
    color: #fff;
}

.sidebar-tags .text-tags a:hover {
    text-decoration: underline;
}

.kksr-muted {
  display: none;
}

section.intro {
    background: #f1f1ff !important;
}

.intro .more a::after, .package-btn a:after, .more button::after {
    background: var(--bg-color) !important;
}

.intro .more a, .package-btn a, .more button {
    background: var(--sec-color) !important;
}

ply-page */


.all-job .accordion-item {
    margin: 0 0 15px;
    border: none;
    border-radius: 0 !important;
}

.all-job .accordion-item .accordion-button {
    background: #f6fafb;
    color: var(--main-color);
    padding: 18px 30px;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height */
    letter-spacing: 0.02em;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    text-align: start;
    width: 100%;
    justify-content: space-between;
    display: flex;
    border-radius: 10px;
}

.all-job .accordion-item .accordion-button::after {
    content: "\f067";
    /* color: #fff; */
    background: transparent;
    margin: 0;
    margin-inline-start: auto;
    font-family: 'Font Awesome 5 free';
    font-size: 21.34px;
    width: 21.34px;
    height: 21.34px;
    line-height: 21.34px;
    font-weight: bold;
}

.accordion-body {
    box-shadow: 0px 6.63607px 43.1344px rgba(0, 0, 0, 0.13);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.accordion-body p {
    font-size: 16px;
    line-height: 26px;
    /* or 146% */
    letter-spacing: 0.02em;
    color: #000000;
    opacity: 0.8;
    margin: 0;

    /* or 160% */
    color: #353535;
    max-width: 900px;
}

.all-job .accordion-item .accordion-button:not(.collapsed)::after {
    content: "\f068";
    /* color: #000; */
}


.all-job .accordion-item .accordion-button:not(.collapsed) {
    background: #f6fafb;
    color: var(--main-color);
}


.accordion-item {
    margin: 0 0 20px;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .logo img {
        max-width: 100px;
        width: auto !important;
    }
}