@import "intlTelInput.css";

:root {
    --main-color: #4AB356;
    --sec-color: #CFFFD5;
    --bg-color: #E0FFE4;
}

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

@font-face {
    font-family: 'open-sans';
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.ttf');
}

@font-face {
    font-family: 'ping';
    src: url('../fonts/PingAR+LT-Regular.otf');
}

@font-face {
    font-family: 'pingLight';
    src: url('../fonts/PingAR+LT-Light.otf');
}

@font-face {
    font-family: 'pingMed';
    src: url('../fonts/PingAR+LT-Medium.otf');
}

@font-face {
    font-family: 'pingBold';
    src: url('../fonts/PingAR+LT-Bold.otf');
}

@font-face {
    font-family: 'Exp';
    src: url('../fonts/ExpoArabic-Book-1.ttf');
}

@font-face {
    font-family: 'ExpBold';
    src: url('../fonts/ExpoArabic-Bold.otf');
}

body {
    direction: rtl;
    text-align: start;
    font-family: 'Exp';
    overflow-x: hidden;
}

form {
    direction: rtl;
}


/* nice select */
.nice-select {
    width: 100%;
    margin-bottom: 20px;
    text-align: start;
    padding-left: 12px;
    padding-right: 30px;
    border-radius: 0;
    border: 1px solid #DBD5D5;
}

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

/* top bar */
/* -------------------------------------------------   */
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0 28px;
}

.mynavbar,
.mynavbar ul.nav-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.lang-search,
.right-header {
    display: flex;
    align-items: center;

}

.right-header {
    /* justify-content: space-between; */
    gap: 40px;
    justify-content: flex-end;
}

.btnSearch i:hover,
.lang-search a:hover {
    color: var(--sec-color);
}

.mynavbar .logo {
    position: relative;
    padding: 10px 0;
    padding-inline-end: 11px;
    max-width: 220px;
    border-inline-end: 0.5px solid #FFFFFF;
}

.mynavbar .logo::after {
    position: absolute;
    content: '';
    width: 32px;
    height: 118px;
    top: -15px;
    left: -19px;
    background-image: url('../images/shape.png');
    background-size: cover;
    opacity: 0;
}

.logo img {
}

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

/* Start header */
.mynav {
    position: relative;
}

.mynav .row {
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.mynavbar ul,
.mynavbar {
    display: flex;
    align-items: center;
    gap: 36px;
}

.mynavbar {
    padding: 0;
}


.mynavbar ul li {
    /* margin-inline-end: 21px; */
}

.mynavbar li a {
    position: relative;
    padding: 0;
    color: #0A0A0A;
    transition: all 0.3s;
    text-transform: capitalize;
    /* font-family: 'pingBold'; */
    font-size: 16px;
    line-height: 24px;
}


.mynavbar li a:hover,
.mynavbar li.current-menu-item a {
    color: var(--main-color);
}

.my-btn a,
.my-btn button {
    display: inline-block;
    min-width: 159px;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    padding: 12px 10px;
    min-height: 48px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: all 0.3s;
    font-family: 'ExpBold';
    text-transform: capitalize;
    box-shadow: 0px 10px 12px 0px #4AB35645;
    border-radius: 50px;
}

.my-btn a::before,
.my-btn 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;
    border-radius: 16px;
}

.my-btn a:hover::before,
.my-btn button:hover::before {
    height: 780%;
}

header .my-btn a {
    /* color: #fff; */
    /* border-radius: 8px; */
    /* min-width: 151px; */
    /* min-height: 48px; */
    /* padding: 12px; */
    box-shadow: 0px 10px 12px 0px #4AB35642;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    line-height: 24px;
    /* gap: 8px; */
}

header .my-btn a:hover {
    color: var(--main-color);
}
.mynavbar {
    justify-content: start;
    gap: 52px;
}
/* responsive menu */
.responsive-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 12px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
}

.navbar-toggler {
    background-color: var(--main-color);
    border-radius: 1px;
    color: var(--sec-color);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-search {
    display: flex;
    align-items: center;
    gap: 31px;
}

.sidebar .my-btn {
    margin-top: 22px;
    margin-inline-start: 12px;
}

.navbar-toggler i {
    font-size: 23px;
}

/* Sidebar */

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: -350px;
    height: 100%;
    width: 350px;
    background-color: var(--main-color);
    z-index: 9;
    padding: 20px 0;
    transition: all 0.7s;
    box-shadow: 0px 0px 20px #00000029;
    padding: 0 0 20px 0;
    clip-path: circle(25px at calc(100% - 45px) 45px);
}

.sidebar-width {
    left: 0px;
    clip-path: circle(75%);
}

.sidebar .close-side i {
    position: absolute;
    top: 8px;
    right: 12px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: var(--main-color);
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 72px;
}

.sidebar .side-content {
    padding-top: 10px;
    /*margin-top: 30px;*/
}

.side-content a i {
    margin: 0 8px;
}

.side-content a {
    text-transform: capitalize;
}

.close-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--sec-color);
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    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 {

border-bottom: 1px solid rgb(255 255 255 / 10%);
}

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

.side-content ul li.has-child a {
    padding-inline-end: 20px;
}
.sidebar .my-btn a{
    background-color: var(--sec-color);
    color: var(--main-color) !important;!i;!;
}

.search-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Start home slider */
.home-slider,
.home-slider .item,
.home-slider .item .container,
.home-slider .item .container .row {
    min-height: 500px;
    direction: rtl;
}

.home-slider .owl-item,
.home-slider .item {
    overflow: hidden;
    position: relative;
}


.slider-home .slider-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 768px;
}

.slider-home .slider-img::after {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.24) 100%);
}

.home-slider {
    width: 100%;
    z-index: 1;
    position: relative;
}


.owl-item.active .slider-info h2 {
    animation: 1s fadeInDown;
}

.home-slider .row {
    align-items: center;
    justify-content:center;
    /* padding: 332px 0 282px; */
}

.slider-home .owl-item .slider-img img {
    width: 100%;
    object-position: center;
    height: 100%;
    object-fit: cover;
}

.slider-info {
    position: relative;
    z-index: 3;
    color: #fff;
    /* padding-top: 36px; */
    max-width: 846.83px;
    margin: 0 auto;
    text-align: center;
}

.slider-info h2 ,
.slider-info h2 p {
    /* margin-bottom: 32px; */
    text-transform: capitalize;
    text-align: center;
    font-family: 'ExpBold';
    font-size: 48px;
    line-height: 68px;
    margin: 0;
}

.slider-info p {font-size: 22px;line-height: 32px;margin: 14px 0 28px;}

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

.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-home.owl-theme .owl-dots {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    bottom: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1140px;
    margin: auto;
    padding: 0 15px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0;
    margin-inline-end: 16px;
}

