@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --main-color: #1A1A29;
    --bg-color: #28283E;
    --sec-color: #2D79A1;
}


@font-face {
    font-family: 'bold';
    src: url('../fonts/GE-Dinar-One-Medium.otf');
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('../fonts/Bahij-Helvetica-Neue-55-Roman.ttf');
}

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

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.ttf');
}
body {
    direction: rtl;
    text-align: start;
     /*font-family: 'Poppins';*/
      /*font-family: 'en-font';*/
       font-family: "Rubik", serif;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
     direction: ltr !important;
    text-align: right;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 1em;
}
.owl-carousel {
    direction: ltr;
}

button:focus {
    border: none;
    outline: none;
}

input:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

.left-header {display: flex;align-items: center;justify-content: end;gap: 40px;}

.logo img {
    max-height: 58.5px;
}

/* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 15px;
    text-align: start !important;
    padding-left: 30px;
    padding-right: 18px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
}
.home-slider .item:before {
    content: "";
    transform: rotate(180deg);
    position: absolute;
    left: 0;border-Radius: 16px;
    top: 0;
    width: 100%;
    height: 100%;
    Z-INDEX: 2;
    background:url('../images/Rectangle44.svg');
}
.nice-select::after {
    left: 12px;
    right: auto;
    border-bottom: 2px solid #2A378F;
    border-right: 2px solid #2A378F;
}

.nice-select .option {
    text-align: start;
    padding-left: 29px;
    padding-right: 18px;
}

.nice-select .list {
    width: 100%;
}

.nice-select:after {
    width: 8px;
    height: 8px;
}

/* Start header */


.mynav .navbar-menu li a {
    color: #0A0A0A;
    transition: all 0.3s;
    padding: 0;
    font-size: 16px;
    padding: 30px 0;
    font-weight: 300;
       /*font-family: 'Poppins-Light';*/
}

.mynav .navbar-menu li a:hover,
.mynav .navbar-menu li.current-menu-item a{
    color: var(--sec-color);
}

li.menu-item-has-children {
    position: relative;
    margin-inline-end: 16px;
}

ul.sub-menu {
    display: block;
    opacity: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    z-index: 9;
    transform: translateY(-20px);
    transition: all 0.3s;
    visibility: hidden;
    padding: 6px 15px 6px 15px;
    min-width: 229px;
    box-shadow: 0px 12px 12px 0px #6969690F;
    border-radius: 8px;
    border: 1px solid #2D79A1;
    min-width: max-content;
}

li.menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    height: auto;
    transform: translateY(0);
    visibility: visible;
}
ul.sub-menu ul.sub-menu {
    right: 109%;
    top: 0;
    /*margin-inline-start: 22px;*/
        min-width: 229px;
}
.mynav .navbar-menu li {
    padding-inline-start: 30px;
}

.mynav .navbar-menu ul.sub-menu li {
    padding: 0;
    border-bottom: 1px solid #DBF3FF;
    width:100%;
}

.mynav .navbar-menu li .sub-menu a {
    color: #0A0A0A;
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    padding-inline-start: 0;
    width:100%;
}

.mynav .navbar-menu ul.sub-menu li:last-of-type {
    border-bottom: none;
}


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

li.menu-item-has-children>a::after {
    position: absolute;
    content: "\f107";
    font-family: 'font awesome 5 pro';
    top: 30px;
    left: -17px;
    color: #000;
    font-size: 20px;
}

.sidebar li.menu-item-has-children>a::after {
    top: 7px;
    left: 1px;
    color: #fff;
}

ul.sub-menu li {
    margin-inline-end: 0;
}

.sidebar .sub-menu{
    display: none;
    opacity: 1;
    visibility: visible;
    height: auto;
    position: relative;
    min-width: unset;
    width: 100%;
    border-radius: 0;
    padding: 16px 0px;
    margin-top: 0px;
    background: #fff;
    transition: all 0s;
}

.sidebar .side-content ul .sub-menu li a {
    color: var(--main-color);
}

.left-tobheader {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lang a {
    text-transform: capitalize;
    color: #0A0A0A;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Poppins-Light';
    border-bottom: 1px solid #0A0A0A;
}

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

.search-btn i {
    transition: all 0.7s;
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mynav .nav-link {
    position: relative;
}

.navbar-menu {
    display: flex;
    padding: 0;
}

.request a {
    color: #fff;
    min-width: 159px;
    padding: 12px 12px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    transition: all 0.3s;
    background: var(--sec-color);
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0px 10px 12px 0px #3452ED3B;
}

.btnSearch i {
    color: #0A0A0A;
    cursor: pointer;
}

/* ---------------------------------- */
.navbar-toggler i {
    color: #fff;
    font-size: 25px;
}

.responsive-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 12px;
}

.responsive-menu .left-menu {
    display: flex;
    align-items: center;
}

.responsive-menu .lang {
    text-transform: capitalize;
}

.left-menu .btnSearch {
    margin: 0 8px;
}

.navbar-toggler,
.responsive-menu .searchForm .btnSearch {
    padding: 0;
    width: 34px;
    height: 34px;
    background-color: var(--sec-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

/* 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);
}

.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: #fff;
    z-index: 999;
    padding: 20px 0;
    transition: all 0.5s;
    padding: 20px 0;
    overflow: scroll;
    clip-path: circle(65px at calc(100% - 45px) 45px);
    /* transform: scale(0); */
}

.sidebar-width {
    right: 0px;
    clip-path: circle(75%);
    /* transform: scale(1); */
}

.sidebar .close-side i {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #000;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.sidebar .side-content {
    padding-top: 0px;
    margin-top: 5px;
}

.close-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--sec-color);
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
    /* transition: all 0.5s; */
    /* transform: scale(0); */
}

