:root {
    --main-color: #181E1E;
    --sec-color: #58C4F3;
    --bg-color: #003089;
}



@font-face {
    font-family: 'regular';
    src: url('../fonts/Neo\ Sans\ Arabic\ Regular.ttf');
}

@font-face {
    font-family: 'light';
    src: url('../fonts/NeoSansArabicLight.ttf');
}

@font-face {
    font-family: 'medium';
    src: url('../fonts/NeoSansArabicMedium.ttf');
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: rtl !important;
}

body {
    direction: rtl;
    text-align: start;
    font-family: 'regular';
    overflow-x: hidden;

}

/* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 15px;
    text-align: right !important;
    padding-left: 30px;
    padding-right: 18px;
}

.nice-select::after {
    left: 12px;
    right: auto;
}

.nice-select .option {
    text-align: right;
    padding-left: 29px;
    padding-right: 18px;
}

.nice-select .list {
    width: 100%;
}

.nice-select:after {
    width: 8px;
    height: 8px;
}


.owl-carousel {
    direction: ltr;
}

.carousel-info button {
    border: none;
    outline: none;
    background: none;
}

button:focus,
button {
    border: none;
    outline: none;
}

.mynav button {
    background: none;
}

input:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

.mynav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.mynav .nav-link {
    color: #fff;
}

.right-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mynavbar,
.mynavbar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mynavbar ul {
    margin-right: 40px;
}

.lang-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btnSearch i,
.lang-search a {
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.3s;
}

.lang-search a i {
    padding-inline-start: 6px;
}

.btnSearch i:hover,
.lang-search a:hover {
    color: var(--sec-color);
}


.mynavbar ul li {
    margin-inline-end: 12px;
}

.logo img {
    max-height: 101px;
    max-width: 101px;
    object-fit: contain;
}

.mynav .fa-search:hover {
    /*transform: rotate(-360deg);*/
}


/* Start header */

.mynav .row {
    padding: 16px 0;
    align-items: center;
}

.mynavbar .nav-link {
    position: relative;
    padding: 7px 16px;
    z-index: 1;
}

.mynavbar .nav-link::after {
    position: absolute;
    content: '';
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.6s;

    z-index: -1;
}

.mynavbar ul li.current-menu-item a {
    color: #003089;
}

.mynavbar .nav-link.active::after,
.mynavbar ul li.current-menu-item .nav-link::after {
    opacity: 1;
    top: 0;
}

.mynavbar .nav-link:hover::after {
    opacity: 1;
    top: 2px;
}

.mynavbar .nav-link.active,
.mynavbar .nav-link:hover {
    color: #003089;
}

.res-menu ul {
    display: flex;
}

.res-menu ul li:last-of-type {
    margin-right: 10px;
}

.header-sochial {
    display: flex;
}

.header-sochial a {
    transition: all 0.3s;
    color: #fff;
    margin-inline: 9px;
}

.header-sochial a:hover {
    color: #58C4F3;
}

.navbar-toggler-icon {
    color: #fff;
    font-size: 20px;
    margin-inline-end: 8px;
}

/* Start Search */

.site-search {
    display: table;
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    padding: 12px;
    transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
    -webkit-transition: opacity .5s ease 0.25s, z-index 0s ease 0.75s;
}

.site-search .close-side i {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 20px;
    left: 20px;
}

.site-search.open {
    z-index: 99999999;
    opacity: 1;
    transition: opacity .5s, z-index 0s;
    -webkit-transition: opacity .5s, z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
    margin-top: -40px;
    opacity: 1;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
    position: relative;
    padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
    border: none;
    width: 50%;
    margin-top: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    padding-top: 0;
    opacity: 0;
    transition: margin-top .5s, opacity .5s;
    -webkit-transition: margin-top .5s, opacity .5s;
    transform: translateX(-50%);
    z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
    display: none;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
    color: var(--main-color);
    background: none;
    border: none;
    border-bottom: 3px solid var(--main-color);
    font-size: 20px;
    /*  	font-weight: 900;*/
    padding: 15px 0;
    height: auto;
    margin: 0;
    outline: none !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s linear;
    -webkit-appearance: none;
    border-radius: 0px;
    box-shadow: inset 0 0 0 transparent;
    color: var(--main-color);
    padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
    top: 10px;
    right: 15px;
    padding-top: 0 !important;
    background: none !important;
    font-size: 0;
    min-width: 0;
    padding: 0 !important;
    z-index: 4;
    position: absolute;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 20px;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--main-color);
    padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
    color: var(--main-color);
    font-family: 'regular';
}