.home-slider .owl-theme .owl-nav {
    position: absolute;
    z-index: 5;
    right: 0;
    left: 0;
    /* display: flex; */
    justify-content: end;
    align-items: center;
    max-width: 50vw;
    margin: auto;
    padding: 0 15px;
    bottom: 0px;
    height: 60px;
}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.project-slider.owl-theme .owl-nav .owl-prev,
.project-slider.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    font-size: 38px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    color: #fff;
    transition: all .4s;
}

.home-slider .owl-theme .owl-nav .owl-prev:hover,
.home-slider .owl-theme .owl-nav .owl-next:hover,
.sponser-slider.owl-theme .owl-nav .owl-prev:hover,
.sponser-slider.owl-theme .owl-nav .owl-next:hover,
.gallary-slider.owl-theme .owl-nav .owl-prev:hover,
.gallary-slider.owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
}

.home-slider .owl-theme .owl-nav .owl-prev {
    left: 0;
    -webkit-mask-box-image: url('../images/new_mask.svg');
    /* mask-image: url('../images/Rectangle\ 28.png'); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
    /* opacity: .5; */
}

.home-slider .owl-theme .owl-nav .owl-next {
    right: 0;
    -webkit-mask-box-image: url('../images/Rectangle 28.svg');
    /* mask-image: url('../images/Rectangle\ 28.png'); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
}


.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next {
    width: 138px;
    height: 58px;
    background-color: var(--sec-color);
    border-radius: 8px;

}

.home-slider .owl-theme .owl-nav .owl-prev:hover,
.home-slider .owl-theme .owl-nav .owl-next:hover {
    opacity: .5;
}

.owl-theme .owl-dots .owl-dot.active,
.owl-theme .owl-dots .owl-dot:hover {
    background: #fff;
    width: 24px;
    height: 24px;
}

.sponser-slider.owl-theme .owl-nav .owl-prev,
.sponser-slider.owl-theme .owl-nav .owl-next {
    margin: 9px;
    background: var(--sec-color);
    color: #fff;
    font-size: 32px;
    width: 92px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.sponser-slider.owl-theme .owl-nav .owl-next{
    -webkit-mask-box-image: url('../images/mask-next.png');
    /* mask-image: url('../images/Rectangle\ 28.png'); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
}
.sponser-slider.owl-theme .owl-nav .owl-prev{
    -webkit-mask-box-image: url('../images/mask-prev.png');
    /* mask-image: url('../images/mask-prev.png'); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
     
}
.sponser-slider.owl-theme .owl-nav .owl-prev:hover,
.sponser-slider.owl-theme .owl-nav .owl-next:hover {
    background-color: rgb(26 122 74 / 50%);
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border: none;
    background: rgb(217 217 217 / 50%);
    transition: all 0.3s;
    border-radius: 50%;
    margin: auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border-color: #fff;
    width: 24px;
    height: 24px;
}

.owl-theme .owl-dots .owl-dot {
    padding: 0;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border-radius: 50%;
}

/* ------------------------        about section   --------------------------------- */
section.about {padding: 0;}

section.about .row {
    padding: 97px 0;
    background: #FAFBFF;
}

.about-img {
    position: relative;
    z-index: 2;
}

.about-img h4 {
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 3;
    color: var(--main-color);
    font-size: 48px;
    /*font-family: 'pingBold';*/
    text-transform: uppercase;
}

.about-img img {
    height: 286.11px;
    width: 100%;
    object-fit: cover;
    mask-size: cover;
    border-radius: 21.92px;
}

.about-details p {
    color: #000000;
    /*overflow: hidden;*/
    /*font-family: 'pingLight';*/
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}

.read-more a {
    color: var(--main-color);
    text-transform: capitalize;
    font-size: 16px;
    /*font-family: 'pingBold';*/
    display: flex;
    align-items: center;
    line-height: 24px;
    gap: 6px;
}

.read-more a span {
    font-size: 19.73px;
    display: inline-block;
    line-height: 19.73px;
    text-decoration: underline;
}

.read-more a i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: var(--main-color);
    font-size: 18px;
    text-align: center;
    margin-inline-start: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    transform: scaleX(-1);
}
.read-more a:hover i{
    transform: scaleX(-1) translateX(10px);
}

