:root {
    --main-color: #181E1E;
    --bg-color: #0E3B64;
    --sec-color: #C2A45C;
    --color:#136A76;
}

@font-face {
    font-family: 'light';
    src: url('../fonts/Bahij_TheSansArabic-Light.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: 'tagwal';
    src: url('../fonts/Tajawal-Regular.ttf');
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: rtl !important;
}

body {
    direction: rtl;
    text-align: start;
    font-family: 'light';
    overflow-x: hidden;
    background-color: #F1F1F1;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    outline: 1px solid var(--main-color);
}


/* 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;
}




/* Start Header */
.header{
    background-color: #fff;
    border-radius: 24px;
    margin: 12px 12px 0;
}
header .row {
    align-items: center;
    padding: 12px 0;
 }
.info-right{
    display: flex;
    margin-inline-start: -64px;
    justify-content: space-between;
    align-items: center;
}
.info-right .header-social {
    display: flex;
    align-items:center;
}
.header-social .search-btn i{
    color: #1E1C1D;
    font-size: 16px;
}
span.btnSearch{
    /* padding-inline-start: 13px; */
    display: inline-flex;
    /* width: 30px; */
    /* height: 30px; */
    align-items: center;
    justify-content: center;
    margin-inline-start: 32px;
}
.lang,.btnSearch{
    position: relative;
}

.info-right .header-social a {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
    transition: all .3s;
    color: #6D6E71;
    font-size: 17px;
    padding-inline-start: 9px;
}

.lang {
    font-size: 20px !important;
    text-transform: capitalize;
    
}
.lang {
    color: #6D6E71;
}
.header-top .row {
    align-items: center;
}
.info-right .header-social a.lang,
.responsive-menu .lang{
    display: none;
}

.nav-menu ul {
    display: flex;
    justify-content: flex-start;
}

.nav-menu ul li {
    margin: 0 13px;
    position: relative;
}
.nav-menu ul li.menu-item-has-children {
    margin-inline-end: 18px;
}
.nav-menu ul.submenu li {
    margin: 0;
}
.nav-menu ul li a {
    color: #0E3B64;
    font-size: 16px;
}
.nav-menu ul li.active a{
    color: var(--sec-color);
}
.nav-menu ul li a:hover,
.nav-menu ul li.current-menu-item a {
    color: var(--sec-color);
}

.mynav li.has-child{
    position: relative;
}
.nav-menu .submenu{
    display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 164px;
    box-shadow: 0px 5px 15px #0000001a;
    border-radius: 3px;
    padding:0px;
    background: #fff;
    z-index: 999999;
    margin-top: 10px;
    transform: translateY(-20px);
    transition: all 0.4s;
    visibility: hidden;
}
.nav-menu li.has-child:hover .submenu{
    opacity: 1;
    height: auto;
    transform: translateY(0);
    visibility: visible;
    z-index: 99999999;
}
.nav-menu .submenu a {
    color: var(--main-color);
    padding: 8px 4px;
    display: inline-block;
    width: 100%;
}
.nav-menu .submenu a:hover{
    background-color: var(--bg-color);
    color: #fff;
}
li.has-child a{
    position: relative;
}
li.has-child  > a::after {
    position: absolute;
    content: '\f107';
    font-family: 'font awesome 5 pro';
    top: 1px;
    left: -13px;
    color: #0E3B64;
}
.logo-inner img{
    max-width: 100%;
    max-height: 80px;
}
.side-content li.has-child > a::after {
    position: absolute;
    content: '\f107';
    font-family: 'font awesome 5 pro';
    top: 6px;
    left: 0;
    color: #fff;
}
i.fa-youtube:hover{
    color: #ff0000;
}
i.fa-instagram:hover{
    color: #405de6;
}
i.fa-twitter:hover{
    color: #1da1f2;
}
i.fa-facebook-f:hover{
    color: #1877f2;
}
/* End Header */

/* 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);
}

.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:#000;
    z-index: 999;
    padding: 20px 0;
    z-index: 999999;
    transition: all 0.7s;
    box-shadow: 0px 0px 20px #00000029;
    padding: 20px 0;
    /* clip-path: circle(25px at calc(100% - 45px) 45px); */
}