.searchForm .btnSearch {
    box-shadow: none !important;
    margin: 0 25px;
    color: #101010;
    padding: 0;
    text-align: center;
    line-height: 30px;
    border: none !important;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    cursor: pointer;
}

.searchForm .btnSearch i {
    transition: all 0.6s;
    color: var(--main-color);
}

.searchForm .btnSearch i:hover {
    /*transform: rotate(360deg);*/
    color: var(--hover-color);
}

.site-search-close {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}


/* End Search */

/* Sidebar */

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    right: -350px;
    height: 100%;
    width: 350px;
    background-color: var(--bg-color);
    z-index: 999;
    padding: 20px 0;
    z-index: 999999;
    transition: all 0.7s;
    box-shadow: 0px 0px 20px #00000029;
    padding: 20px 0;
}

.sidebar-width {
    right: 0px;
}

.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;
}

.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: block;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    transition: all 0.6s;
}

.sidebar .side-content ul li a:hover {
    background-color: #fff;
    color: var(--main-color);
}

.sidebar .contact-buttons {
    justify-content: center;
    margin-top: 60px;
}

.search-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Start responsive-menu */
.responsive-menu{
    padding: 20px  16px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.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{
    padding-top: 22px;
}
.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;  
}
/* Start home slider */
.slider-home .slider-img {
    position: relative;

}

.home-slider .item {
    position: relative;
}

.sochial-links {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sochial-links a {
    color: #fff;
    margin-right: 20px;
    border: 1px solid #fff;
    width: 40px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.home-slider {
    width: 100%;
    /* z-index: -1; */
}

.slider-home .slider-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent linear-gradient(180deg, #003089F2 0%, #001845AB 100%) 0% 0% no-repeat padding-box;
    background-size: cover;
}

.carousel-info {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    bottom: 36px;
    transform: translateX(-50%) translateY(0px);
    visibility: hidden;
    transition: all 1s ease-in;
    padding: 45px 20px;
    left: 50%;
    width: 42%;
}

.carousel-info .more-data {
    display: flex;
    justify-content: space-around;
}

.slider .owl-item.active .carousel-info {
    transform: translateX(-50%) translateY(-60px);
    opacity: 1;
    visibility: visible;
}

.carousel-info h2 {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 40px;
    /* font-family: 'medium'; */
}

.carousel-info p {
    line-height: 1.7;
    font-size: 18px;
    margin-block: 40px;
}

.home-slider .owl-carousel,
.sponser-slider {
    direction: ltr;
}

.slider-home .owl-item .slider-img {
    height: 660px;
}

.slider-home .owl-item .slider-img img {
    height: 660px;
    object-fit: cover;
    transition: all 20s;
}

.slider .owl-item.active img {
    transform: scale(1.3);
}

.comp-video span a {
    padding-inline-end: 12px;
    color: #fff;
}

.comp-video {
    margin: 0 20px;
    display: flex;
    align-items: center;
}

.comp-video a.wath-v {
    width: 58px;
    height: 58px;
    background-color: #72CDF4;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.comp-video a.wath-v::after {
    position: absolute;
    content: '\f04b';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #72CDF4;
}

.comp-video a.wath-v::before {
    position: absolute;
    content: '';
    width: 58px;
    height: 58px;
    margin: auto;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #72CDF4;
    opacity: 0.7;
    animation: movecir 1s infinite linear;
}

@keyframes movecir {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev {
    margin-top: 0;
    position: absolute;
    bottom: 11px;
    font-size: 21px;
    background-color: transparent;
    z-index: 9;
}

.home-slider .owl-theme .owl-nav .owl-prev {
    left: 43%;
}

.home-slider .owl-theme .owl-nav .owl-next {
    right: 43%;
}

.card-slider.owl-theme .owl-nav .owl-prev {
    left: -60px;
}

.card-slider.owl-theme .owl-nav .owl-next {
    right: -60px;
}

.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next {
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.read-more a,
.read-more button {
    display: inline-block;
    padding: 12px 20px;
    min-width: 170px;
    background: #003089;
    color: #fff;
    transition: all 0.5s;
    text-align: center;
    border-radius: 50px;
    position: relative;
    font-family:'medium';
}

.read-more a,.read-more button  {
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    text-transform: capitalize;
    overflow: hidden;
    transition: 0.8s all ease;
    z-index: 2;
}

.read-more a::before ,.read-more button::before {
    background: var(--sec-color);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 0%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.6s ease;
}

.read-more a:hover::before ,.read-more button:hover::before{
    height: 450%;
}
.read-more i{
    padding-inline-start:8px;
}
.slider-home.owl-theme .owl-dots .owl-dot span,
.card-slider.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    font-size: 12px;
    background: #BFECFF;
    color: #fff;
}

.slider-home.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #58C4F3;
}

.card-slider.owl-theme .owl-dots .owl-dot span {
    border-color: var(--sec-color);
}

.card-slider.owl-theme .owl-dots .owl-dot.active span,
.card-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--sec-color);
}