@media (min-width: 1200px) {

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

/* -------------------------------------------------------------- */
/* Start services section */


section.services .section-title {
    text-align: center;
}
section.services .section-title p {
    max-width: 514px;
    margin: 0 auto 0;
//
    styleName: 16 reg;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

section.services .section-title h4 {
    /* margin-bottom: 8px; */
}
section {
    padding: 80px 0;
    overflow: hidden;
}

.service-item p {
    /*font-family: 'pingLight';*/
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #2A2A2B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service-item {
    padding: 19px 19px 22px;
    margin-bottom: 20px;
    position: relative;
    height: 206px;
    width: 100%;
    border-radius: 16px;
    /* overflow: hidden; */
    transition: all 0.3s;
    padding-inline-end: 71px;
}
.service-item:hover{
    box-shadow: 0px 20px 20px 0px #1A7A4A0A;

}
.service-item .more a {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #DFF3E9;
    border-radius: 16px;
    display: inline-flex;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: 30px;
    font-weight: 700;
    transition: all 0.5s;
    background: #fff;
}

.service-item:hover .details .more a {
    color: #fff;
    background: var(--main-color);
    box-shadow: 0px 10.97px 13.16px 0px #4AB3563B;
}

.service-item .more i {
    color: var(--sec-color);
transition:0.5s;
}

.service-item:hover .more i {
    color: #fff;
    transform: rotate(-135deg) translateX(16px);
}

.service-item::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 206px;
    top: 0;
    left: 0;
    background-image: url('../images/shape-ser.png');
    background-size: 100% 100%;
    z-index: -1;
    border-radius: 16px;
    display: none;
}

.service-item:hover::after{
    background-image: url('../images/shape-ser2.png');
    background-size: 108% 118%;
    background-position: top center;
}
.service-item .icone {
    height: 50.37px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.service-item:hover .icone{/* transform: translateY(10px); */}
.service-item .icone img {
    max-height: 50.37px;
    transition: all 0.3s;
    max-width: 50.37px;
    object-fit: contain;
    object-position: center;
}

.service-item:hover .icone img {
    /* filter: invert(62%) sepia(8%) saturate(6272%) hue-rotate(46deg) brightness(90%) contrast(57%); */
    /* transform: translateY(8px); */
}

.service-item h5 {
    transition: all 0.4s;
    position: relative;
    z-index: 2;
    /*font-family: 'pingMed';*/
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #1F1F1F;
    margin-bottom: 16px;
}


.all-serv a {
    width: 100%;
    box-shadow: 0px 12px 44px 0px #B2DE7A29;
    border-radius: 16px;
    height: 206px;
    background-color: var(--sec-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.all-serv a h2 {
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    transition: all 0.5s;
    transform: translateY(30px);
    margin-bottom: -29px;
}

.all-serv:hover a h2 {
    transform: translateY(0);
    margin-bottom: 0;
}

.all-serv a i {
    width: 72px;
    height: 72px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--sec-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: translate(-30px, -30px);
    margin-top: 20px;
}

.all-serv:hover a i {
    transform: translate(0px, 0px) rotate(-45deg);
    opacity: 1;
    visibility: visible;
    /* animation: 1s zoomIn; */
}

.section-title {
    margin-bottom: 39px;
}

.section-title h4 {
    text-transform: capitalize;
    font-family: 'ExpBold';
    font-size: 40px;
    color: #000;
    line-height: 54.83px;
    margin: 0;
}

/* ---------------------------------------------------- */
section.projects .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

section.projects .section-title h4 {
    margin-bottom: 0;
}

section.projects .section-title .my-btn a {
    min-width: 218px;
}

/* Start projects section */
.projects{
    padding-bottom: 120px;
}
.project-item {
    position: relative;
   width: 33%;
    transition: all 0.6s;
}

.project-item:hover {
   width: 50.7%;
}

.project-item a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.all-project-item {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.project-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    border-radius: 31px;
}

.project-item .img {
    height: 420px;
    transition: all 0.3s;
}

.project-item .project-details {
    padding: 24px 22px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border: 1px solid #FFFFFF29;
    width: 90%;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14.5px);
    border-radius: 24px;

}

.project-item .project-details h4 {
    color: #fff;
    font-size: 20px;
    /*font-family: 'pingMed';*/
    margin-bottom: 0;
    transition: all 0.4s;
    text-align: center;
    text-transform: capitalize;
}


.project-item .project-details span {
    background: var(--main-color);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    transition: all 0.3s;
    border-radius: 16px;
    color: #fff;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-40px);
    left: 10px;
    opacity: 0;
    border: 1px solid #FFFFFF;
}

.project-item:hover .project-details span {
    transform: translateY(-50%) translateX(0px);
    opacity: 1;
}

.project-item:hover .project-details h4 {
   text-align: start;
   max-width: calc(100% - 100px);
}



/* --------------------------------------------------------- */
/* Start sponser slider */
.partner .section-title {
    text-align: center;
    margin-bottom: 64px;
}
section.partner {
    padding-top: 0;
    padding-bottom: 136px;
}
section.partner .section-content {
    box-shadow: 0px 24px 24px 0px #87878714;
    border: 1px solid #EDEDED;
    padding: 87px 80px;
    border-radius: 24px;
}
.sponser-img {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EDF5F1;
    background: #FFF;
    border-radius: 14px;
    margin-bottom: 20px;
    transition: all 0.3s;
    text-align:center;
}

.sponser-img img {
    max-height: 100px;
    max-width: 90%;
    object-fit: contain;
    transition: all 0.3s;
    width: auto !important;
    margin: 0 auto;
}



.sponser-img:hover {
    box-shadow: 0px 10.487961769104004px 10.487961769104004px 0px #2929290F;
border-color: var(--sec-color);
}

section.client-page.partner .col-md-3.col-6 {
    padding: 0 9px;
}

/* End sponser slider */
 /* Start contact section  */
.form-group {
    margin-bottom: 16px;
}
.contact-form {
    background-color: #fff;
    width: 96%;
}
.contact-form form input,
.contact-form form textarea,
.contact-form form select {
    width: 100%;
    padding: 10px;
    background: #F7F6F9;
    border-color: transparent;
    color: #404040;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 300;
}

.contact-form form textarea {
    height: 123px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #404040;
    text-transform:capitalize;
}

textarea:focus {
    outline: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
}
section.contact .row {
    padding: 61px 64px;
    box-shadow: 0px 44px 84px 0px #AEAEAE40;
    border: 1px solid #EDEAEA;
    border-radius: 24px;
    align-items: end;
}

section.contact {
    padding-top: 0;
}

section.contact .title h3 {
    font-size: 32px;
    margin-bottom: 36px;
    font-weight: 500;
    text-transform: capitalize;
}

.contact-image {
    height: 407px;
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18.6px;
    border: 0.78px solid #BAB8C0;
}
/* -------------------  Start footer section ---------------------- */
.fa-brands, .fab {
    font-weight: 400;
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
}
footer {
    overflow: hidden;
    padding: 90px 0 0;
    background: #EAFFEC;
    position: relative;
    border-radius: 114px 114px 0px 0px;
}

.footer-links a {
    color: #000;
    transition: all 0.3s;
    display: flex;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}


.footer-links a:hover, .footer-links li:hover, .footer-links p:hover, .footer-links ul li a:hover {
    color: var(--main-color);
    /*font-family: 'pingBold';*/
}

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

.footer-links .contact-list li {
    width: 100%;
    display: block;
}

.footer-links .contact-list li p {
    margin-bottom: 0;
}

.left-footer p {
    color: #000000;
    
//
    styleName: 16 reg;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.footer-links.footer-menu {
    padding-inline-start: 50px;
}

.copy-right p a {
    color: var(--sec-color);
    text-transform: uppercase;
    font-weight: 700;
}

.footer-soch {
    color: #fff;
    display: flex;
}

.footer-soch span {
    padding-inline-end: 10px;
    text-transform: capitalize;
    /*font-family: 'pingBold';*/
    font-size: 16px;
    line-height: 24px;
    margin-inline-end: 15px;
    display: none;
}

.footer-soch  a {
    color: #000;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px #fff solid;
    border-radius: 4px;
    margin-inline-end: 14px;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    font-size: 18.38px;
    padding: 0 !important;
}

.map iframe {
    border: 0.78px solid #BAB8C0;
    width: 100%;
    height: 169.33px;
    border-radius: 18.64px;
    margin-top: 9px;
}
.footer-links.contact-info,.footer-soch{
    margin-inline-start: -55px;
}
.left-footer{
    margin-inline-end: -25px;
}
.footer-links .contact-list li{margin-bottom: 19px;}
.footer-links .contact-list li:first-of-type{
}
.footer-links .contact-list li:last-of-type{
    /* border-radius:8px 8px 0 0; */
    /* padding: 21px 23px 11px; */
}
.footer-links .contact-list li:last-of-type a{
    margin-bottom: 8px;
}
.footer-soch{
    /* background: #73AF26; */
    /* border-radius: 0 0 8px 8px; */
    /* padding: 9px 31px 9px 16px; */
}
.copy-right {
    /* text-align: center; */
    padding: 14px 0;
    margin-top: 43px;
    background: #EAFFEC;
}

.copy-right p {
    color: #010312;
    margin-bottom: 0;
    text-transform: capitalize;
    
//
    styleName: 16 reg;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.footer-logo {
    max-width: 240.83px;
    margin-bottom: 27px;
}

.footer-logo img {
    /* height: 100%; */
    object-fit: contain;
}

.footer-links a i,
.footer-links li i {
    padding-inline-end: 12px;
    margin-top: 4px;
    /* color: #fff; */
    font-size: 17px;
}

.footer-links h4,.footer-map h5 {
    color: #000;
    margin-bottom: 32px;
    position: relative;
    font-family: 'ExpBold';
    font-size: 24px;
    line-height: 34px;
}

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

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

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

.comp-rights p {
    color: #000;
}

/* ************************************************ */
/* Start about page */
.breadcrumb-section {
    color: #fff;
    position: relative;
    z-index: 2;
    height: 204px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
.breadcrumb-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    right: 0;
    z-index: -1;
}
.breadcrumb-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* -webkit-mask-box-image: url('../images/bread-mask.png'); */
    /* mask-image: url('../images/bread-mask.png'); */
    /* -webkit-mask-size: cover; */
    object-position: center;
    background-size: cover;
}

.breadcrumb-section .breadcrumb-img::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.24) 100%);
    /* -webkit-mask-box-image: url(../images/bread-mask.png); */
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0;
    display: block;
}

.breadcrumb-info {
    text-align: center;
    position: relative;
    z-index: 2;
    padding-bottom: 0;
    height: 100%;
}

.breadcrumb-info h2 {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
}

.breadcrumb-section a {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    line-height: 50px;
    display: in;
}

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

.breadcrumb-item.active {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    padding: 0;
    line-height: 50px;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 6px;
    content: "/";
    color: #fff;
    font-size: 21px;
    display: inline-flex;
    top: 2px;
    position: relative;
}

section.about.about-page .row{
    border: none;
    /* padding: 0; */
    box-shadow: none;
    margin-bottom: 57px;
}
section.about.about-page {
    /* padding-top: 96px; */
    /* padding-bottom: 112px; */
}
.vission-item {
    background-color: #fff;
    padding: 50px 53px 48px;
    transition: all 0.3s;
    position: relative;
    margin-top: 64px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 21.92px;
    height: calc(100% - 20px);
    margin: 10px 0;
}

.vission-item:hover{
    border-color: var(--main-color);
}

.vission-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.vission-title .icone {
  width: 37.27px;
  height: 41.54px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 41.54px;
}

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

.vission-item h5 {
    margin-bottom: 0px;
    color: var(--main-color);
    text-transform: capitalize;
    width: calc(100% - 60px);
    font-family: 'ExpBold';
    font-size: 20px;
    line-height: 30.69px;
}

.vission-item p {
    color: #373738;
    margin-bottom:0;
//
    styleName: 16 reg;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.31px;
}
/* ------------------------------------------------------ */
/* Pagination */
/*.pagination-list,*/
.pagination {
    padding: 8px 11px;
    /* width: 280px; */
    margin: 28px auto 0;
    box-shadow: 0px 14.64px 29.28px 0px #0000000F;
    border: 0.92px solid #F3F3F3;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.pagination {
    justify-content: center;

}
.page-item .page-link,.page-item  .page-numbers  {
    color: #000000;
    font-size: 23.92px;
    font-weight: 500;
    transition: all 0.3s;
    background: transparent;
    border: none;
    margin: 0 1px;
    /* width: 30px; */
    /* height: 31px; */
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    opacity: .40;خح:;
}

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

.page-item:last-child .page-link,
.page-item:last-child a{
    /* -webkit-mask-box-image: url('../images/mask-next.png'); */
    /* mask-image: url(../images/Rectangle\ 28.png); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
    margin-inline-start: 10px;
    opacity: 1;
}
.page-item:first-child .page-link,
.page-item:first-child a{
    /* -webkit-mask-box-image: url('../images/mask-prev.png'); */
    /* mask-image: url(../images/Rectangle\ 28.png); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
    margin-inline-end: 14px;
    opacity: 1;
}
.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child a:hover,
.page-item:first-child a:hover{
    color: #fff;
    background-color: rgba(26, 122, 74, 50%);
}

.page-item.active .page-link,
.page-link:hover,
.page-item .current,
.page-item a:hover{
    z-index: 3;
    /* color: #fff; */
    color: var(--main-color);
    border-color: #fff;
    /* color: #fff; */
    opacity: 1;
}

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

.page-link:focus {
    box-shadow: none;
}

.page_content{
    padding: 96px 0;
}

/* -------------------------------------  single project  ----------------------    */

.project-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    /* transform: translateY(-50%); */
    z-index: 3;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 300;
    border-radius: 50%;
    font-size: 20px;
    }