.close-overlay.open-overlay {
    display: block;
    /* transform: scale(1); */
}

.sidebar .side-content ul li {
    position: relative;
    width: 100%;
    transition: all .5s;
    border-bottom: 1px solid #ffffff63;
}

.sidebar .side-content ul li a {
    color: #000;
    display: inline-block;
    padding: 9px 20px;
    position: relative;
    transition: all 0.6s;
}

.sidebar .side-content ul li a:hover {
    color: #fff;
}

.sidebar .contact-buttons {
    justify-content: center;
    margin-top: 60px;
}

.mynav {
    margin-top: 0;
}

/* Start home slider */
.slider-home.owl-theme .owl-dots {
    position: absolute;
    right: 86px;
    bottom: 50px;
    display: flex;
}

.owl-theme .owl-dots .owl-dot span {
    width: 33px;
    height: 6px;
    margin: 3px;
    background: rgb(255 255 255 / 20%);
    transition: all 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FFFFFF;
    width: 65px;
    height: 10px;
}

.slider-home .slider-img {
    position: relative;
    border-Radius:16px;
}

.home-slider .item {
    position: relative;
}

.slider-home .slider-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* background: linear-gradient(180deg, rgba(42, 55, 143, 0.64) 0%, rgba(0, 0, 0, 0.24) 100%); */
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 46.63%, rgba(4, 51, 76, 0.1) 100%);
    border-radius: 16px;
}

.carousel-info {
    position: absolute;
    z-index: 2;
    /* text-align: center; */
    top: 50%;
    transition: all 0.5s ease-in;
    right: 0;
    width: 56%;
    transform: translateY(-50%);
    direction: rtl;
    padding-inline-start: 86px;
}

.slider .owl-item.active .carousel-info {

    opacity: 1;
}

.carousel-info h2 {
    font-size: 56px;
    line-height: 68px;
    font-weight: 900;
      /*font-family: "DM Sans", serif;*/
      color:#04334C;
}
.carousel-info h2 span{
    text-transform:uppercase;
}
.carousel-info p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: #343232;
    margin:28px 0;
}

.carousel-info .read-more a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 0.3s;
}

.carousel-info .read-more a:hover {
    color: #fff;
}

.home-slider .owl-item.active .carousel-info h2 {
    animation: 1s fadeInUp;

}

.home-slider .owl-item.active .carousel-info p {
    animation: 1.5s fadeInUp;

}

.home-slider .owl-item.active .carousel-info .read-more {
    animation: 2s fadeInUp;

}

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

.slider-home .owl-item .slider-img img {
    height: 100%;
    object-fit: cover;
     border-Radius:16px;
     transform: scaleX(-1);
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.part-slider .owl-nav button.owl-next,
.part-slider .owl-nav button.owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-prev,
.gallery-slider.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    position: absolute;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    width: 69px;
    height: 66px;
    transition: all 0.3s;
}

.part-slider .owl-nav button.owl-next,
.part-slider .owl-nav button.owl-prev {
    top: -62%;
    width: 57px;
    height: 48px;
    background-color: #2D79A1;
    transition: all 0.3s;
    border-radius: 8px;
}

.part-slider .owl-nav button.owl-next:hover,
.part-slider .owl-nav button.owl-prev:hover {background-color: #2D79A1;opacity: 20%;}

.part-slider .owl-nav button.owl-prev {
    left: 0px;
}

.part-slider .owl-nav button.owl-next {
    left: 75px;
}

.part-slider .owl-nav button.owl-next,
.part-slider .owl-nav button.owl-prev {
    color: #fff;
    font-size: 22px;
}

/* -------------------------------- */
/* ----------------  Start about section  ----------------    */


section.about {
    /* background-color: #FAFBFF; */
    padding: 120px  0px;
}

.about-info h4 {
    font-size: 56px;
    margin-bottom: 32px;
    color: #010312;
    font-weight: 900;
}

.about-info {
    padding-inline-end: 20px;
}

.about-info p {
    color: #373738;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.about-img {
    height: 459px;
    width:100%;
    background-color:#F8F8F8;
    text-align: end;
}

.about-img img {
    width: 423px;
    height: 459px;
    object-fit: cover;
    -webkit-mask-box-image: url('../images/Vector 3.png');
    mask-image: url('../images/Vector 3.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scaleX(-1);
}

.left-footer p {
    color: #fff;
}

.vission-item {
    background-color: #fff;
    padding: 43px 49px 43px 30px;
    transition: all 0.3s;
    position: relative;
    margin-top: 44px;
    position: relative;
    border: 2px solid #F0FAFF;
    box-shadow: 0px 4px 20px 0px #0000000A;
    border-radius:24px;
}

/*.vission-item::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 0%;*/
/*    height: 0%;*/
/*    top: 0;*/
/*    right: 0;*/
/*    border-top: 2px solid #2D79A1;*/
/*    border-right: 2px solid #2D79A1;*/
/*    transition: all 0.5s;*/
/*    border-radius:24px;*/
/*}*/
/*.vission-item::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 0%;*/
/*    height: 0%;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    border-left: 2px solid #2D79A1;*/
/*    border-bottom: 2px solid #2D79A1;*/
/*    transition: all 0.5s;*/
/*    border-radius:24px;*/
/*}*/
/*.vission-item:hover::after ,*/
/*.vission-item:hover::before{*/
/*    border-color: #0056B9;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.vission-item:hover{
      border: 2px solid #2D79A1;
}
.vission-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.about-info .more a {
    font-size: 18px;
    font-weight: 700;
    color: #2A378F;
    min-width: 149px !important;
    transition: all 0.3s;
}
.about-info .more a:hover {
   background-color: #00374C; 
}
.about-info .more a i {
    position: relative;
    top: 2px;
    padding-inline-start: 5px;
}

.vission-title .icone {
   height: 40px;
}

.vission-title .icone img {
    max-height: 100%;
}

.vission-item h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    color: var(--sec-color);
}

.vission-item p {
    color: #373738;
    line-height: 24px;
    font-weight: 300;
    height: 76px;
    overflow: hidden;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}


.section-title h4 {
    color: #010312;
    margin-bottom: 0;
    font-size: 56px;
    font-weight: 900;
}


/* ---------------- Start project section ---------------------   */
section.Projects {
    background-color: #F3FBFF;
    padding: 101px  55px;
    border-radius: 24px;
}

.project-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}
.project-info-title{
       display: flex;
       align-items: center;
       justify-content: space-between;
       margin-bottom: 17px;
}
.project-title .section-title h4 {
}

.project-info h4 a {
    color: #0A0A0A;
}

.project-info h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    color: #343232;
    width: calc(100% - 50px);
}