.sidebar-width {
    right: 0px;
    clip-path: circle(75%);
}

.sidebar .close-side i {
    position: absolute;
    top: 20px;
    right: 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 ul{
    margin: 0;
}
.side-content ul.submenu{
    display: none;
}
.sidebar ul.submenu  li a{
    line-height: 30px;
}
.sidebar ul.submenu  li:last-of-type {
    border-bottom: none;
}
.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 a {
display: inline-block;
}



.sidebar .contact-buttons {
    justify-content: center;
    margin-top: 60px;
}

.search-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sidebar li{
    margin: 3px 0;
    padding: 3px 0;
  }
  .sidebar ul li a{
    color: none;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 30px;
    color: #fff;
    border-radius: 50px;
    background: #000;
    position: relative;
    line-height: 50px;
    transition: all 0.3s ease;
    margin-inline-start: 5px;
  }
 
  .sidebar ul li a:hover{
    color: #fff;
  }
.sidebar .header-social{
    text-align: center;
    margin-top: 20px;
}
.sidebar .header-social a{
    color: #fff;
    font-size: 18px;
    padding-inline: 6px;
}
/* Start responsive-menu */
.responsive-menu {
    padding: 16px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    margin: 8px 6px 0 6px;
}
.responsive-menu .info-right{
    justify-content: space-between;
    padding-bottom: 14px;
}
.responsive-menu a.call, .responsive-menu a.price{
    min-width: 140px;
    font-size: 16px;
}
.responsive-menu .logo {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.responsive-menu ul,.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.responsive-menu .menu ul li{
    width: 33.3%;
    text-align: center;
}

.responsive-menu .menu .lang i{
    padding-inline-start: 6px;
}
.responsive-menu .menu  a{
    color: #fff;
    text-transform: capitalize;
}
.menu .btnSearch{
    display: flex;
    align-items: center;
}
.right-menu{
    display: flex;
    align-items: center;
    justify-content: start;
    margin-inline-start: 0px;
}
.navbar-toggler-icon {
    color: #fff;
    font-size: 19px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sec-color);
    padding: 7px;
    border-radius: 3px;
    margin-inline-start: 5px;
}
span.btnSearch{
    color: #6D6E71;
    cursor: pointer;
}
/* Start home slider */
.home-slider{
    position: relative;
}
 .slider-img
{
    position: relative;
    height: 100%;
}
.home-slider  .item{
    position: relative;
}
.more-btn{
    margin: 20px 0;
}
.more-btn a{
    color: var(--main-color);
    position: relative;
    transition: all 0.3s;
    border-radius: 50px;
    padding: 8px;
    min-width: 170px;
    display: inline-block;
    color: #fff;
    background-color: var(--sec-color);
    text-align: center;
    font-family: 'bold';
    font-size: 18px;
    z-index: 1;
    overflow: hidden;
}
.more-btn a::after{
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    border-radius: 10px;
    background-color: var(--bg-color);
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.7s;
    z-index: -1;
}
.more-btn a:hover::after{
    width: 100%;
}

.home-slider .owl-carousel,.sponser-slider{
    direction: ltr;
}

.slider-home  .slider-img img{
    width: 100%;
    object-fit: cover;
}
.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: 51px;
    height: 51px;
    font-size: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 82%);
    color: rgb(0 0 0 / 20%);
}
.home-slider .owl-theme .owl-nav .owl-prev{
    left: 20px;
}
.home-slider  .owl-theme .owl-nav .owl-next{
    right: 20px;
}
.card-slider.owl-theme .owl-nav .owl-prev{
    left: 95px;
    background-color: #F2F1F1;
    top: 40%;
}
.card-slider.owl-theme .owl-nav .owl-next{
    right: -10px;
    display: none;
}
.sponser-slider.owl-theme .owl-nav .owl-next{
    right: -90px;
    border: 1px solid #707070;
}
.sponser-slider.owl-theme .owl-nav .owl-prev{
    left: -90px;
    border: 1px solid #707070;
}
.sponser-slider.owl-theme .owl-nav .owl-prev:hover,
.sponser-slider.owl-theme .owl-nav .owl-next:hover{
    background-color: var(--sec-color);
    border: none;
    color: #fff;
}
.owl-theme .owl-dots .owl-dot span {
    background:#B4B4B4;
}
.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
    background:var(--sec-color);
}
/* ********************************* */
/* Strt about section */
section {
    margin: 0;
    padding: 60px 0;
    overflow: hidden;
}
section.about{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 19px;
    margin: 12px;
}
.about-info{
    padding-inline-start: 40px;
    position: relative;
}
.about-info::before{
    position: absolute;
    content: '';
    width: 72px;
height: 373px;
background-image: url('../images/about-after.png');
top: 50%;
transform: translateY(-50%);
left: -72px;
background-size: cover;

}
.about-info li{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    padding: 16px 14px;
    margin-bottom: 16px;
    position: relative;
    transition:  all 0.3s;
    z-index: 9999;
    background-color: #fff;
}
.about-info li::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 50%;
    right: 0px;
    
    transform: translateY(-50%);
    background-color: #fff;
    font-size: 14px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transition:  all 0.3s;
}
.about-info li:hover{
    background: #0E3B64;
}
.about-info li:hover::after{
    right: -6px;
    background-color: #0E3B64;
}
.about-info li:hover h5,.about-info li:hover p{
    color: #fff;
}
.about-info li .about-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
li .about-item h5{
    font-size: 21px;
    font-family: 'bold';
    width: 25%;
    position: relative;
    z-index: 2;
}
li .about-item .detail{
    width: 75%;
}
li .about-item a{
    color: #C2A45C;
    font-family: 'bold';
    font-size: 12px;
    display: inline-block;
    transition: all 0.5s;
    transform: translateY(40px);
}
.about-info li:hover  a{
    transform: translateY(0);
}
.about-info p{
    color: #000000;
    margin-bottom: 8px;
    line-height: 27px;
}
.about-img img{
    max-width: 100%;
   height: 100%;
   border-radius: 20px;
}
.about-img {
    height: 519px;
    width: 100%;
}