.slider-home.owl-theme .owl-dots,
.card-slider.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.card-slider.owl-theme .owl-dots {
    bottom: -30px;
}

.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev {
    color: #fff;
    background-color: var(--sec-color);
    transition: all 0.4s;
}

.card-slider.owl-theme .owl-nav .owl-next:hover,
.card-slider.owl-theme .owl-nav .owl-prev:hover {
    color: var(--sec-color);
    background-color: #fff;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

/* ********************************* */
/* Strt about section */
section {
    margin: 0;
    padding: 70px 0;
}

section.about {
    background-image: url('../images/mask.png');
    background-size: cover;
}
section.about .about-img{
    position: relative;
}
section.about .about-img img {
    width: 100%;
    object-fit: cover;
    height: 430px;
    border-radius: 8px;
}

section.about .about-img::after {
    position: absolute;
    content: '';
    bottom: -22px;
    right: -14px;
    width: 290px;
    height: 328px;
    border-radius: 8px;
    background-color: var(--sec-color);
    z-index: -1;
}

.value-list {
    display: flex;
    flex-wrap: wrap;
}

.value-list li {
    width: 50%;
    display: inline-flex;
    color: #464646;
    font-size: 18px;
    margin-bottom: 12px;
    align-items: center;
}

.value-list li i {
    color: var(--bg-color);
    font-size: 26px;
    padding-inline-end: 6px;
}

/* about info */

.about-info p {
    color: #464646;
    font-size: 18px;
}

h5.title {
    font-size: 26px;
    color: var(--bg-color);
    font-family: 'medium';
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    padding-inline-end: 32px;
}

h5.title::after {
    position: absolute;
    content: '';
    width: 27px;
    height: 2px;
    background-color: var(--sec-color);
    top: 16px;
    left: 0;
}

.about-info-item>li {
    margin-bottom: 20px;
}

.about-info-item>li:nth-child(2) {
    animation-delay: 0.3s;
}

.about-info-item>li:nth-child(3) {
    animation-delay: 0.6s;
}
.about-info-item>li:nth-child(4) {
    animation-delay: 0.9s;
}
/* end about section */
/* Start our products section */

section.products {
    background-color: #001843;
    background-image: url('../images/mask.png');
    background-size: cover;
}

.section-title h4 {
    color: #252525;
    font-size: 32px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: inline-block;
    animation: 1s slideInDown;
}

.section-title h4::after {
    position: absolute;
    content: '';
    width: 27px;
    height: 2px;
    background-color: var(--sec-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.products .section-title h4 {
    color: #fff;
}

.products .read-more,
.projects .read-more {
    text-align: center;
    margin-top: 60px;
}

section.products .section-title {
    margin-bottom: 40px;
}

.card-item {
    margin-bottom: 16px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 7px 13px #00000029;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 9px;
    transition: all 0.3s;
}
.product-page .card-item{
    margin-bottom: 32px;
}
.card-item:hover{
    border-color: var(--sec-color);
}

.card-item .product-info {
    text-align: center;
    padding: 30px 0;
}

.card-item .product-info h4 {
    font-size: 16px;
    font-family: 'medium';
    color: #252525;
    transition: all 0.3s;
}

.card-item:hover .product-info h4 {
    color: var(--bg-color);
}

.card-item .item-img {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    padding: 6px;
    overflow: hidden;
}

.item-img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    transition: all 0.8s;
}

.card-item:hover .item-img img,
.projects .project-item:hover .item-img img {
    transform: scale(1.1);
}

/* Start projects section */
section.projects {
    background-image: url('../images/mask.png');
    background-size: cover;
}

.project-item {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #0000001A;
    border-radius: 5px;
    margin: 24px 0;
    transition: all 0.5s;
}
.project-page .project-item{
    margin-bottom: 32px;
}
.project-page .project-item .project-info h6 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.project-page .project-item .project-info h6 i {
    padding-inline-end: 6px;
}
.project-page .project-item .project-info{
    text-align: start;
}
.project-item .project-info {
    text-align: end;
    padding: 13px;
}

.project-item .project-info h4 {
   color: #252525;
    font-size: 16px;
    font-family: 'medium';
    margin-bottom: 10px;
    min-height: 54px;
    line-height: 27px;
    display: inline-flex;
    align-items: center;
}

.project-item .project-info h6 {
    color: #7E7E7E;
    font-size: 15px;
}

.project-item .project-info h6 i {
    color: var(--bg-color);
    padding-inline-start: 6px;
}

.project-item .item-img {
    overflow: hidden;
}

.project-item .item-img a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.project-item .item-img a::after {
    position: absolute;
    content: '\f00e';
    font-family: 'font awesome 5 pro';
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #003089 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 82%;
    font-size: 19px;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.5s;
}

.project-item:hover .item-img a::after {
    transform: translate(-50%, -50%) scale(1);
}

/* Start certificates section */
section.certificates {
    background-color: #FCFCFC;
}
.certificates .item-img{
    height: 320px;  
}
.certificates .item-img img{
    height: 320px;
    border-radius: 5px;
    background: #003089 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #00000014;
border-radius: 5px;

}
.certificates .project-item{
    margin: 30px 0;
    padding: 6px;
}
.certificates .project-item .item-img a::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    background-color: var(--bg-color);
    top: 0;
    left: 0;
    opacity: 0.49;
    z-index: 2;
    border-radius: 5px;
    transition: all 0.6s;
}
.project-item .item-img a::after{
    z-index: 3;
}
.certificates .project-item:hover .item-img a::before{
    height: 100%;
}
/* end certificates section */

/* Start footer section */
footer {
    background-color: #001843;
    background-image: url('../images/mask.png');
    background-size: cover;
    padding: 30px 0 0;
    overflow: hidden;
}
footer .footer-logo img{
    max-height: 65px;
    max-width: 100%;
}
footer h5 {
    color: #fff;
    font-size: 18px;
    font-family: 'medium';
    margin-bottom: 20px;
}
.footer-logo p{
    padding-inline-end: 20%;
    font-size: 18px;
    margin-top: 33px;
}
.footer {
    padding: 40px 0;
}

footer ul li {
    margin-bottom: 12px;
}



footer a ,footer{
    color: #fff;
    transition: all 0.3s;
}
footer a:hover,footer ul li:hover{
    color: var(--sec-color);
}
footer ul li i{
    padding-inline-end: 8px;
}



.bootom-footer {
    padding: 12px 0;
}

.copy-right .row {
    align-items: center;
}

.copy-right p {
    color: #fff;
    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 */
.inner-body{
    background-image: url(../images/mask.png);
    background-size: contain;
    
}
section.about.about-page{
    background-image: none;
}
.breadcrumb-section {
    color: #fff;
    background-image: url('../images/slider-1.png');
    background-size: cover;
    background-position: bottom;
    padding: 160px 0 60px;
    position: relative;
    z-index: 2;
}
.breadcrumb-info{
    text-align: center;
}
.breadcrumb-section h2{
    font-size: 40px;
}
.breadcrumb-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: transparent linear-gradient(180deg, #003089F2 0%, #001845AB 100%) 0% 0% no-repeat padding-box;
}

.breadcrumb-section a {
    color: #BDBDBD;
    font-size: 23px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.breadcrumb-item.active {
    color: #fff;
    font-size: 23px;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: 10px;
    content: "/";
    color: #fff;
}

.intro,.service-info{
    background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 7px 25px #00000014;
border-radius: 8px;
padding: 36px 35px;
text-align: center;
width: 80%;
margin: auto;
position: relative;
}

.intro h4,.service-info h4{
    color: var(--bg-color);
    font-size: 26px;
    margin-bottom: 20px;
}
.intro p{
    color: #464646;
    font-size: 18px;
    text-align:justify;
}
.know-more{
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    text-align: center;
}
 .know-more a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 56px;
height: 56px;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 4px 11px #00000029;
/* animation: moveupdown 5s ease-in-out infinite; */
}
@keyframes moveupdown{
  0%,100%{
      transform: translateY(-12px);
  }
  50%{
      transform: translateY(12px);  
  }
}
 .know-more a{
    color: var(--bg-color);
    font-size: 18px;
}
 .know-more a i{
    font-size: 20px;

}
.about-info ul li.goals{
    counter-reset: list-counter; 
}
 .about-info ul li.goals ul li::before {
    counter-increment: list-counter;
    content: counter(list-counter) ;
    width: 30px;
height: 30px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #003089;
display: inline-flex;
align-items: center;
justify-content: center;
color: var(--bg-color);
border-radius: 50%;
margin-inline-end: 10px;
}
.about-info ul li.goals ul li{
    margin-bottom: 12px;
    color: #464646;
    font-size: 18px;
}
.service-info{
    text-align: start;
}
.service-info ul li{
color: #252525;
font-size: 18px;
margin-bottom: 10px;
}
/* Start single products page */
.slider.slider-for {
    direction: ltr;
}

.banner-slider {
    overflow: hidden;
}

.slider-banner-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.thumbImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbImg {
    margin-bottom: 10px;
    height: 108px;
}

.thumbnail-image.slick-slide.slick-current.slick-active:focus {
    outline: none;
}

.slider.slider-for {
    direction: ltr;
}

[dir='rtl'] .slick-slide {
    float: left;
}

.banner-slider .col-sm-3,
.banner-slider .col-sm-9 {
    padding-right: 6px;
    padding-left: 6px;
}

.slick-dots {
    bottom: 10px;
}

.slick-dots li button:before {
    font-size: 20px;
}

.slick-dots li.slick-active button:before {
    background: #fff;
}

.slick-dots li button:before {
    content: '';
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
}

/* ********************** */
.services-detail h4 {
    color: #A80000;
    font-size: 18px;
    font-family: 'bold';
    margin-bottom: 30px;
}

.services-detail h5 {
    color: #000000;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'bold';
}

.services-detail p {
    color: #2D2C2C;
    font-size: 14px;
}

/* ******************************************************** */
/* Start article page */
.article-page {
    background-color: #F3F3F3;
}

.articles ul li {
    border-bottom: 1px solid #C7C7C7;
    margin-top: 20px;
    padding: 20px 0;
}

.articles ul li:last-of-type {
    border-bottom: none;
}

.articles .art-info h5 a,
.article-data h5 {
    color: var(--sec-color);
    font-family: 'bold';
    font-size: 18px;
}

.articles .art-item .img img {
    max-width: 100%;
    height: 260px;
    object-fit: cover;
}

.articles .art-info p {
    color: #2D2C2C;
    font-size: 14px;
    margin: 20px 0;
    line-height: 1.7;
}

/* ************************** */
/* Start single article page */
.artticle-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.article-data {
    position: relative;
    margin: 30px 0;
    padding: 20px 0;
    padding-left: 30px;
}

.article-data p {
    color: #2D2C2C;
    font-size: 15px;
    margin-top: 20px;
    line-height: 1.7;
}

section.single {
    position: relative;
    overflow: hidden;
}

section.single::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../images/singl-art.png');
    background-size: contain;
    background-repeat: no-repeat;
    top: 385px;
    left: -406px;
    z-index: 1;

}

section.single .container {
    position: relative;
    z-index: 2;
}

.important-point ul {
    display: inline-block;
}

.important-point ul li {
    position: relative;
    width: 48%;
    float: left;
    margin-bottom: 12px;
    padding-right: 20px;
}

.important-point ul li a {
    color: #2C2C2C;
    font-size: 15px;
}

/* ***************************************************************************************************** */
/* Start contact page */
section.contact-page{
    padding: 100px 0;
}
.contact-form form input,.contact-form form textarea{
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #EBEBEB;
    color: #7E7E7E;
    font-size: 15px;
    border-radius: 2px;
}
.contact-form form input::placeholder,.contact-form form textarea::placeholder{
    color: #C0C0C0;  
}
textarea:focus{
    outline: none;
}
.contact-form label{
    color: #555555;
}
.form-info form input:focus{
    outline: none;
}

.contact-page .map iframe{
    height: 321px;
    width: 100%;
}
.contact-data h5,.contact-form h5{
    color: #363636;
    font-size: 20px;
    margin-bottom: 31px;
    width: 88%;
    line-height: 31px;
}
.contact-data ul li{
    margin-bottom: 15px;
}
.contact-data ul li a{
    color: #3D3D3D;
    font-size: 18px;
}
.contact-data ul li a:hover,.contact-data ul li a:hover i,.contact-data ul li:hover{
    color: var(--sec-color);  
}
.contact-data li  i {
    padding-inline-end: 9px;
    color: #464646;
    font-size: 20px;
}
.contact-data .sochial-icone a i{
    color: #5F5F5F;
    font-size: 16px;
    transition: all 0.3s;
}
.contact-data .sochial-icone a:hover i{
    color: var(--sec-color);
}
.contact-data .sochial-icone span{
    margin-inline-end: 10px;
    color: #393939;
}
li.sochial-icone{
    margin-top: 26px;
}
span.mob-num{
    display: inline-block;
    direction: ltr;
}
.contact-data,.contact-form{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 14px #00000029;
    border-radius: 3px;
    padding: 32px 30px;
    /* height: 100%; */
    margin-bottom: 20px;
}

.contact-data {
    margin-bottom: 40px;
}

/* *********************************************************************************** */
/* Start single-project section */
section.single-project{
    padding-bottom: 0;
}
.single-project .project-data img{
    width: 100%;
    height: 346px;
    object-fit: cover;
    border-radius: 5px;
}
.single-project .project-data h5,.single-project .project-details h5,
.all-companies ul li h6{
    color: var(--bg-color);
    font-size: 18px;
    margin-block: 22px;
    font-family: 'medium';
}
.single-project .project-data p{
    color: #464646;
}
.single-project .project-details{
    background-color: #fff;
    padding: 32px 30px;
}
.project-details h6{
    color: #464646;
    font-size: 17px;
    margin-block: 14px;
}
.project-details h6 span{
    color: #252525;
}
section.projects{
    background-image: none;
}
/* *************************************************************** */
/* Stat all-companies page */
.all-companies ul{
    display: flex;
    flex-wrap: wrap;
}
.all-companies ul li{
    width: 47%;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #00000014;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    padding: 40px 20px;
    margin: 0px auto 20px;
    overflow: hidden;
    transition: all 0.5s;
    height: 112px;
    display: flex;
    flex-direction: column;
}
.all-companies ul li h6{
    margin: 0;
    transition: all 0.5s;
}
.all-companies ul li .read-more a{
    min-width: 180px;
}
.all-companies ul li .read-more{
    opacity: 0;
    visibility: hidden;
    height: 0;
    transform: translateY(60px);
    transition: all 0.5s;
}
.all-companies ul li:hover .read-more{
    opacity: 1;
    visibility: visible;
    height: auto;
    transform: translateY(-10px);
}
.all-companies ul li:hover h6{
    transform: translateY(-26px);
}
.all-companies ul li:hover{
    padding-bottom: 24px;
    /*height:120px;*/
}

.all-companies ul li h6{
    font-size:17px;
}
.product-page .row{
    justify-content:center;
}