.project-info .adress a {
    color: #0A0A0A;
    font-size: 18px;
    display: block;
    margin-bottom: 24px;
}

.project-info .adress i {
    color: #B6C1FE;
    padding-inline-end: 14px;
    position: relative;
    top: 3px;
}

.project-info {
    padding: 29px 22px;
}

.project-info .read-more a {
    min-width: 100%;
    color: #2A378F;
    background-color: #fff;
    border: 1px solid #2A378F;
}

.project-item:hover .project-info .read-more a {
    border-color: transparent;
    color: #fff;
}

.project-title .read-more a {
    background-color: #fff;
    color: #2A378F;
}

.project-item .img {
    height: 169px;
    overflow: hidden;
    position: relative;
    border-radius: 0 0 16px 16px;
}

.project-item .img img {
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 1s;
    border-radius: 0 0 16px 16px;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
    align-content: center;
}

.project-item:hover .img img {
    transform: scale(1.1);
}

/* end project section */
/* ------------------------------------------------------- */


/* Start partner section */
.partner {
    padding: 120px 0px 98px;
}

.partner .section-title {
    margin-bottom: 48px;
}

.part-item .img {
    height: 115px;
    box-shadow: 0px 12px 12px 0px #6969690F;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: all 0.3s;
    margin: 10px 6px 22px;
    padding: 12px 10px;
    border: 1px solid #F0FAFF;
    border-radius: 16px;
}


.part-section .item .img a,
.part-item .img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all 0.3s;
}

.part-item .img img {
    max-height: 100%;
    width: auto;
    transition: all 0.3s;
    object-fit: contain;
    max-width: 100%;
}

.part-item .img a:hover img {
    /*transform: translateY(-6px);*/
}

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

/* ----------------------------- */
/* -----------  Start footer section  -------------------- */
.fixed-icone {
  position: fixed;
bottom:30px;
  left: 16px;
  z-index: 99;
  animation: updown-i 4s infinite ease-in-out;
}