/* end about section */
/* Start company section */
section.subsidiaries{
    padding: 60px 0;
}
.subsidiaries .row{
    align-items: center;
}
.section-title{
    margin-bottom: 27px;
}
.section-title h4{
    font-size: 28px;
    color: #120136;
    font-family: 'bold';
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}
.section-title h4::after{
    position: absolute;
    content: '';
    width: 69px;
    height: 4px;
    bottom: 0;
    right: 0;
    background-image: url('../images/title-bg.png');
    background-size: contain;
}
.company-info{
    padding-inline-start: 20%;
    width: 80%;
}
.card-slider.owl-carousel .owl-item,
.card-slider.owl-carousel .owl-stage .owl-item.active ~ .owl-item.active ~ .owl-item.active ~ .owl-item.active {
    opacity: 0.2;
}
.card-slider.owl-carousel .owl-item.active{
    opacity: 1;
}
.company-block{
    position: relative;
    margin: 20px 0px;
    /* overflow: hidden; */
}
.company-block .img img{
    max-width: 100%;
}
.block-info{
    background-color: rgb(194 164 92 / 94%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
   
    box-shadow: 0px 5px 19px #00000017;
    border-radius: 16px;
    padding: 26px 11px;
    transition: all 0.3s;
    height: 0;
    transform: translateY(100px);
    opacity: 0;
    z-index: 3;
}
.company-block:hover .block-info{
    opacity: 1;
    height: 105%;
    transform: translateY(0px);
}
.company-block .img{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 19px #00000017;
    border-radius: 16px;
    text-align: center;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.company-block .img img{
    max-width: 100%;
    padding: 0 20px;
}
.block-info h5{
    color: #fff;
    font-size: 17px;
    font-family: 'bold';
    margin-bottom: 13px;
}
.block-info p{
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-inline-start: 14px;
    height: 82px;
    overflow: hidden;
}
.block-info p::after{
    position: absolute;
    content: '';
    width: 5px;
height: 73px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 4px;
top: 50%;
transform: translateY(-50%);
right: 0;
}
.single-sector .block-info p::after{
    top: 0;
    transform: translateY(0);
}
.block-info .more{
    text-align: center;
}
.block-info .more a{
    color: #fff;
    font-family: 'bold';
    font-size: 14px;
}
/* ------------ Start partner section  ---------------- */
.partner{
    background-color: #fff;
    border-radius: 24px;
    margin: 12px;
    padding-bottom: 20px;
}

.partner .section-title{
    text-align: center;
    margin-bottom: 0;
}
.sponser-slider .item{
    margin: 44px 6px;
}
.sponser-slider{
    width: 90%;
    margin: auto;
}
.sponser-img{
    height: 170px;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 20px 31px #00000012;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.sponser-img a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.sponser-img img{
    max-width: 100%;
    padding: 0 16px;
    max-height: 68px;
}
/* *************Start footer section*********** */
footer{
    overflow: hidden;
    position: relative;
    padding-top: 70px;
background-color: #F1F1F1;
}

footer a{
    color: #000000;
    transition: all 0.3s;
}
footer a:hover,.contact-sochial ul li:hover,
.footer-items a:hover::before{
    color: var(--sec-color);
}
footer .container{
  position: relative;
  z-index: 2;
}
.footer .col-lg-7 .row{
    padding-inline-start: 80px;
}
.footer-map iframe{
    width: 100%;
    height: 148px;
    border-radius: 22px;
}
.footer-contact{
    margin-bottom: 20px;
}
.footer h4{
    color: #000000;
    font-size: 20px;
    font-family: 'bold';
    margin-bottom: 25px;
}
.footer-items li{
    margin-bottom: 8px;
}
.contact-sochial ul li{
    margin-bottom: 15px;
    display: flex;
}
.footer-items a{
    position: relative;
    padding-inline-start: 12px;
}
.footer-items a::before{
    position: absolute;
    content: '\f104';
    font-family: 'font awesome 5 pro';
    top: 3px;
    right: 0;
    color: #000;
    font-size: 14px;
}
.contact-sochial ul li i{
    width: 30px;
}
 .header-sochial a {
    margin-right: 3px;
    transition: all 0.5s;
    color:#fff;

}
.copy-right {
    padding:6px 0px;
margin-top: 20px;
background-color: #fff;
}
.copy-right .row{
    align-items: center;
}
.copy-right p{
    color: #000000;
    font-family: 'light';
    margin-bottom: 0;
}
.ryad-logo {
    height: 65px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}

.comp-rights {
    text-align: left;
}


/* *********************************************************************************************** */


/* Start about page */
.breadcrumb-section{
    padding: 60px 0;
    position: relative;
    z-index: 2;
}
.breadcrumb{
    padding: 30px 0;
    margin-bottom: 0;
    background-color: transparent;
}
.breadcrumb .title{
    color: #0E3B64;
    font-size: 25px;
    margin-bottom: 0;
    font-family: 'bold';
}
ul.breadcrumbs{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
ul.breadcrumbs li{
    padding-inline-start: 10px;
}
ul.breadcrumbs li a,ul.breadcrumbs li{
    color: #000;
    font-size: 18px;
}
ul.breadcrumbs li  span{
    padding-inline-start: 6px; 
    font-size: 14px; 
}
.breadcrumb .row{
    align-items: center;
}
.about-page-info {
    padding-inline-start: 20px;
}
.about-page-info p{
    line-height: 27px;
}
.about-pa .about-img {
    height: 319px;
  
}
.about-pa .about-img img{
    width: 100%;
}
.about-pa .row{
    align-items: center;
}
ul.about-info {
    padding-inline-start: 0px;
    display: flex;
    flex-wrap: wrap;
}
.about-page .about-info li {
    width: 48%;
    margin: 20px auto;
}
section.about.about-pa{
    margin-top: 0;
}
/* -------------------------       sectors page   ------------------------- */
.sectors{
    background-color: #fff;
    margin: 12px;
    border-radius: 24px;
    padding-bottom: 30px;
}
.sectors .col-lg-4 ,.single-sector .col-lg-3{
    padding: 0 8px;
}
.sector-box{
    margin-bottom: 20px;
}
.sector-box .img{
    height: 230px;
}
.sector-box .img img{
    width: 100%;
    max-height: 100%;
}
.sector-info h4{
    margin: 12px 0;
}
.sector-info h4 a{
    color: var(--bg-color);
    font-family: 'bold';
    font-size: 20px;
}
.more-details a{
    color: var(--sec-color);
    font-family: 'bold';
    font-size: 18px;
}
/* ------------------------------- single  comany page  -------------------------- */
.comany-link a{
    background-color: var(--bg-color);
    color: #fff;
    padding: 10px 32px;
  transition: all 0.3s;
}
.comany-link a:hover{
    background-color: var(--sec-color);
}
.company-details{
    padding-inline-start: 30px;
}
.company-details h4{
    color: var(--bg-color);
    font-family: 'bold';
    font-size: 24px;
}
.company-details p{
    margin: 20px 0 30px;
    line-height: 27px;
}
.single-company .about-img {
    height: 319px;
    width: 100%;
}
.single-company .about-img img{
    width: 100%;
}
.single-company .row{
    align-items: center;
}
.single-company{
    background-color: #fff;
    border-radius: 24px;
    margin: 12px;
}
/******************************************************************************/
/* ---------------------------  Start contact page  ------------------------- */
.contact-page{
    padding-top: 20px;
}
.contact-page .form-contact{
    background-color: #fff;
    padding: 50px 30px;
    height: 100%;
}
.contact .col-md-7,.contact .col-md-5{
    padding: 0;
}
.contact-info{
    background-color: var(--bg-color);
    padding: 50px 30px;
    height: 100%;
}
.iti {
    display: block;
}

.iti__flag {
    display: none;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
    direction: ltr;
    color: var(--sec-color);
    font-family: 'bold';
}

.iti__country-list {
    right: auto;
    left: 0;
}

.info-inner .item h3 {
    color: #FFF;
    font-size: 20px;
    font-family: 'bold';
    margin: 0 0 30px;
}
span u {
    display: inline-block;
    direction: ltr;
}
.info-inner a{
    color: #fff;
    margin-bottom: 16px;
    display:flex;
}
.form-contact form input, .form-contact form textarea, .form-contact form select {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #DADADA;
    border-radius: 2px;
    color: #7E7E7E;
    font-size: 15px;
    border-radius: 2px;
}
.form-contact label{
    width: 100%;
    text-transform: capitalize;
   font-size: 18px;
    color: #000000;
}
.form-contact input::placeholder,.form-contact textarea::placeholder{
    color: #9D9D9D;
}
.form-contact input:focus,.form-contact textarea:focus{
   outline: none;
}
.read-more{
    margin-top: 32px;
}
.read-more button{
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    transition: all 0.3s;
    background-color: var(--sec-color);
    border-radius: 24px;
    padding: 10px;
    min-width: 161px;
    font-family: 'bold';
    text-align: center;
   }
   .social-co{
       margin-top: 56px;
   }
   .social-co a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    border: 1px solid #F2F2F2;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .5s;
    font-size: 16px;
    margin-inline: 3px;
}
.info-inner .item:first-of-type{
    margin-bottom: 80px;
}
.map-con{
    margin-top: 70px;
}
.map-con iframe{
    width: 100%;
    height: 450px;
}
u{
    text-decoration: none;
}
.info-inner .item ul li i {
    font-size: 17px;
    width: 20px;
    margin-inline-end: 6px;
    position: relative;
    top: 3px;
}
/* -------------------------------------------------------------------------- */
/* Start media center page */
.media-center{
    background-color: #fff;
    border-radius: 24px;
    margin: 12px;
}
.new-block .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s;

}
.new-block  .date {
    width: 70px;
    position: absolute;
    left: 30px;
    top: 0;
    z-index: 6;
    height: 70px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 10px 10px;
}
.new-block .date span {
    font-size: 16px;
    font-weight: bold;
    color: var(--bg-color);
}
.new-block {
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #ccc;
    margin: 15px 0;
  
}
.new-block.details .kh-view ul li {
    font-size: 14px;
}
.kh-view ul li {
    margin-left: 15px;
    color: #888686;
    font-size: 16px;
    position: relative;
    z-index: 8;
}
.new-block .details p {
    color: #64615a;
    font-size: 16px;
    line-height: 28px;
    max-height: 85px;
    overflow: hidden;
    margin: 20px 0;
}
.new-block .details .more {
    font-size: 17px;
    color: var(--bg-color);
    font-family: 'bold';
}
.new-block  .details {
    padding: 20px;
}
.new-block  .details .name {
    font-size: 18px;
    margin: 20px 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #474747;
}
.new-block  .img-block .img{
    height: 250px;
    overflow: hidden;
}
.new-block .img-block a {
    display: block;
    width: 100%;
    height: 100%;
}
.new-block:hover .img-block a img {
    transform: scale(1.1) rotate(-1deg);
}
.new-img {
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(58 177 77 / 21%);
}
.new-img img{
    width: 100%;
    height: 100%;
}
.new-details  .title h3 {
    margin: 0;
    font-size: 27px;
    line-height: 38px;
    color: var(--bg-color);
    position: relative;
    padding-bottom: 20px;
}
.new-details .title h3::after {
    content: "";
    width: 109px;
    height: 4px;
    background: var(--bg-color);
    position: absolute;
    right: 0;
    bottom: 0;
}
.new-details  p {
    font-size: 16px;
    color: #64615A;
    line-height: 34px;
    margin: 40px 0;
}
.all-news .col-lg-4,.tab-pane .col-lg-3 {
    padding: 0 8px;
}
.nav.nav-pills {
    justify-content: center;
    margin-bottom: 30px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link,.nav-pills .nav-link:hover {
    color: #fff;
    background-color: var(--bg-color);
    
}
.nav-pills .nav-link {
    padding: 10px;
    border-radius: 23px;
    border: 1px solid var(--bg-color);
    margin-inline: 10px;
    min-width: 132px;
    text-align: center;
    font-family: 'bold';
    color: var(--bg-color);
    transition: all 0.3s;
}
.tab-pane .img{
    height: 262px;
    overflow: hidden;
    object-fit: cover;
}
.tab-pane .img a{
    display: inline-block;
    height: 262px;
    position: relative;
    width: 100%;
}
.tab-pane .img img{
   width: 100%;
    height: 100%;
}
.block-center.video-block::before {
    content: "\f04b";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: var(--bg-color);
    color: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    opacity: .8;
    font-weight: bold;
    font-size: 20px;
    transition: all .5s;
}
/* -------------------------------------------------------------- */
/* Start client-page page */
.client-page{
    background-color: #fff;
    border-radius: 24px;
    margin: 12px;
}
.client-page .sponser-img{
margin-bottom: 16px;
}
.client-page .col-lg-3{
    padding: 0 8px;
}
.sponser-img img{
    transition: all 0.5s;
}
.sponser-img:hover img{
    transform: translateY(-10px);
}


/* -------------------------------------------- */
/* Start statistics section */
.statistics{
    background-color: #F5F5F5;
}
/* *******   counter     *********** */
.counter-item {
    direction: ltr;
    color:var(--sec-color);
    font-size: 32px;
    line-height: 43px;
    margin: 14px 0 19px;
    font-family: 'neosans';
    text-align: center;

}
.count-block{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 40px #0000001A;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 22px;
    margin-bottom: 14px;
}
.count-block .details{
    text-align: center;
}
.count-block .details h6{
    font-size: 20px;
    font-weight: bold;
    color: var(--bg-color);
    text-align: center;
    line-height: 35px;
}
.counter-info h3{
    color: #fff;
    font-family: 'bold';
    font-size: 32px;
    margin-bottom: 60px;
}
.count-block .img{
    height: 64px;
    max-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.count-block .img img{
    height: auto;
    max-height: 100%;
}
/* --------------------------- */
.team-work .row{
    justify-content: center;
}
.team-work .col-lg-3{
    padding: 0 8px;
}
.team-item img{
    width: 190px;
    height: 190px;
    border-radius: 50%;
    margin-top: 2px;
    
}
.team-item .img{
    background-image: url('../images/1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    margin: auto;
    text-align: center;
    margin-bottom: 22px;
}
.team-item{
    text-align: center;
}

.team-info h5{
    color: var(--bg-color);
    font-family: 'bold';
    font-size: 17px;
}
.team-info h6{
    color: var(--sec-color);
    font-family: 'bold';
    font-size: 18px;
}
/* --------------------------------------- */
.mang-word{
    background-color: #fff;
    border-radius: 42px;
    margin: 12px;
}
.manager-word{
    width: 70%;
    margin: auto;
    border: 8px solid var(--sec-color);
  position: relative;
  padding: 60px 42px;
  
}

.manager-word::after,.manager-word::before{
    position: absolute;
    content: '\f10d';
    font-family: 'font awesome 5 pro';
    font-size: 40px;
    font-weight: bold;
    width: 52px;
    height: 52px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.manager-word::before{
    top: -31px;
    left: -31px;
}
.manager-word::after{
    bottom: -30px;
    right: -30px;
    content: '\f10e';
}
.manager-word h4{
    color: var(--sec-color);
    font-family: 'bold';
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
}
.manager-word h6{
    font-size: 16px;
    margin-bottom: 26px;
    text-align: center;
}
.manager-word span{
    display: inline-block;
    margin-bottom: 18px;
}
.manager-word p{
    line-height: 27px;
}
.mang-word.about-2{
    background-color: #F1F1F1;
    border-radius: 0;
    margin: 0;
}
.team-work.about-2{
    background-color: #fff;
    border-radius: 42px;
    margin: 12px;
}

.mang-word.about-2 .manager-word::after,
.mang-word.about-2 .manager-word::before{
    background-color: #F1F1F1;
}
/* ----------------------------------------------------------------------------------------------------- */
.sector-page .row{
    margin-bottom: 100px;
    align-items: center;
}
.sector-page .row:nth-child(even){
    direction: ltr;
}
.sector-page .row:nth-child(even) .sector-details{
    direction: rtl;
}
.sector-img {
    position: relative;
    height: 410px;
}
.single-sector .company-block{
    position: relative;
}
.sector-img::after,.sector-img::before{
    position: absolute;
    content: '';
    width: 100px;
    background-color: var(--sec-color);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    z-index: -1;
}

.sector-img::after{
    top: -17px;
    right: -20px;
    height: 60%;
}
.sector-img::before{
    bottom: -21px;
    left: -16px;
    height: 100%;
}
.sector-img img{
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 81%, 0% 100%);
}
.sector-details{
    padding-inline-start: 40px;
}
.sector-details h4{
    font-size: 26px;
  margin-bottom: 40px;
  font-family: 'bold';
}
.sector-details h4 a{
    color: var(--bg-color);
}
.sector-details p{
    line-height: 27px;
}
.sector-page .row:nth-child(even) .sector-img img{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}
.sector-page .row:nth-child(even) .sector-img::after{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 97%); 
}
.sector-page .row:nth-child(even) .sector-img::before{
    display: none;
}
.sector-page .row:nth-child(even) .sector-img::after{
   height: 100%;
   top: 23px;
}
.sector-page .row:last-of-type {
    margin-bottom: 0px;
}

.single-sector .company-block::after,
.single-sector .company-block::before{
    position: absolute;
    content: '';
    width: 100px;
    background-color: var(--sec-color);
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
    /* z-index: -1; */
}
.single-sector .company-block::before{
    height: 80%;
    top: -8px;
    right: -8px;
}
.single-sector .company-block::after{
    left: -8px;
    bottom: -8px;
    height: 40%;
}
.single-sector .company-block{
    margin-bottom: 60px;
    overflow: hidden;
    padding: 12px;
}
.single-sector .company-block:hover .block-info {
    height: 100%;
}

/* -------------------------------------------------------------- */
.vission-item .v-img{
    width: 158px;
    height: 158px;
    background-image: url('../images/icon-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin: auto;
}
.vission-item .v-img img{
    max-height: 80px;
    position: absolute;
    bottom: 53px;
    left: 39px;
}
.vission-item{
    text-align: center;
}
.vission-item h5{
    font-family: 'bold';
    font-size: 19px;
    margin-bottom: 20px;
    color: var(--sec-color);
}