.project-slider.owl-theme .owl-nav .owl-prev{
    left: 14px;
    -webkit-mask-box-image: url('../images/mask-prev.png');
    /* mask-image: url(../images/Rectangle\ 28.png); */
    -webkit-mask-size: cover;
    mask-size: cover;
    background-size: cover;
}
.project-slider.owl-theme .owl-nav .owl-next{
    right: 14px;
    /* -webkit-mask-box-image: url('../images/mask-next.png'); */
    /* mask-image: url(../images/Rectangle\ 28.png); */
    /* -webkit-mask-size: cover; */
    mask-size: cover;
    background-size: cover;
}

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

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

#big_image .single-img {
    height: 416px;
}

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

#thumbs_gallary .img {
    height: 107.27px;
    width: 100%;
    margin-top: 8px;
    position: relative;
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 0;
}

#thumbs_gallary .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.project-slider.owl-theme .owl-nav .owl-next:hover,
.project-slider.owl-theme .owl-nav .owl-prev:hover {
    background-color: rgba(26, 122, 74, 50%);
    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;
    opacity: 0.7;
    background: #373738;
    border-radius: 16px;
}

#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: 3px solid var(--sec-color);
}


.single-project-info h5 {
    color: #010312;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 27px;
    line-height: 50px;
}
.single-project-info p{
    color: rgba(63, 63, 63, 1);
    font-weight: 300;

}
.single-project-info ul{
    padding-inline-start: 16px;
    list-style: disc;
    margin-top: 21px;
}

.single-project-info ul li{
    margin-bottom: 8px;
    color: rgba(63, 63, 63, 1);
    font-weight: 300;
}
.single-project-info {
    padding-inline-end: 31px;
}

.project-page .project-item{
    margin-bottom: 20px;
}

section.contact.page_content {
    padding: 96px 0;
}
.contact-form .my-btn button{
    min-width: 100%;
    font-size: 20px;

}
.single-project-info h5 {
    text-transform: capitalize;
}


@media (min-width: 1400px) {
.home-slider .owl-theme .owl-nav .owl-prev {
    left: 0;
}
.home-slider .owl-theme .owl-nav .owl-next {
    right: 0;
}
}
@media (min-width: 1640px) {
.home-slider .owl-theme .owl-nav .owl-prev {
    left: 0;
}
.home-slider .owl-theme .owl-nav .owl-next {
    right: 0;
}
}
/*@media (min-width: 1500px) {*/
/*.home-slider .owl-theme .owl-nav .owl-prev {*/
/*    left: 160px;*/
/*}*/
/*.home-slider .owl-theme .owl-nav .owl-next {*/
/*    right: 160px;*/
/*}*/
/*}*/