@keyframes updown-i {

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

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

.fixed-icone a {
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
  color: #fff;
  font-size: 22px;
background: linear-gradient(180deg, #61FD7D 0%, #2BB826 100%);
  box-shadow: 0px 6.27px 6.27px 0px #4AED3670;
  border-radius: 10px;
}

.fixed-icone a.phone_link {
  color: #fff;
  font-size: 16px;
 background: #04334C;
box-shadow: 0px 4px 4px 0px #00000014;
}

.fa-brands,
.fab {
  font-weight: 400;
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
}

.fa-brands,
.fab {
    font-weight: 400;
    font-family: 'Font Awesome 6 Brands';
}

.footer {
    background-color: #00374C;
    padding: 72px 47px;
    border-radius: 24px;
}

.footer-links h4,
.right-footer h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 32px;
}

.footer-logo img {
    max-height: 100%;
}

footer .footer-menu ul li {
    margin-bottom: 14px;
}

.footer-logo {
    height: 74px;
    margin-bottom: 25.6px;
}

footer .footer-menu ul {
    display: inline-block;
}

footer .footer-menu ul a {
    color: #E2E2E2;
    text-transform: capitalize;
    font-size: 18px;
    transition: all 0.3s;
    font-weight: 300;
    /*font-family: 'Poppins-Light';*/
}

.footer-soch a {
    color: #fff;
    margin: 0  8px;
    transition: all 0.3s;
}


footer .contact-list a {
    display: flex;
    color: #fff;
}

footer .contact-list li i {
    position: relative;
    top: 5px;
    padding-inline-end: 8px;
}

footer .contact-list li {
    margin-bottom: 17px;
}

footer .contact-list li p {
    margin-bottom: 0px;
    line-height: 29px;
    color: #fff;
}

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

.right-footer .map {
    height: 169px;
}

.right-footer .map iframe {
    width: 100%;
    height: 100%;
}

/* bottom footer */
.copy-right {
    text-align: start;
    padding: 24px 0;
}

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

.copy-right .row {
    align-items: center;
}

.comp-rights {
    text-align: end;
}

.copy-right p {
    margin-bottom: 0;
    color: #010312;
    font-weight:700;
}

.copy-right p span {
    color: #0F7AA2;
}



/* Start about page */
section {
    padding: 100px 0;
}

.breadcrumb-section {
 padding-inline-start: 68px;
    z-index: 2;
    position: relative;
    height: 180px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    background-size: contain;background-repeat: no-repeat;
 background-image: initial !important;
 background-color: #b1d9e5;
}
.breadcrumb-section:before {
    content: "";
    transform: rotate(180deg);
    position: absolute;
    left: 0;border-Radius: 16px;
    top: 0;
    width: 100%;
    height: 100%;
    Z-INDEX: 2;
    background:url('../images/Rectangle44.svg');
}

.breadcrumb-info {
    position: relative;
    z-index: 3;
}
.breadcrumb-info h2 {
    font-size: 48px;
    margin-bottom: 12px;
    color: #04334C;
    font-weight: 900;
    text-align: start;
}

.breadcrumb-section a {
    color: #343232;
    font-size: 24px;
    font-weight: 600;
}

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

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.breadcrumb-item.active {
    font-size: 24px;
    font-weight: 600;
    color: #34323299;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: 6px;
    content: "/";
    color: #343232;
    padding-right: 6px;
    font-size: 18px;
    position: relative;
    top: 3px;
}




.read-more a::after,
.read-more a span::after,
.read-more a::before,
.read-more a span::before,
.read-more button::after,
.read-more button span::after,
.read-more button::before,
.read-more button span::before {
    content: "";
    position: absolute;
    top: 0;
    width: 25.25%;
    height: 0;
    background-color: #00374C;
    z-index: -1;
    transition: 0.5s;
}

.read-more a::before,
.read-more button::before {
    left: 0;
}

.read-more a::after,
.read-more button::after {
    left: 50%;
}

.read-more a span::after,
.read-more a span::before,
.read-more button span::after,
.read-more button span::before {
    top: auto;
    bottom: 0;
}

.read-more a span::before,
.read-more button span::before {
    left: 25%;
}

.read-more a span::after,
.read-more button span::after {
    left: 75%;
}

.read-more a:hover::after,
.read-more a:hover span::after,
.read-more a:hover::before,
.read-more a:hover span::before,
.project-item:hover .read-more a::after,
.project-item:hover .read-more a::before,
.project-item:hover .read-more a span::after,
.project-item:hover .read-more a span::before,
.read-more button:hover::after,
.read-more button:hover span::after,
.read-more button:hover::before,
.read-more button:hover span::before {
    height: 48px;
}


.read-more a, .read-more button,.about-info .more a {
    display: inline-block;
    padding: 12px 12px;
    min-width: 197px;
    /*height: 48px;*/
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    background: var(--sec-color);
    font-weight: 700;
    border: none;
    outline: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-size: 16px;
    border-radius: 8px;
    border: 2px solid #FFFFFF;
}

.read-more a:hover,
.read-more button:hover {
    color: #fff;
}

/* -------------------------  contact page --------------------    */
.contact-form {
    background: #FFF;
    height: 100%;
    padding-inline-end: 17px;
}

.contact-form form input,
.contact-form form textarea,
.nice-select ,
.contact-form form select{
    width: 100%;
    padding: 12px 10px;
    background: #F9FDFF;
    color: #B6D4DF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    height: auto;
    line-height: unset;
    border: 1px solid #D5F1FC;
     /*font-family: 'Poppins-Light';*/
}
.form-control[readonly]::placeholder {
    color: #B6D4DF;
}
.btn.focus,
.btn:focus {
    box-shadow: none;
}

.nice-select:focus {
    border-color: #DDDDDD;
}

.contact-form h3,
.contact-map h4 {
    font-size: 41px;
    margin-bottom: 32px;
    color: #060606;
    font-weight: 400;
}


.contact-page .map {
    height: 400px;
}

 .form-group {
    margin-bottom: 12px;
}

.contact-page .contact-form textarea {
    height: 80px;
}



.form-group textarea:focus {
    outline: none;
}

.form-group.mobil {
    position: relative;
}

.form-group.mobil .mob-numb {
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-group.mobil .mob-numb span.mob-num {
    display: inline-block;
    direction: ltr;
    font-weight: 700;
    font-size: 20px;
    color: #1E1E1E;
}

section.contact-page .row {
    padding: 48px;
box-shadow: 0px 4px 44px 0px #BFBFBF40;
 border-radius: 24px;
}

.contact-page .map iframe {
    width: 100%;
    height: 100%;
}

.contact-form .read-more button {
    min-width: 100%;
}

.form-group.mobil .mob-numb img {
    height: 24px;
}

.modal-dialog .modal-header .close {
    position: absolute;
    top: 1px;
    left: -16px;
    width: 34px;
    height: 34px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #90808040;
    color: #847C7C;
    z-index: 2;
}

.modal-dialog .modal-header .close:hover {
    opacity: 1;
}

.modal-dialog .modal-header {
    border-bottom: none;
}

/* ------------------------------------------------------------- */
.Projects.project-page {
    background-color: #fff;
    padding-bottom: 75px;
    padding-inline: 0;
}

.Projects.project-page .col-lg-4 {
    padding: 0 10px;
}

.Projects.project-page .project-item {
    margin-bottom: 20.5px;

}

.project-item {
    border-radius: 16px;
    direction: rtl;
    background: #fff;
    border: 2px solid #fff;
    transition: all 0.6s;
}

/* Pagination */
.pagination-list {
    border: 0.92px solid #F3F3F3;
    box-shadow: 0px 14.641509056091309px 29.283018112182617px 0px #0000000F;
    padding: 2px 0;
    width: 194px;
    margin: 48px auto 0;
     border-radius:8px;
}

.pagination {
    justify-content: center;
    width: 0px;
    margin: auto;
    /*border: 0.92px solid #F3F3F3;*/
    /*box-shadow: 0px 14.641509056091309px 29.283018112182617px 0px #0000000F;*/
    /*padding: 2px 0;*/
    /*width: 194px;*/
    /*margin: 48px auto 0;*/
}
.pagination {
    justify-content: center;

}

.page-item .page-link {
    color: rgb(0 0 0 / 40%);
    font-size: 23px;
    font-weight: 400;
    transition: all 0.3s;
    background: transparent;
    border: none;
   padding: 6px 8px;
    margin: 0;
    line-height: 31px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
    margin-inline: 6px;
    border-color: transparent;
    background-color: var(--sec-color);
    color: #fff;
    font-size: 20px;
    line-height: 18px;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 14px 0;
    border-radius:4px;
}

.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
    color: #fff;
    background-color: rgb(42 55 143 / 30%);
}

.page-item.active .page-link,
.page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    color: var(--sec-color);
}

li.page-item {
    margin-inline: 0;
}

.page-link:focus {
    box-shadow: none;
}
.about.manager-word{
    background-color: #fff;
    padding: 114px 0 137px;
}
.about.manager-word .about-img {
    /*height: 384px;*/
    /*max-width: 401px;*/
    /*margin: auto;*/
    background-color: #fff;
}
.about.manager-word .about-img img {
    /*width: 423px;*/
    /*height: 459px;*/
    object-fit: cover;
    -webkit-mask-box-image: none;
    mask-image: none;
    transform: none;
}
/* -------------------------------------  single project  ----------------------    */

.single_project-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 57px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2D79A1;
    color: #fff;
    font-weight: 300;
    font-size: 21px;
    transition: all 0.3s;
    border-radius: 8px;
}

.single_project-slider.owl-theme .owl-nav .owl-prev {
    left: 10px;
}

.single_project-slider.owl-theme .owl-nav .owl-next {
    right: 10px;
}

#big_image .owl-stage-outer {
    position: relative;
    z-index: 3;
}

#thumbs_gallary .owl-stage-outer {
    /*margin-inline: -3px;*/
}

#big_image .single-img {
    height: 469px;
     border-radius: 14px;
}

#big_image .single-img img {
    height: 100%;
    object-fit: cover;
     border-radius: 14px;

}

#thumbs_gallary .img {
    height: 80px;
    width: 100%;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    border: 2px solid #fff;
    transition: all 0.3s;
    border-radius: 8px;
}

#thumbs_gallary .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    border-radius: 8px;
}

.single-project-info {
    height: 100%;
}

.single-project-info h4 {

    font-size: 24px;

    font-family: 'medium';

    margin-bottom: 30px;

    text-transform: capitalize;
}

.single_project-slider.owl-theme .owl-nav .owl-next:hover,
.single_project-slider.owl-theme .owl-nav .owl-prev:hover {
    background-color: rgb(42 55 143 / 30%);
    color: #fff;
}

.project-slider.owl-theme .owl-nav [class*=owl-] i {
    font-weight: 300;
}

#thumbs_gallary .img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00374CB2;
    border-radius: 8px;
}

#thumbs_gallary .owl-item.active.current .img::after,
#thumbs_gallary .owl-item .img:hover::after {
    opacity: 0;

}

#thumbs_gallary .owl-item.active.current .img,
#thumbs_gallary .owl-item .img:hover {
    border: 2px solid var(--sec-color);
}



.single-project-info h5 {
   color: #010312;
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 32px;
    /*font-family: "DM Sans", serif;*/
}

.single-btns {
    display: flex;
    margin-top: 32px;
}


.single-project-info p {
    color: #343232;
    line-height: 26px;
    font-weight: 300;
   
}

    
.modal-body .contact-form h5 {
    font-size: 41px;
    margin-bottom: 48px;
    font-weight: 400;
    text-align: center;
    color: #060606;
}

.modal-body {
    padding: 0;
}

.modal-dialog .contact-form {
    padding-inline-end: 0;
    padding: 48px 105px 83px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 758px;
        margin: 1.75rem auto;
        border: 1px solid #DDDDDD;
    }
}