.project-page .all-project-item {
    flex-wrap: wrap;
    /*gap: 0px;*/
    justify-content:center;
}
.project-page .project-item {
    position: relative;
    width: 31%;
}

.project-page .project-item:hover {
    width: 34%;
}
section.partners .col-lg-2.col-6 {
    padding: 0 10px;
}

    .sidebar .logo {
        height: auto;
        padding: 12px;
        padding-inline-start: 12px;
        margin-top: 0;
        background: #fff;
    }

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

 a:hover i.fa-snapchat {
  color: #fffc00;
 
}

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

a:hover i.fa-instagram{
  color: #e1306c;
}

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

a:hover i.fa-tiktok {
  color: #ff0050;
}




/*************************************************/
.wpcf7 p {
  margin: 0;
  display: block;
  width: 100%;
}

.wpcf7 br {
  display: none;
}

.wpcf7-file {
  display: none;
}

/* Start Not-found */

.not-found .not-found-pro {
  max-width: 500px;
  margin: auto;
  text-align: center;
}

.not-found .not-found-pro img {
  max-height: 400px;
}

.not-found .not-found-pro h2 {
  font-size: 30px;
  color: var(--dark-color);
  font-weight: bold;
}

.not-found .not-found-pro h4 {
  margin: 15px 0;
  font-size: 20px;
  color: #777;
}

.not-found .not-found-pro p {
  margin: 25px 0 15px;
  font-size: 14px;
  color: #777;
  /* font-weight: bold; */
  position: relative;
}

.not-found .not-found-pro .btn.go-home {
  padding: 0;
  line-height: normal;
  min-height: auto;
  background: transparent;
  color: var(--sec-color);
  font-size: 20px;
  text-decoration: underline;
  margin: 0 auto;
}

.not-found .not-found-pro p::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  border-bottom: 1px #f1f1f1 solid;
  margin: auto;
  width: 100%;
  bottom: 0;
  height: 1px;
  z-index: -2;
}

.not-found .not-found-pro p::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
  border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
  margin: 20px 0;
}


/* End Not-found */

/* Start New Style By Hadeer */

.mynav .col-lg-10 {
    padding-inline-start: 0;
}

.mynav .row .col-lg-3 {
    padding-inline-end: 0;
}

.right-header .lang-h {
    /* font-family: 'pingBold'; */
    font-size: 15px;
    color: var(--main-color);
    line-height: 24px;
    text-transform: capitalize;
    text-decoration: underline;
}

.about-details {
    padding-inline-end: 100px;
}

.read-more {
    margin-top: 32px;
}

section.services {
    padding: 73px 0 100px;
    background: var(--bg-color);
}

.service-item .more i {
    transform: scaleX(-1);
}

.service-item:hover .more i {
    transform: scaleX(-1) rotate(45deg) translateX(16px);
}

.counter-h {
    padding: 0 0 120px;
    padding: 0 0 50px;
}

.all-counter.row {
    align-items: center;
    -webkit-align-items: center;
    background: var(--main-color);
    margin: 0;
    border-radius: 16px;
    padding: 0 30px;
    padding-inline-end: 5px;
    position: relative;
}

.all-counter.row::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 16px;
    width: 278px;
    height: 278px;
    background: url(../images/bg-count.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.title-count h3 {
    /*font-family: 'pingBold';*/
    font-size: 48px;
    color: #fff;
    line-height: 76.8px;
    margin: 0;
}

.counter-block {
    background: rgb(255 255 255 / 4%);
    text-align: center;
    border-radius: 125.5px 125.5px 0px 0px;
    padding: 83px 30px 34px;
    transition: all .4s ease-in-out;
}

.counter-block .icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto 30px;
}

.counter-block .icon img {
    max-width: 64px;
    max-height: 64px;
    object-fit: contain;
    object-position: center;
}

.counter-item {
    direction: ltr;
}

.counter-block .details .counter-item {
    /*font-family: 'pingBold';*/
    font-size: 48px;
    color: #fff;
    line-height: 76.8px;
    margin: 0;
}

.counter-block .details h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.counter-block:hover {
    background: rgb(255 255 255 / 34%);
}

.footer-links .contact-list li a {
    color: #000000;
    /*font-family: 'ping';*/
}

.footer-soch a i {
    margin: 0 !important;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    transition: all .4s;
}

section.about.about-page .row:first-child {
    margin-bottom: 0;
    /* box-shadow: 0px 24px 24px 0px #87878714; */
    /* border: 1px solid #EDEDED; */
    /* border-radius: 24px; */
    padding-bottom: 0;
    background: transparent;
}

.about.about-page.spcial-h {
    padding: 0 0 112px;
}

.spcial-h .row {
    padding: 25px 10px !important;
    box-shadow: 0px 24px 24px 0px #87878714 !important;
    border: 1px solid #EDEDED !important;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 !important;
    border-radius: 16px;
}

.spcial-h .about-details {
    padding-inline-start: 30px;
}

.spcial-h .about-details h3 {
    /*font-family: 'pingBold';*/
    font-size: 24px;
    color: #1F1F1F;
    line-height: 33px;
    margin-bottom: 16px;
}

.spcial-h .about-details ul {
    padding-inline-start: 20px;
}