@media (min-width: 992px){
.col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
.partner.partner-page {
    padding: 100px 0px 58px;
}
.about.about-page .about-info p {
    /*height: 70px;*/
    /*overflow: hidden;*/
}
.about.about-page .about-img {
    /*height: 270px;*/
}
.about.about-page .about-img {
    /*height: 270px;*/
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    border-radius: 13.86px;
}
.project-info .adress {
    margin-bottom: 24px;
}
.fa-brands, .fab {
    font-style: normal;
}
.sidebar .read-more {
    margin-inline-start: 12px;
    margin-top: 12px;
}

.sidebar .read-more a {
    background-color: var(--sec-color);
    color: #fff;
}

.partner.about_Page {
    padding: 0 0 70px;
}

.sidebar  button {
    outline: none;
    border: none;
}
.sidebar .logo {
       background-color: #fff;
       margin-top: 30px;
       padding: 14px;
       width: 88%;
       margin-inline-start: 20px;
       text-align: center;
}
.search-sidebar {

    margin: 20px;
    width: 88%;
}

.search-sidebar input {
    border: 2px solid var(--sec-color);
    padding: 6px 10px;
    width: 100%;
}

.search-sidebar button {
    /*width: 36px;*/
    /*height: 36px;*/
    /*color: #fff;*/
    color: var(--sec-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: 12px;
}

.search-sidebar button i{
      font-weight: 700;  
}
.responsive-menu .lang {
    margin-inline-end: 22px;
}

.search-sidebar .form-group {
    position: relative;
}

.search-sidebar .form-group button {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    background: var(--sec-color);
    color: #fff;
    width: 50px;
    height: 100%;
}

.vissions_row{
    display:none;
}
footer .footer-menu   ul.sub-menu ,
footer .footer-menu ul li.menu-item-has-children>a::after{
    display: none;
}

.more_proj {
    width: 42px;
    height: 42px;
    border: 2px solid #0F7AA2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sec-color);
    border-radius: 50%;
    transition: all 0.6s;
}

.project-item .img a::After {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 35.1%, rgba(4, 4, 4, 0.2) 100%);
    border-radius: 0 0 16px 16px;
}

.project-info  p {
    height: 68px;
    overflow: hidden;
    color: #343232;
    font-weight: 300;
    /*font-family: 'Poppins-Light';*/
}

.project-item .img a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
	padding: 10px 20px;
}

.mynav .navbar-menu li .sub-menu a::before {
    position: absolute;
    content: '\f104';
    font-family: 'font awesome 5 pro';
    top: 5px;
    left: -8px;
    color: #0F7AA2;
    font-size: 24px;
}

.search-img img {
    cursor: pointer;
    max-height: 36px;
}

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

.project-item:hover .more_proj {
    background: #00374C;
}

.more_proj i {
    color: var(--sec-color);
    transition: all 0.5s;
}

.project-item:hover .more_proj i {
    color: #fff;
    transform: rotate(45deg);
}
.footer-disc p {
    font-size: 32px;
    font-weight: 900;
    margin: 32px 0;
    text-transform: capitalize;
}

.footer-disc p span {
    text-transform: uppercase;
}

.footer-soch {
    background: #044862;
    border-radius: 8px;
    max-width: max-content;
    padding: 8px 28px;
}

footer .footer-menu ul li.current-menu-item a {
    /*font-family: 'Poppins';*/
    font-weight: 500;
    color: #fff;
}
.footer {
    position:relative;
}
.footer::after {
    position: absolute;
    content: '';
    width: 446px;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/Vector (1).png');
    background-size: cover;
}
.footer .row {
    position: relative;
    z-index: 2;
}

.footer-soch span {
    color: #E2E2E2;
    /*font-family: 'Poppins-Light';*/
    font-size: 18px;
    text-transform: capitalize;
}


.footer-soch a i{
    color:#fff;
    transition:all 0.4s;
}

.footer-soch  a:hover i.fa-tiktok {
  color: #111111;
  filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}

.footer-soch a:hover i.fa-youtube {
  color: #ff0000;
}

.footer-soch a:hover i.fa-x-twitter {
  color: #1da1f2;
}

.footer-soch a:hover i.fa-instagram {
  color: #405de6;
}

.footer-soch a:hover i.fa-whatsapp {
  color: #25d366;
}

.footer-soch a:hover i.fa-facebook {
    color: #1877f2;
}


/*------------------------------------------------------------------*/
section.product_sec .product_sec-content{
    background: #F3FBFF;
    border-radius: 24px;
    padding: 74px 55px;
}

section.product_sec .section-title h4 {
    text-align: center;
    margin-bottom: 48px;
}

.product_item {
    background: #fff;
    border-radius: 16px;
}

.product_item .product_img {
    height: 295px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_item .product_img img {
    max-width: 252px;
    max-height: 200px;
}

.card-slider.owl-theme .owl-dots .owl-dot span {
    background: rgb(4 72 98 / 20%);
    height: 6px;
}

.card-slider.owl-theme .owl-dots .owl-dot.active span,
.card-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #044862;
    width: 56px;
    height: 6px;
}

  /*--------------------------------------------------------------------  */
 .partner.about_Page.trading_Page {
    padding: 100px 0 70px;
}   
    
  .trading-contact-content {
    box-shadow: 0px 4px 44px 0px #BFBFBF40;
    border-radius: 24px;
    padding: 48px 45px;
}

.contact-sec-branches h4, .contact-form h3 {
    color: #060606;
    font-size: 32px;
    font-weight: 700;
      /*font-family: "DM Sans", serif;*/
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link ,.nav-pills .nav-link:hover{
    background: #2D79A1;
}

.nav-pills .nav-link {
    background: rgb(45 121 161 / 30%);
    color: #fff;
    margin-inline-start: 10px;
    transition:all 0.3s;
       border-radius: 6px;
}

.map {
    height: 393px;
    border-radius: 16px;
}
   
.map iframe {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}  
    
 .contact-sec-branches-title{
         display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:32px;
 }   
   
       .form-group {
    position: relative;
} 
 .form-group > label {
   /*position: absolute;*/
    /*top: 10px;*/
    /*left: 14px;*/
   /* color: #B6D4DF;*/
   /* text-transform: capitalize;*/
}

 .form-group > label.move {
	font-size: 12px;
    top: 4px;
}    
  textarea {
    max-height: 80px;
}
    
 /*----------------------------------------------------------   */
 .form-group {
    position: relative;
}

.form-group .label-h {
    position: absolute;
     top: 10px;
    right: 14px;
    color: #B6D4DF;
    font-size: 16px;
    pointer-events: none;
    text-transform: capitalize;
    transition: all 0.4s;
}


.form-group input:focus+label,
.form-group input.has-value+label,
.form-group textarea:focus+label,
.form-group textarea.has-value+label,
.form-group.is-focused label,
.form-group.has-value label,
.form-group.is-focused label,
.form-group.has-value label {
    top: 15px;
    font-size: 14px;
    /* color: #3A75BC; */
    font-weight: 300;
}

.form-group textarea:focus+label,
.form-group textarea.has-value+label {
    top: 30px;
}

.form-group input:focus::-webkit-input-placeholder {
    color: transparent;
}
  .contact-form form input:focus, .contact-form form textarea:focus, .nice-select:focus ,
    .contact-form form select:focus{
    border-color: #044862;
}  
  .contact-form form select:focus{
      outline:none;
  }
 /*--------------------------------------------------------------------   */
    
 .product_sec.services_sec  .card-slider.owl-theme .owl-dots  {
    display:none; 
 }
    
   .service_img {
    width: 58px;
    height: 58px;
    background: linear-gradient(180deg, rgba(197, 235, 255, 0.4) 0%, rgba(230, 247, 255, 0) 100%);
    border-radius: 50%;
    padding: 12px;
    transition: all 0.3s;
}

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

.service_item h4 {
    color: #343232;
    font-size: 24px;
    font-weight: 600;
    padding-inline-end: 22px;
    line-height: 33px;
    margin: 24px 0 16px;
    transition: all 0.3s;
}

.service_item {
    background: #fff;
    padding: 31px 29px;
    border-radius: 16px;
    border: 2px solid #fff;
    transition: all 0.3s;
}

.service_item p {
    color: #343232;
    font-size: 16px;
    height: 122px;
    overflow: hidden;
     transition: all 0.3s;
} 

/*-----------------------------  brand page ------------------------  */
.brand-sec-content {
    border: 3px solid #D0EFFF;
    border-radius: 24px;
    text-align: center;
    padding: 46px 41px;
}

section.brand-page .row ,.single-news .row{
    justify-content: center;
}

.brand_img {
    height: 98px;
    margin-bottom: 47px;
}

.brand_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.brand-sec-disc ,.single-new-info{
    background: #F1FAFF;
    padding: 37px 38px;
      border-radius:0 0 16px 16px ;
}

.brand-sec-disc p ,.single-new-info p{
    color: #343232;
    line-height: 26px;
    text-align: start;
}

/*---------------------------- news page ------------------------- */

.new_Item {
    border: 2px solid #04486214;
    border-radius: 16px;
    margin-bottom: 20px;
        transition: all 0.3s;
}
.new_Item:hover{
    border-color:#0F7AA2;
}
.new_Item .img {
    height: 218px;
}

.new_Item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.new_Info {
    border-radius: 0 0 16px 16px;
    padding: 17px 29px;
}

.new_Info h4 a {
    color: #343232;
}

.new_Info h4 {
    font-size: 24px;
    font-weight: 600;
}

.new_Info p {
    color: #343232;
    line-height: 26px;
    font-weight: 300;
    height: 78px;
    overflow: hidden;
}

.new_Item .more a {
    color: #0F7AA2;
    font-size: 18px;
    font-weight: 700;
}

.news-page .col-lg-4 {
    padding: 0 7px;
}

.single-n-img {
    height: 417px;
}

.single-n-img img {
    width: 100%;
    max-height: 100%;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
}
.single-new-content h4 {
    font-size: 48px;
    font-weight: 900;
      /*font-family: "DM Sans", serif;*/
    color: #04334C;
    margin-bottom: 16px;
    text-align: center;
}


/* -------------------------   Start career page  ---------------------------------   */


.card-header {
  background: #F9FDFF;
  border: none;
  padding: 0;
  border-radius: 16px !important;
}

.card {
  border: none;
  margin-bottom: 31px;
}

.text-faq .card.active {
  box-shadow: 0px 8px 52px rgba(0, 0, 0, 0.07);
}

.card-header .btn {
  display: flex;
  padding: 10px 28px 10px;
  width: 100%;
  padding-inline-end: 40px;
  position: relative;
  font-size: 24px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #373738;
  font-weight: 700;
  background: #F7F6FF;
  border: 1px solid #D5F1FC;
  /*font-family: "DM Sans", serif;*/
}

.card-header .btn::after {
  color: #2D79A1;
  content: "\f067";
  position: absolute;
  left: 16px;
  font-family: 'font awesome 5 pro';
  font-weight: 400;
  top: 10px;
  bottom: 0;
  font-size: 18px;
  width: 27px;
  height: 27px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-header .btn:not(.collapsed)::after {
  color: #fff;
}

.card-body {
  padding: 10px 28px 0 28px;
  border-radius: 0 0 16px 16px;
  border-top: none;
  border: 2px solid #2D79A1;
  background: #F7F6FF;
  border-top-color: transparent;
  border-top-width: 0;
}

.card-header .btn:not(.collapsed)::after {
  content: "\f068";
}

.text-rotate {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-rotate h3 {
  margin: 0;
  writing-mode: vertical-rl;
  transform: scale(-1);
  color: #E4DEFF;
  font-size: 127px;
  line-height: 127px;
}

.card-header .btn:not(.collapsed) {border: 2px solid #2D79A1;border-bottom: none;border-radius: 16px 16px 0 0;}

.card-header .btn:not(.collapsed)::after {
  content: "\f068";
}

.card-header .btn:not(.collapsed)::after {
  color: #2D79A1;
  height: 16px;
  top: 24px;
  content: "\f00d";
}

.card-body p {
  font-size: 16px;
  line-height: 28px;
  color: #343232;
}

.input-group>.form-control {
  flex: unset;
}


.btn.focus,
.btn:focus {
  box-shadow: none;
}

.career-page .contact-form h3,
.text-faq h3,.contact-data h3 {
  font-size: 32px;
  margin-bottom: 24px;
  color: #060606;
  font-weight: 700;
  /*font-family: "DM Sans", serif;*/
}




label.input-group-btn {
  margin-bottom: 0;
  height: 0;
}

section.career-page .contact-form {
    margin-inline-end: 42px;
}

section.career-page .contact-form  form{
    box-shadow: 0px 4px 44px 0px #BFBFBF40;
    border-radius: 24px;
    padding:34px;
}

.input-group.upload {
  margin-bottom: 12px;
  position: relative;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
  padding: 12px 10px;
  height: 47px;
  border-radius: 0;
}

.input-group.upload span.uplod {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 16px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 2;
  border: 1px solid #E6E6FF;
  height: 100%;
  border-radius: 4px;
}

.form-control:disabled,
.form-control[readonly] {
  border-color: transparent;
}

.input-group.upload span.uplod i {
  height: 46px;
  width: 44px;
  background-color: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  margin: 5px;
  justify-content: center;
  margin-inline-start: auto;
  font-size: 28px;
}

label.input-group-btn {
  background-color: #F4F7F9;
  margin-bottom: 0;
  height: 0;
}

.input-group.upload label {
  display: block;
  width: 100%;
}

.upload_img {
    width: 29px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin:8px;
}
.upload_img img {
    width: 100%;
    height: 100%;
}


.form-group label {
    z-index: 1;
    position: relative;
    /*font-family: 'Poppins-Light';*/
}

form {
    direction: rtl;
}

.form-control:focus {
    border-color: #044862;
    background-color: #F9FDFF;
    box-shadow: none;
}

form .read-more input {
    background: #2D79A1 !important;
    border-radius: 8px !important;
    color: #fff !important;
}
.form-group.focused input {
    padding-top: 18px;
padding-bottom:8px;
}
.form-control:disabled,
.form-control[readonly] {
  background-color:#F9FDFF;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #D5F1FC;
}

.input-group.upload span.uplod {
    top: -48px;
     height: 48px;
    border: none;
}
label.input-group-btn {
    position: unset;
}
label.input-group-btn span.upload {
    position: absolute;
    width: 100%;
    height: 47px;
    top: 0;
    left: 0;
    border-radius: 4px;
    text-align: end;
    border: 1px solid #E6E6FF;
}
.wpcf7 input[type="file"] {
    cursor: pointer;
    display: none;
}


.mynav .navbar-menu .sub-menu li.menu-item-has-children>a::after,
.mynav .navbar-menu li .sub-menu .sub-menu a::before{
    display:none;
}
.new_Item .more a i {
    position: relative;
    top: 3px;
    padding-inline-end: 4px;
       transition: all 0.3s;
}

.sidebar .side-content ul li.current-menu-item a {
    color: var(--main-color);
}

.footer-links.footer-menu {
    margin-inline-start: 70px;
}

section.about {
    padding-bottom: 60px;
}
section.about.about-page {
    padding-bottom: 100px;
}
.service_item h4 {
    min-height: 66px;
}
.service_item:hover {
    border: 2px solid #0F7AA2;
}

.service_item:hover h4,.service_item:hover p {
    transform: translateY(5px);
}

.service_item:hover .service_img {
    background: linear-gradient(180deg, #C5EBFF 0%, rgba(230, 247, 255, 0) 100%);
    transform: rotate(90deg);
}
section.product_sec.services_sec {
    padding-bottom: 20px;
}
.new_Item:hover .more a i {
    transform:  translateX(-8px) rotate(45deg);
}
.new_Item .more a span {
    text-decoration: underline;
}

.partner.about_Page.trading_Page {
    padding: 40px 0 70px;
}

 select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.select {
    position: relative;
}

.select::after {
    position: absolute;
    content: "\f107";
    font-family: 'font awesome 5 pro';
    top: 10px;
    left: 14px;
    color: #2D79A1;
    font-size: 20px;
}

i.fal.fa-arrow-right, i.fal.fa-arrow-left {
    transform: none;
}

.service_item {
    direction: rtl;
}
.about-info .read-more a {
    min-width: 149px;
}
.pagination-list {
    width: 174px;
}
.breadcrumb-section .breadcrumb{
    display: none;
}
.breadcrumb-info h2 {
    font-size: 38px;
}

.brand-sec-disc {
    margin-bottom: 22px;
}

.brand_img img {
    height: 100%;
}


.big_brand_img {
    height: 300px;
        background: #F1FAFF;
    padding: 37px 38px 0;
    border-radius: 16px 16px 0 0;
}
.big_brand_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mynav .navbar-menu li .sub-menu a::before {
    display: none;
}
.brand-page .slider-home.owl-theme .owl-dots {
    right: auto;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.brand-page .owl-theme .owl-dots .owl-dot span {
    background: rgb(45 121 161 / 20%);
}
.brand-page .owl-theme .owl-dots .owl-dot.active span,
.brand-page .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--sec-color);
}