.spcial-h .about-details ul li {
    display: list-item;
    list-style: disc;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.spcial-img {
    height: 325px;
    overflow: hidden;
    border-radius: 16px;
}

.spcial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-block {
    border: 0.84px solid #EBEBEB;
    border-radius: 14px;
    overflow: hidden;
    height: calc(100% - 20px);
    margin: 10px 0;
    transition: all .4s;
}

img {
    max-width: 100%;
}

.link-block {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.blog-block .img {
    height: 232.34px;
    overflow: hidden;
}

.blog-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .4s;
}

.blog-block .details {
    padding: 30px 30px 27px;
}

.blog-block .details h3 {
    /*font-family: 'pingBold';*/
    font-size: 24px;
    color: #162318;
    line-height: 33px;
    margin: 0;
    font-weight: 700;
}

.blog-block:hover {
    border-color: var(--main-color);
}

.blog-block:hover .img img {
    transform: scale(1.1);
}

.single-inner {
    max-width: 1034.45px;
    margin: 0 auto;
    /* padding: 73px; */
    /* box-shadow: 0px 20px 36px 0px #65A77814; */
    /* border-radius: 40px; */
}

.single-inner .img {
    height: 453.19px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 78px;
}

.single-inner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-inner .details h3 {
    font-weight: 700;
    font-size: 32px;
    color: #162318;
    line-height: 42px;
    margin-bottom: 24px;
}

.single-inner .details p {
    /*font-family: 'pingLight';*/
    font-size: 16px;
    margin: 16px 0;
    line-height: 24px;
    color: #2B2B2E;
    /* max-width: 670px; */
}

.title-career {
    margin-bottom: 32px;
}

.title-career h3 {
    /*font-family: 'pingMed';*/
    font-size: 40px;
    color: #272525;
    line-height: 56px;
    margin: 0;
}

.form-inner-h {
    border: 1px solid var(--bg-color);
    box-shadow: 0px 20px 36px 0px #65A77814;
    border-radius: 24px;
    padding: 71px 55px 51px;
}

.form-inner-h .form-group {
    margin-bottom: 12px;
    position: relative;
}

.form-inner-h .form-group:last-child {
    margin: 0;
}

.form-inner-h .form-group .form-control ,
.form-inner-h .form-group input ,
.form-inner-h .form-group select ,
.form-inner-h .form-group textarea {
    border: 1px solid #DDDDDD;
    height: 48px;
    border-radius: 0;
    padding: 0 20px;
    /*font-family: 'pingLight';*/
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    line-height: 24px;
    width: 100%;
    margin: 0;
    background: #F8F8F8;
}

.form-inner-h .form-group .form-control::placeholder,
.form-inner-h .form-group input::placeholder,
.form-inner-h .form-group textarea::placeholder,
.form-inner-h .form-group select::placeholder {
    color: #585856;
}

.form-inner-h .form-group .form-control:focus {
    border-color: #162318;
    box-shadow: none;
}

.form-inner-h .form-group .num {
    position: absolute;
    left: 0;
    top: 0;
    /*font-family: 'pingBold';*/
    font-size: 16px;
    direction: ltr;
    line-height: 24px;
    color: #585856;
    margin: 16px;
}

.form-inner-h .form-group .nice-select.form-control {
    position: relative;
    float: none;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.form-inner-h .form-group .file-upload-group.form-control {
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    padding-inline-end: 0;
}

.form-inner-h .form-group .file-upload-group.form-control .file-uploadH {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    display: block;
}

.form-inner-h .form-group .file-upload-group.form-control label.for-sm-input-file {
    margin: 0;
    border-inline-start: 1px solid #585856;
    width: 41px;
    height: 100%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    color: #162318;
    font-size: 14px;
}

.form-inner-h .form-group.my-btn button.btn {
    width: 100%;
    margin-top: 16px;
    border-radius: 32px;
    height: 56px;
}

.form-inner-h .form-group.my-btn button.btn:hover {
    color: var(--main-color);
}

.accordion-item {
    margin-bottom: 16px;
    border-radius: 16px;
    /* overflow: hidden; */
}

.accordion-item .accordion-header {
    margin: 0;
}

.accordion-item .accordion-header .accordion-button {
    text-align: start;
    box-shadow: 0px 20px 36px 0px #65A77814;
    background: transparent;
    border-radius: 16px;
    padding: 20px 27px;
    padding-inline-end: 16px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 18px;
    color: #272525;
    line-height: 24px;
    width: 100%;
    justify-content: space-between;
    transition: none;
}

.joblock.block-career {
    /* max-width: 569px; */
    margin-inline-start: 60px;
}

.accordion-item .accordion-header .accordion-button::after {
    content: "\f067";
    font-family: 'Font Awesome 5 pro';
    width: 38px;
    height: 32px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
}

.accordion-item  .accordion-body {
    padding: 0 27px 38px;
    border: 1px var(--sec-color) solid;
    border-top: 0;
    border-radius: 0 0 16px 16px;
}

.accordion-item .accordion-body p {
    padding-top: 24px;
    border-top: 1px solid #D3D3D3;
    /*font-family: 'pingLight';*/
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #585856;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
    border: 1px var(--sec-color) solid;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
}

.form-inner-h .form-group span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.form-inner-h .my-btn button {
    width: 100%;
    margin-top: 20px;
}

.form-inner-h .form-group textarea {
    height: 80px;
    padding: 13px 20px;
}

.contact-info {
    height: 100%;
    box-shadow: 0px 4px 36px 0px #D3D3D340;
    border: 1px solid var(--secondary, #B7CAD8);
    background: var(--main-color);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding: 39px 76px;
    margin-inline-start: 30px;
    padding-bottom: 136px;
}

.contact-info h3 {
    /*font-family: 'pingMed';*/
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 33px;
}

.contact-info ul li a {
    display: flex;
    /* align-items: center; */
    /* -webkit-align-items: center; */
    color: #fff;
    gap: 8px;
    margin-bottom: 24px;
}

.contact-info ul li a i {
    height: 24.6px;
    width: 22px;
    font-size: 21px;
}

.contact-info ul li a p {
    margin: 0;
    max-width: 232px;
    width: calc(100% - 30px);
}

.contact-info .footer-soch {
    margin: 32px 0 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    flex-wrap: wrap;
}

.contact-info .footer-soch span {
    padding: 0;
    margin-inline-end: 5px;
}

.contact-info .footer-soch a {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    /* margin: 0 11px; */
    font-size: 20.73px;
    color: #fff;
}

.contact-info .logo {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 20px;
    padding-inline-start: 76px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.contact-info .logo img {
    max-width: 392.68px;
   width: 90%;

    opacity: .10;
    height: 100%;
    /* max-width: 559px; */
}

.footer-links.contact-info {
    margin-inline-start: -55px;
    padding: 0;
    margin: 0;
    background: ghostwhite;
    border: none;
    height: auto;
    border-radius: 0;
}

.footer-links.contact-info, .footer-soch {
    margin-inline-start: -55px;
}

footer .footer-links.contact-info {
    background: transparent;
    box-shadow: none;
}

.form-inner-h .form-group .file-upload-group.form-control p {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.form-inner-h .form-group .file-upload-group.form-control p span.wpcf7-form-control-wrap {
    position: absolute;
    inset: 0;
    z-index: 4;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\58";
}

.slider-info p img.alignnone {
    max-width: 272px;
    display: inline-block !important;
    margin: 0 10px;
    filter: brightness(0) invert(1);
}

section.Agencies .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 47px;
}

.section_Content {
}

.item.part-item .img {
    background: #fff;
    border-radius: 17px;
    border: 4px solid #F3FEFF;
    height: 115px;
    margin: 0px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0px 12px 12px 0px #6969690F;
}

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


.part-slider.owl-theme .owl-dots .owl-dot span {
  width: 52px;
  height: 8px;
  margin: 6px 4px;
  border: none;
  background: rgb(255 255 255 / 20%);
  border: none;
  border-radius: 2px;
  transition: all 0.3s;
}


.part-slider.owl-theme .owl-dots .owl-dot:hover span,
.part-slider.owl-theme .owl-dots .owl-dot.active span {
  background: var(--sec-color);
  width: 78px;
}

.part-slider.owl-theme .owl-dots .owl-dot {
    background: transparent;
    width: auto;
    height: auto;
}

.item.part-item .img a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.item.part-item .img a img {
    max-height: 80%;
    object-fit: contain;
    object-position: center;
    max-width: 80%;
}

/***

====================================================================
Start Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    display: none;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.9);
    /* height: 100%; */
    /* position: absolute; */
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    /* background-image: url(../images/waves-shape.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background: var(--main-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 16%);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    padding: 0;
    opacity: 0;
    inset: 0;
    right: 0;
    left: 0;
    position: absolute;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    z-index: 10;
    margin: auto;
    top: 0;
    right: 150px;
    left: 150px;
    bottom: 0;
    height: 60px;
    padding: 0;
    border-bottom: 1px solid #444243 !important;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    overflow: visible;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    border: none;
    line-height: 20px;
    /* background: transparent !important; */
    width: 100%;
    height: 60px;
    padding: 0px !important;
    background: none !important;
    color: #bababa;
    font-size: 16px;
    font-style: italic;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 400;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    left: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: var(--light-color);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #fff;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    /* width: auto; */
    /* height: auto; */
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    inset: 0;
    width: 100%;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
    border-radius: 0;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}


/***

====================================================================
End Search Popup
====================================================================

***/

.head-inner {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
}

.head-inner .logo a {
    display: block;
    max-width: 169.01px;
    width: 100%;
}

header .my-btn a u {
    text-decoration: none;
    direction: ltr;
    display: inline-block;
    position: relative;
    top: 2px;
}

header .my-btn a i {
    position: relative;
    margin-inline-start: 8px;
    transform: scaleX(-1);
    top: 0px;
}

.my-btn a:hover, .my-btn button:hover {
    color: var(--main-color);
}

.slider-info h2 p {
    margin: 0;
}

.slider-info .my-btn {
    margin-top: 10px;
}
.about-details h4 {
    font-family: 'ExpBold';
    color: #010312;
    font-size: 40px;
    line-height: 54.81px;
    margin-bottom: 21px;
}

.about-details p {
    color: #535353;
    font-weight: 400;
    font-size: 16px;
    line-height: 35.08px;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-details p:nth-child(n + 3) {
    display: none;
}

.about-details .read-more {
    margin-top: 29px;
}

.read-more a .icon {
    width: 20.73px;
}

.read-more a .icon svg {width: 100%;}

section.about.about-page .row.about-more-h {
    padding: 124px 0 100px;
    background: #FAFBFF;
    margin-bottom: 0;
    margin-top: -60px;
}

.vission-title .icone img {
    max-height: 41.54px;
    object-fit: contain;
    object-position: center;
}

section.about .row .col-lg-6:nth-child(odd), section.about .row .col-md-6:nth-child(odd) {
    padding-inline-start: 0;
}

section.about .row .col-lg-6:nth-child(even), section.about .row .col-md-6:nth-child(even) {
    padding-inline-end: 0;
}

.title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 48px;
}

.title-flex .section-title {
    margin: 0;
}

.service-item {
    border: 1.1px solid #F4F4F4;
    padding: 0;
    border-radius: 10.97px;
    overflow: hidden;
    background: #fff;
    height: auto;
    height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
}

.service-item .icone {height: 299.39px;margin: 0;}

.service-item .icone img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-item .details {
    padding: 26px 34px 44px;
    text-align: center;
    width: 100%;
    height: calc(100% - 299.39px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-item .details>a {
    display: block;
}

.service-item .details>a h5 {
    font-family: 'ExpBold';
    color: #0A0A0A;
    font-size: 19px;
    line-height: 26.32px;
    margin-bottom: 30px;
    text-align: center;
}

.service-item .details .more a {
    position: relative;
    width: 100%;
    height: 53.32px;
    border: 1.1px var(--main-color) solid;
    border-radius: 54.83px;
    color: var(--main-color);
    font-family: 'ExpBold';
    font-size: 17.55px;
    line-height: 26.32px;
}

.gallery-h {
    padding: 122px 0;
}

.gallery-h .item {
    padding: 0 10px;
}

.gallery-block {
    display: block;
    height: 242.12px;
    overflow: hidden;
    border-radius: 21.5px;
    border: 0.98px solid #EFEEEE;
    position: relative;
}

.gallery-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-block::before, .gallery-block::after {
    content: "";
    position: absolute;
    inset: 0;
    transition: all .4s;
}

.gallery-block::before {
    background: linear-gradient(180deg, rgba(35, 35, 35, 0) 50.24%, #232323 95.3%);
    height: 50%;
    top: auto;
    z-index: 1;
}

.gallery-block:hover::before {
    height: 100%;
}

.gallery-block::after {
    content: "\f002";
    z-index: 2;
    width: 60.07px;
    height: 60.07px;
    font-family: 'Font Awesome 5 Pro';
    margin: auto;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    font-size: 28.87px;
    transform: scale(.5);
    opacity: 0;
}

.gallery-block:hover::after {
    opacity: 1;
    transform: none;
}
.Agencies {
    padding: 82px 0 64px;
    background: var(--main-color);
}

.Agencies .section-title h4 {
    color: #fff;
}

.part-slider .owl-nav {
    position: absolute;
    top: -111px;
    margin: 0;
}

.part-slider .owl-nav .owl-prev, .part-slider .owl-nav .owl-next {
    width: 57.81px;
    height: 55.01px;
    border-radius: 50%;
    background: transparent;
    transition: all .4s;
    border: 1px #fff solid;
    font-size: 21.9px;
}

.part-slider .owl-nav .owl-prev i, .part-slider .owl-nav .owl-next i {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.part-slider .owl-nav .owl-prev:hover, .part-slider .owl-nav .owl-next:hover {
    background: #CFFFD5;
    color: var(--main-color);
}

.copy-right p span {
    color: var(--main-color);
}

.about-img img {
    max-height: 267.13px;
    border-radius: 0;
    max-width: calc(100% - 29px);
    margin: auto;
    display: table;
}

.about-page .about-img {
    text-align: end;
}

.about-page .about-details {
    padding: 0 0 60px;
}

.Agencies.page-inner {
    background: transparent;
    padding-top: 13px;
}

.Agencies.page-inner .section-title h4 {
    color: #010312;
}

.Agencies.page-inner .owl-nav .owl-next, .Agencies.page-inner .owl-nav .owl-prev {
    width: 83.62px;
    height: 45.57px;
    background: var(--main-color);
    border-radius: 0;
    opacity: .5;
    color: #fff;
}

.page-inner .part-slider .owl-nav {
    margin-inline-start: -19px;
}

.Agencies.page-inner .owl-nav .owl-next:hover, .Agencies.page-inner .owl-nav .owl-prev:hover {
    opacity: 1;
}

.breadcrumb-info .container {
    position: relative;
    height: 100%;
}

.breadcrumb-info nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.services.service-page.page_content {
    background: transparent;
}

.single-service .project-slider.owl-theme .owl-nav [class*=owl-] {
    width: 55.09px;
    height: 55.09px;
    border-radius: 0;
    mask-image: none !important;
    -webkit-mask-box-image: none !important;
}

.mypagination {
    text-align: center;
}

.single-blog.page_content {
    padding: 100px 0;
}

.single-inner .details {
    max-width: 744px;
    margin: 0 auto;
    text-align: center;
}

.contact-page .row {
    margin: 0;
    box-shadow: 0px 4px 44px 0px #BFBFBF40;
    padding: 47px 32px;
}

.contact-page .title-career {
    margin-bottom: 33px;
}

.contact-page .title-career h3 {
    color: #060606;
    font-weight: 400;
    font-size: 36.93px;
    line-height: 54.9px;
    margin: 0;
}

.contact-page  .form-inner-h {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    border: none;
}

.form-inner-h .form-group ::placeholder {
    color: #989898;
    /* opacity: .5; */
}

.map-inner-h {
    height: 400px;
}

iframe {
    width: 100%;
    height: 100%;
}

.partners-page .item.part-item .img {
    box-shadow: 0px 12px 12px 0px #6969690F;
    border-radius: 0;
    height: 115px;
    border: 2px transparent solid;
    margin: 0 0 20px;
}

.partners-page .item.part-item {
    flex: 0 0 auto;
    max-width: 20%;
}

.partners-page .item.part-item .img:hover {
    border-color: var(--main-color);
}

.gallery-page .gallery-block {
    height: 300px;
    border-radius: 10px;
    margin-bottom: 28px;
    border: 1.1px solid #F4F4F4;
    box-shadow: 0px 0px 44px 0px #0000001C;
}

.gallery-page .gallery-block::before {
    background: var(--main-color);
    height: 100%;
    opacity: 0;
}

.gallery-page .gallery-block:hover::before {
    opacity: 0.33;
}

.gallery-page .gallery-block::after {
    background: #D9D9D9;
    width: 59.900146484375px;
    height: 59.900146484375px;
    color: #292E2A;
    font-size: 22px;
}

.gallery-page.page_content {
    padding: 76px 0 100px;
}

.about-img .img {
    border-radius: 21.92px;
    overflow: hidden;
    max-width: 497px;
    margin-inline-start: auto;
    height: 376.39px;
    background: #49B255;
    align-content: center;
    height: 286.11px;
}

.my-nav .nav.nav-tabs {
    border: none;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #8C8C8C;
    border-radius: 50px;
    padding: 18px;
    gap: 17px;
}

.my-nav .nav.nav-tabs .nav-item {
    margin: 0;
}

.my-nav .nav.nav-tabs .nav-item .nav-link {
    min-width: 141.69px;
    min-height: 40px;
    border-radius: 50px;
    background: var(--main-color);
    color: #fff;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    transition: all .4s;
    opacity: .5;
}

.my-nav .nav.nav-tabs .nav-item .nav-link.active {
    opacity: 1;
}

.links-flex {
    display: flex;
    flex-wrap: wrap;
}

.links-flex a {
    color: var(--main-color);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding: 0 8px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    position: relative;
}

.links-flex a:nth-child(1) {
    padding-inline-start: 0;
}

.links-flex a::after {
    content: "|";
    position: absolute;
    left: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.links-flex a:last-child::after {
    display: none;
}

.gallery-block .hover-box {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    padding-bottom: 66px;
    transition: all .4s;
    opacity: 0;
    transform: scale(.5);
    z-index: 4;
}

.gallery-block .hover-box i {
    width: 59.9px;
    height: 59.9px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #D9D9D9;
    margin-bottom: 24px;
    color: var(--main-color);
    font-size: 22px;
}

.gallery-block .hover-box h3 {
    color: #fff;
    font-weight: 700;
    font-size: 21.77px;
    line-height: 28.65px;
    margin: 0;
}

.gallery-block:hover .hover-box {
    opacity: 1;
    transform: none;
}

.gallery-block.pro-block {
    margin-bottom: 30px;
    height: 300px;
}

.gallery-block.pro-block::after {
    display: none;
}

.gallery-block:hover::before {
    opacity: .83;
}

.gallery-block::before {
    height: 100%;
    background: var(--main-color);
    opacity: 0;
}

.policy-inner {
    max-width: 887.5px;
}

.policy-inner h3 {
    color: #010312;
    font-weight: 700;
    font-size: 30px;
    line-height: 54.81px;
    margin: 45px 0 17px;
}

.policy-inner h3:nth-child(1) {
    margin-top: 0;
}

.policy-inner p {
    color: #535353;
    font-weight: 400;
    font-size: 16px;
    line-height: 35.08px;
    margin: 17px 0;
}

.policy-inner p:last-child {
    margin: 0;
}

.mynavbar ul li .sub-menu {
    position: absolute;
    top: 100%;
    min-width: 232.79px;
    display: block;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.mynavbar ul li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin-inline-start: 6px;
    font-weight: 300;
    font-size: 20px;
    transition: all .4s;
}

.mynavbar ul li.menu-item-has-children>a {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
}

.mynavbar ul li .sub-menu li a {
    padding: 16px 0;
    display: block;
    position: relative;
    border-bottom: 1px solid #DDDDDD;
    color: #0A0A0A;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.mynavbar ul li .sub-menu li:first-child a {
    padding-top: 0;
}

.mynavbar ul li .sub-menu li:last-child a {
    padding-bottom: 0;
    border: none;
}

.mynavbar ul li .sub-menu li a::before {
    content: "\f104";
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    width: 19px;
}

.mynavbar ul li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.mynavbar ul li.menu-item-has-children:hover a::after {
    transform: rotate(90deg);
}

.about-page .about-img .img {
    height: 376.39px;
}

section.about .row.about-more-h {
    padding: 61px 0 0;
}

.btn-center.my-btn {
    text-align: center;
    margin-top: 42px;
}

.sidebar .my-btn a u {
    text-decoration: none;
}

.iti {
    display: block;
}

.iti--separate-dial-code .iti__selected-flag {
    direction: ltr;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    background: transparent;
    text-align: center;
    vertical-align: middle;
}

.iti--separate-dial-code .iti__selected-flag .iti__arrow {
    display: none;
}

.iti__country {
    direction: ltr;
    text-align: right;
}

.partners-page .item.part-item .img:hover {
    border-color: transparent;
}

.sidebar .close-side i {
    right: auto;
    left: 12px;
}

.about-page .about-details p {
    display: block;
}

.banner-in-h {
    margin-top: 80px;
/*     overflow: hidden; */
/*     height: 350px; */
}

.banner-in-h img {
    width: 100%;
    height: auto;    border-radius: 20px;

/*     object-fit: cover; */
    object-position: center;
}

@media (max-width: 1280px){
    .home-slider .owl-theme .owl-nav {
        max-width: 681px;
    }
}
/* End New Style By Hadeer */
