@import url(bootstrap.min.css);
@import url(bootstrap-grid.min.css);
@import url(animate.css);
@import url(all.css);
@import url(line-awesome.min.css);
@import url(owl.carousel.css);
@import url(jquery.fancybox.css);
@import url(slick-theme.css);
@import url(slick.css);
@import url(daterangepicker.css);
@import url(intlTelInput.css);
@import url(odometer.css);

/* Start Fonts */

@font-face {
    font-family: 'DG';
    src: url(../fonts/web/DGAgnadeen-Regular.ttf);
}

@font-face {
    font-family: 'DGThin';
    src: url(../fonts/web/DGAgnadeen-Thin.ttf);
}

@font-face {
    font-family: 'DGLight';
    src: url(../fonts/web/DGAgnadeen-Light.ttf);
}

@font-face {
    font-family: 'DGBold';
    src: url(../fonts/web/DGAgnadeen-Bold.ttf);
}

/* End Fonts */

:root {
    --main-color: #159734;
    --sec-color: #02674F;
    --bg-grad: linear-gradient(180deg, rgba(3, 23, 48, 0) 0%, #031730 100%);
    --dark-color: #1B1B1B;
    --bg-color: #FAFFFB;
    --white: #fff;
}
.partners-h
.owl-carousel .owl-stage-outer{overflow:visible !important}
* {
    text-transform: capitalize;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: 'DG';
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--main-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'DG';
    background: #fff;
    text-align: start;
    direction: rtl;
}

section,
footer {
    position: relative;
    /* overflow: hidden; */
}

p {
    margin: 0;
    color: #626262;
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

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

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

.owl-carousel {
    direction: ltr;
}


/* Start Loading */

.loader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999999999999999999999;
    background: #fff;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .loader-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.loader .loader-inner img {
    max-width: 250px;
}


/* End Loading */


/* 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 Select Nice */

select {
    display: none;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: right; */
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #E2DDDD;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #707070;
    padding: 0 20px;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    content: "\f107";
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    left: 15px;
    top: 0;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    transition: all 0.15s ease-in-out;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    border: none !important;
    transform: none !important;
    font-size: 14px;
    color: #585858;
    /* opacity: .35; */
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

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

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

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

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding: 0 10px;
    text-align: start;
    transition: all 0.2s;
    color: #000;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--main-color);
    color: #fff;
}


/* End Select Nice */


/* Start Mobile Menu */

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 270px;
    padding-inline-end: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}
.logo img{/* width:90px; */}
.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    /* text-align: left; */
}

.mobile-menu .nav-logo img {
    max-width: 200px;
    max-height: 55px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    opacity: 0;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding-top: 60px;
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.mobile-menu .close-btn {
    display: n;
    position: relative;
    left: 0;
    top: 0;
    line-height: normal;
    width: auto;
    text-align: left;
    font-size: 15px;
    color: var(--dark-color);
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    margin: 14px;
    width: 100%;
    transition: all .5s;
    display: none;
}

.mobile-menu-visible .mobile-menu .close-btn {
    opacity: 1;
    display: block;
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    max-height: calc(100vh - 152px);
    overflow: hidden;
    overflow-y: auto;
    display: block;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: block;
    background: var(--bg-color);
    height: 0;
    transition: all .5s;
    overflow: hidden;
}

.sticky-header .navbar-header {
    display: none;
}

.sticky-header .outer-box .nav-btn {
    position: relative;
    top: 4px;
    float: right;
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 30px;
}

.sticky-header .outer-box .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 28px;
    color: #000000;
    cursor: pointer;
    margin-left: 30px;
}

.sticky-header .outer-box .search-box-btn {
    color: #000000;
}

.sticky-header .outer-box {
    padding: 22px 0px;
}

.mobile-menu .menu-box .nav-title {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: var(--main-color);
    justify-content: space-between;
}

.mobile-menu .menu-box .nav-title h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.mobile-menu .navigation li.menu-item-has-children::after {
    content: "\f107";
    position: absolute;
    left: 0;
    top: 0;
    margin: 10px;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    transition: all .5s;
}

.mobile-menu .navigation li.open .sub-menu {
    height: auto;
    padding: 0 20px;
}

.mobile-menu .navigation li.menu-item-has-children.open::after {
    transform: rotate(180deg);
}


/* End Sidebar style */

/* Start Header */


header {
    background: #fff;
    overflow: hidden;
}

.menu-left ul {
    display: flex;
    flex-wrap: wrap;
}

.menu-left ul li {
    margin-inline-end: 45px;
}

.menu-left ul li:last-child {
    margin: 0;
}

.menu-left ul li a {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #05315A;
}

.header-top {
    padding: 12px 0 21px;
}

.head-top ul {
    display: flex;
    flex-wrap: wrap;
    /* margin-inline-start: 70px; */
}

.head-top ul li {
    margin: 0 17px;
}

.head-top ul li:first-child {
    margin-inline-start: 0;
}

.head-top ul li a {
    color: var(--dark-color);
    padding-bottom: 15px;
    position: relative;
    font-family: 'DGThin';
    font-size: 18px;
    line-height: 28px;
}

.head-top ul li a::after {
    content: "";
    position: absolute;
    inset: 0;
    top: auto;
    /* background: url(../images/link.png); */
    /* width: 34.42px; */
    height: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    margin: 0;
    transition: all .5s;
    width: 0;
}

.head-top ul li a:hover {
    color: var(--main-color);
}

.menu-top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
}

.menu-top-right .s-h {
    display: flex;
    flex-wrap: wrap;
}

.menu-top-right .s-h a {
    margin: 0 11px;
    font-size: 12px;
    color: #757575;
}

.menu-top-right .s-h a:hover,
.menu-top-right .lang:hover {
    color: var(--main-color);
}

.menu-top-right .lang {
    /* margin-inline-start: 13px; */
    color: var(--dark-color);
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    text-decoration: underline;
}

.menu-top-right .lang i {
    margin-inline-start: 8px;
    position: relative;
    top: 1px;
}

.res-menu {
    display: none;
}

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

.head-top .logo {
    max-width: 128px;
}

.head-top .logo a {
    display: block;
}

.menu-top-right .my-account {
    font-family: 'DGLight';
    font-size: 16px;
    color: var(--dark-color);
}

.menu-top-right .my-account i {
    margin-inline-end: 7px;
    opacity: .80;
    font-size: 13px;
}

.menu-left ul li a i {
    color: #6199CE;
    margin-inline-end: 9px;
}

.menu-left ul li a span u {
    display: block;
    text-decoration: none;
    direction: ltr;
}

.lang {
    display: table;
    margin-inline-start: auto;
    color: #303030;
    font-size: 14px;
}

.lang i {
    color: var(--main-color);
    margin-inline-start: 8px;
}

.header-bottom {
    padding: 32px 0 34px;
}

.btn {
    min-width: 164px;
    min-height: 55px;
    border-radius: 0;
    background: var(--main-color);
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding: 12px 10px;
    overflow: visible;
    position: relative;
    border: none;
    outline: none;
    box-shadow: none !important;
    font-weight: 700;
    font-size: 20.1px;
}

header .btn {
    margin-inline-start: 75px;
    min-width: 182px;
    min-height: 55px;
    font-weight: 700;
    font-size: 20.1px;
}

.btn span {
    position: relative;
    z-index: 2;
}

.btn::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    /* background: var(--bg-btn); */
    /* mix-blend-mode: lighten; */
    transition: all 0.75s ease 0s;
    transform-origin: center;
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    /* border-radius: 50px; */
    z-index: 1;
}

.btn:hover::after {
    opacity: 1;
    height: 450%;
}

.btn:hover,
.btn.btn-border:hover {
    color: #fff;
    background: var(--sec-color);
}

.header-top .container {
    position: relative;
}

.header-top .container::after {
    content: "";
    position: absolute;
    inset: 0;
    top: auto;
    width: calc(100% - 30px);
    margin: auto;
    border-bottom: 1px solid #000;
    margin-bottom: -21px;
    opacity: .1;
}

.s-h {
    display: flex;
    justify-content: flex-end;
}

.s-h span {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height */
    color: #000;
}

.s-h a {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    /* identical to box height */
    color: #6199CE;
    margin-inline-start: 13px;
}

.btn.btn-dark {
    min-width: 140px;
    min-height: 42px;
    /* background: var(--sec-color); */
    overflow: visible;
}

.head-top ul li.current-menu-item a::after,
.head-top ul li a:hover::after {
    width: 34px;
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 94.54px;
    height: 10.64px;
    background: #009DFF;
    filter: blur(15.5px);
    z-index: -1;
    margin: 0 auto;
    top: auto;
    display: none;
}

.btn.btn-dark:hover {
    background: var(--main-color);
}

/* End Header */

/* Start Banner-h */
.banner-h {
    /* padding: 70px 0; */
}

.banner-h .slider-block .row {
    /* align-items: center; */
    /* -webkit-align-items: center; */
    min-height: 647px;
    padding: 272px 0 164px;
}

.img-banner .img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    height: 502px;
    overflow: hidden;
    border-start-start-radius: 20px;
}

.img-banner {
    position: relative;
    max-width: 548px;
    margin-inline-start: auto;
}

.img-banner .exp-years {
    width: 125px;
    height: 125px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    margin-inline-start: 170px;
    text-align: center;
}

.img-banner .exp-years::after {
    content: "";
    position: absolute;
    background: url(../images/shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    inset: 7%;
    z-index: -1;
    margin: -57% 0;
    margin-inline-end: -50%;
    /* right: auto; */
}

.img-banner .exp-years .exp-inner {
    padding: 20px;
}

.img-banner .exp-years .exp-inner h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 56px;
    color: var(--thr-color);
    margin: 0;
}

.img-banner .exp-years .exp-inner h4 {
    font-weight: 300;
    font-size: 19px;
    line-height: 21px;
    color: #124B81;
}

.slider-block .text-banner h1 {
    color: #fff;
    font-style: normal;
    font-family: 'DGBold';
    margin: 0 0 32px;
    font-size: 64.1px;
    line-height: 79.81px;
}

.slider-block .text-banner {
    text-align: center;
    direction: rtl;
}

.text-banner h1 span {
    color: var(--thr-color);
}

.text-banner p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    margin: 32px 0;
    color: #3D3B3B;
}

.text-banner .btn {
    min-width: 202px;
    /* min-height: 58px; */
    /* font-weight: 700; */
    /* font-size: 16px; */
    /* line-height: 18px; */
    /* padding: 13px 20px; */
}

/* End Banner-h */

/* Start Projects-h */
.projects-h {
    padding: 90px 0 94px;
    /* background: var(--bg-color); */
    overflow: hidden;
}

.title h1,
.title h3 {

    /* or 258% */color: var(--dark-color);margin: 0;font-style: normal;font-weight: 400;font-size: 48px;line-height: 60px;}

.title-rotate h1,
.title-rotate h3 {
    /* transform: rotate(-90deg) translateX(30%); */
    font-size: 40px;
    line-height: 64px;
}

.title.title-center {
    text-align: center;
    flex-direction: inherit;
    margin: 0 0 32px;
    justify-content: center;
}

.title {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    position: relative;
    /* white-space: nowrap; */
    flex-direction: column;
    margin-top: 40px;
}

.nav.nav-tabs {
    /* justify-content: center; */
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(3, 23, 48, 0.13);
}

.nav.nav-tabs .nav-item .nav-link {
   margin: 0;
    margin-inline-end: 14px;
    padding: 0 0 19px;
    background: transparent;
    border: none !important;
    border-radius: 3px;
    font-style: normal;
    
    /* identical to box height, or 202% */
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    
    /* primary/500 */
    position: relative;
    color: #1B1B1B;
    text-transform: capitalize;
}

.nav.nav-tabs .nav-item .nav-link.active {
    color: var(--sec-color);
}

.projects-slider .item {
    padding: 0 10px 26px;
}

.pro-block {
    direction: rtl;
    margin: 15px 0;
    position: relative;
}

.pro-block .img-block {
    height: 246px;
    overflow: hidden;
    position: relative;
}

.pro-block .img-block .img {
    display: block;
    width: 100%;
    height: 100%;
}

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

.pro-block .img-block span {
    position: absolute;
    right: 0;
    z-index: 4;
    min-width: 72.21px;
    min-height: 28px;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    text-align: center;
    padding: 0px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin: 22px;
    color: #000000;
}

.pro-block .img-block span.adj {
    background: #FF6B00;
    color: #fff;
}

.pro-block .details {
    /* padding: 20px 20px 80px; */
    /* background: #fff; */
    /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); */
    /* box-shadow: 0px 4px 14px rgba(172, 212, 237, 0.16); */
}

.pro-block .details .name {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: #124B81;
    margin: 0 0 18px;
}

.pro-block .details p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    color: #2E2E2E;
}

.pro-block .more {
    width: 72.25px;
    height: 72.04px;
    background: var(--thr-color);
    display: block;
    border-radius: 50%;
    position: absolute;
    bottom: -27px;
    text-align: center;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding: 27px 14px;
    margin: 0 24px;
}

.pro-block .more::after {
    content: "";
    position: absolute;
    inset: 0;
    top: auto;
    width: 29.9px;
    height: 10.55px;
    background: #009DFF;
    filter: blur(7.5px);
    margin: auto;
}

.btn-center {
    text-align: center;
    margin: 30px 0 0;
    position: relative;
    z-index: 3;
}

.btn-center .btn {
    min-width: 348px;
    min-height: 58px;
    padding: 17px;
    font-size: 16px;
}

.btn-center .btn::before {
    width: 228.2px;
    height: 10.55px;
    background: #009DFF;
    filter: blur(15.5px);
}

.top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 0 17px;
}

.nav.nav-tabs .nav-item .nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -1px;
    border-bottom: 4px var(--main-color) solid;
    width: 78%;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.5s ease-in-out;
}

.nav.nav-tabs .nav-item .nav-link.active::after {
    transform: scaleX(1);
    transform-origin: bottom right;
}

.btn-top .btn {
    min-width: 249px;
    font-weight: 700;
    font-size: 20.1px;
    line-height: 25px;
    min-height: 55px;
}

.nav.nav-tabs .nav-item:last-child .nav-link {
    margin: 0;
}

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

.projects-slider .owl-nav {
    width: 98%;
    right: 0;
    left: 0;
    z-index: 2;
    top: 45%;
}

.projects-slider.owl-carousel .owl-nav button.owl-prev,
.projects-slider.owl-carousel .owl-nav button.owl-next {
    width: 58.94px;
    height: 58.94px;


    /* primary/500 */
    background: var(--sec-color);
    opacity: 0.5;
    color: #fff;
    border: none;
    font-size: 27px;
    box-shadow: none;
    outline: none !important;
    z-index: 4;
}

.projects-slider.owl-carousel .owl-nav button.owl-prev:hover,
.projects-slider.owl-carousel .owl-nav button.owl-next:hover {
    color: var(--sec-color);
    background: #fff;
    box-shadow: 0px 4px 44px rgba(3, 23, 48, 0.16);
    opacity: 1;
}

.projects-slider .pro-block {
    height: 550px;
    position: relative;
    overflow: hidden;
}

.projects-slider .pro-block .img-block {
    height: 100%;
}

.projects-slider .pro-block .img-block::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 30.55%;
    background: linear-gradient(180deg, rgba(3, 23, 48, 0) 0%, #031730 100%);
    z-index: 2;
    display: block !important;
    top: auto;
}

.projects-slider .pro-block .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    clip-path: none;
    background: transparent;
    display: flex;
    padding: 32px 29px;
    padding-inline-end: 30%;
}

.projects-slider .pro-block .details .name {
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.projects-slider .pro-block .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    border: 16px #fff solid;
    border-bottom: 0;
    border-inline-end: 0;
    min-width: 194px;
    min-height: 68px;
    padding: 10px;
    font-size: 20.1px;
    font-weight: normal;
    font-family: 'DGBold';
}

.projects-slider .owl-stage-outer {
    /* overflow: visible; */
}

.projects-slider {
    width: 110%;
    right: -9%;
    position: relative;
}

.projects-slider::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10%;
    background: linear-gradient(to right, transparent, rgb(255 255 255 / 70%) 19%);
    z-index: 2;
}

.projects-h .title {
    margin-top: 120px;
}

.projects-slider.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
}


/* End Projects-h */

/* Start Map-h */
.map-h {
    padding: 0 0 90px;
}

.details-map {
    display: flex;
    margin: 34px 0 0;
    justify-content: center;
}

.details-map .item {
    margin: 0 20px;
    display: flex;
}

.details-map .item .circel {
    width: 20px;
    height: 20px;
    display: block;
    background: var(--sec-color);
    border-radius: 50%;
    margin-top: 4px;
}

.details-map .item h3 {
    width: calc(100% - 20px);
    padding-inline-start: 7px;
    /* identical to box height, or 202% */
    font-family: 'DGThin';
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */
    color: #000;
    margin: 0;
}

.details-map .item.sold .circel {
    background: #E52424;
}

.details-map .item.available .circel {
    background: var(--dark-color);
}

/* End Map-h */

/* Start Inter-h */
.inter-h {
    background: var(--bg-color);
    padding: 80px 0 200px;
}

.inter-inner.row {
    margin: 0;
    background: #FFFFFF;
    box-shadow: 0px 24px 54px rgba(82, 82, 82, 0.16);
    padding: 25px 10px;
    align-items: center;
    -webkit-align-items: center;
}

.inter-inner .img-inter {
    height: 397px;
    max-width: 481.36px;
    margin-inline-start: auto;
}

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

.inter-inner .text-inter h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.8;
    /* or 258% */
    color: #1E1E1E;
    margin: 0;
}

.inter-inner .text-inter p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    max-width: 365px;
    color: #3D3B3B;
    margin: 32px 0;
}

.inter-inner .text-inter h3 span {
    color: var(--thr-color);
}

.inter-inner .text-inter .btn {
    min-width: 190px;
    min-height: 58px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding: 20px;
}

/* End Inter-h */

/* Start Order-h */
.order-h {
    padding: 65px 0;
    background: var(--sec-color);
}

.img-order {
    max-width: 575px;
    height: 569px;
    left: 650.77px;
    top: 3016.64px;
    background: #FFFFFF;
    box-shadow: 0px 24px 54px rgba(82, 82, 82, 0.16);
    padding: 28px;
    margin-top: -180px;
    margin-bottom: -180px;
}

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

.text-order h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    /* or 114% */
    color: #FFFFFF;
}

.text-order p {
    max-width: 347px;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    /* or 175% */
    color: #FFFFFF;
    margin: 32px 0;
}

.btn.btn-white {
    min-width: 190px;
    min-height: 58px;
    background: #fff;
    color: #124B81;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    padding: 20px;
}

.order-h::after {
    content: "";
    position: absolute;
    inset: 0;
    right: auto;
    width: 334.52px;
    /* background: url(../images/after.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

/* End Order-h */

/* Start Counter-h */
.counter-h {
    padding: 200px 0 60px;
}

.count-block {
    width: 214px;
    height: 214px;
    background: #FFFFFF;
    border: 1px solid #ABDDFC;
    border-radius: 50%;
    margin: 15px auto;
    padding: 58px 20px;
    text-align: center;
    position: relative;
}

.count-block::after {
    content: "";
    position: absolute;
    background: url(../images/shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    inset: 7%;
    z-index: -1;
    margin: -57% 0;
    margin-inline-end: -50%;
}

.count-block .counter-item {
    direction: ltr;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: var(--sec-color);
    margin: 0;
}

.count-block h4 {
    margin: 10px 0 0;
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    color: #557089;
}

.btn.btn-white:hover {
    background: var(--main-color);
    color: #fff;
}

/* End Counter-h */

/* Start Footer */
.footer-top {
    padding: 103px 0 110px;
    background: var(--sec-color);
    position: relative;
}

.logo-f {
    display: block;
    max-width: 265px;
}

.foot-block p {
    /* font-weight: 700; */
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    max-width: 263px;
    margin: 28px 0 0;
}

.foot-block h3 {
    margin: 0 0 32px;
    /* or 343% */
    color: #fff;
    font-weight: 400;
    font-size: 24.5px;
    line-height: 44px;
}

.foot-block .link-f {
    display: flex;
    flex-wrap: wrap;
}

.foot-block .link-f li {
    max-width: 50%;
    flex: 0 0 50%;
    padding-inline-end: 15px;
}

.foot-block .link-f li a {
    color: #fff;
    display: inline-block;
    font-family: 'DGThin';
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
}

.foot-block .info-f a {
    color: #fff;
    display: block;
    font-family: 'DGThin';
    margin: 18px 0;
    font-size: 18px;
    line-height: 28px;
}

.foot-block .info-f a u {
    text-decoration: none;
    direction: ltr;
    text-transform: lowercase;
}

.foot-block .info-f a i {
    width: 28px;
}

.footer-top::after {
    content: "";
    position: absolute;
    inset: 0;
    right: auto;
    width: 334.52px;
    /* background: url(../images/after.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    margin: 0 28px;
}

footer .container {
    position: relative;
    z-index: 2;
}

.foot-block .link-f li a:hover,
.foot-block .info-f li a:hover {
    color: var(--main-color);
}

.footer-bottom {
    /* background: var(--bg-color); */
    padding: 15px 0;
}

.copyRight p {
    font-style: normal;
    color: var(--sec-color);
    /* font-family: 'DGThin'; */
    font-size: 16px;
    line-height: 26px;
}

.logo-elryad {
    display: flex;
    margin-inline-end: auto;
    direction: ltr;
    height: 50px;
    overflow: hidden;
    /* max-width: 205px; */
    align-items: center;
    -webkit-align-items: center;
    /* justify-content: space-around; */
}

.logo-elryad .lolo-co {
    padding-inline-start: 10px;
    padding-top: 0 !important;
}

.logo-elryad .lolo-co a,
.logo-elryad .lolo-co span {
    font-size: 9px !important;
}

.footer-bottom .row {
    align-items: center;
    -webkit-align-items: center;
}

.container {
    position: relative;
    z-index: 3;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 111%;
    right: 0;
    left: -5.5%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {

    position: absolute;

    width: 58.94px;

    height: 58.94px;

    border-radius: 50%;



    /* primary/500 */

    background: var(--sec-color);

    box-shadow: 0px 4px 44px rgba(3, 23, 48, 0.16);

    color: #fff;

    font-size: 27px;

}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: #fff;
    color: var(--sec-color);
    /* box-shadow: 0px 4px 44px rgba(3, 23, 48, 0.16); */
}

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

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

.slider-block .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--dark-color);
    opacity: 0.48;
}

/* End Footer */

.slider-home .owl-dots {
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 6;
    display: flex;
    justify-content: center;
}

.slider-home .owl-dots button.owl-dot {
    margin: 0 6.5px;
    background: transparent;
    width: auto;
    height: auto;
}

.slider-home .owl-dots button.owl-dot span {
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 0.3;
    transition: all .5s;
}

.slider-home .owl-dots button.owl-dot.active span {
    opacity: 1;
}


/* Start About-h */

.about-h {
    padding: 98px 0 78px;
    background: var(--bg-color);
}

.title .line {
    display: block;
    margin: 14px 6px 14px 16px;
    opacity: 0.1;
    /* primary/500 */
    border: 1px solid var(--main-color);
    height: 98px;
    display: none;
}

.title .num {
    font-weight: 400;
    font-size: 24.5px;
    line-height: 44px;
    color: var(--main-color);
    margin-inline-end: 6px;
    display: none;
}

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

.about-h .row .about-inner.row {
    align-items: start;
    -webkit-align-items: start;
}

.about-inner .about-block {
    margin: 0 0 30px;
    padding: 33px 36px;
    transition: all .5s;
}

.about-inner .about-block h3 {
    color: #031730;
    margin: 0 0 16px;
//
    styleName: h2;
    font-size: 24.5px;
    font-weight: 400;
    line-height: 44px;
}

.about-inner .about-block p {
    /* font-family: 'DGThin'; */
    
    /* or 162% */


    /* nutral/black */
//
    styleName: paragraph;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--dark-color);
}

.about-h .row .about-inner.row .col-md-6:nth-last-child(1) .about-block,
.about-h .row .about-inner.row .col-md-6:nth-last-child(2) .about-block {
    margin: 0;
}

/* End About-h */

.title.title-center h3 {
    transform: none;
}

.title.title-center .line {
    height: auto;
    width: 98px;
    margin: 0 14px;
}

.map-inner {
    box-shadow: 0px 4px 64px 0px #00000014;
    padding: 57px 61px 40px;
}

.map-inner .map-inner-h .mapH {
    max-width: 1127px;
    height: 505px;
    margin: 0 auto;
}

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

.map-inner .map-inner-h .mapH iframe {
    width: 100%;
    height: 100%;
}

.partners-h {
    padding: 80px 0;
    background: var(--bg-color);
}

.partners-slider .item {
    padding: 13px;
}

.part-block {
    background: #fff;
    box-shadow: 0px 4px 64px 0px #130E4E0A;
    height: 106px;
    line-height: 106px;
    border: 1px transparent solid;
    text-align: center;
    transition: all .4s;
}

.partners-h .title.title-center {
    margin: 0 0px 43px;
}

.part-block img {
    display: inline-block !important;
    max-width: 183.3px;
    max-height: 77.12px;
    object-fit: contain;
    object-position: center;
}

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

.partners-slider .owl-nav {
    top: 38px;
    /* width: 100%; */
    left: -5.5%;
    right: auto;
}

.bg-logo {
    position: absolute;
    inset: 0;
}

.bg-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: revert;
}

.foot-block {
    height: 100%;
}

.foot-block h1 {
    
    
    /* identical to box height, or 132% */
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 274px;
    margin: 8px 0 0;
}

.foot-block h1 span {
    color: var(--main-color);
    margin-inline-start: 10px;
}

.foot-block .info-f li:last-child a {
    margin-bottom: 0;
}

.foot-block .link-f li:nth-last-child(1) a,
.foot-block .link-f li:nth-last-child(2) a {
    margin-bottom: 0;
}

.modal-backdrop {
    background: #031730;
}

.modal-backdrop.show {
    opacity: 0.4;
}

.orderNow button.btn-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: -20px;
    background-color: #EEEAEA;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14);
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-size: 14px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 606px;
        margin: 12vh auto;
    }
}

.orderNow .modal-body {
    padding: 60px;
}

.orderNow button.btn-close:hover {
    background-color: #fff;
}

.modal .title h3 {
    color: var(--sec-color);
    font-family: 'DGBold';
    font-size: 32.5px;
    line-height: 44px;
}

.orderNow .form-group {
    margin: 29px 0;
}

.orderNow .form-group label {
    font-weight: 400;
    font-size: 16.5px;
    line-height: 26px;
    /* identical to box height, or 158% */


    /* primary/500 */
    color: var(--sec-color);
    margin: 0 0 12px;
}

.orderNow .form-group .form-control {
    height: 50px;
    border: none !important;
    border-radius: 0;
    background: #EFF6FF;
    padding: 0 21px !important;
    transition: all .5s;
    font-family: 'DGThin';
    font-size: 16.5px;
    line-height: 26px;
    color: #646464;
}

.orderNow .form-group .form-control:focus {
    box-shadow: 0 0px 2px #ccc;
    outline: none !important;
    background: #fff;
}

.orderNow .form-group .form-control::placeholder {
    color: #646464;
}

.orderNow .form-group .form-control.niceSelect {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.orderNow .form-group .form-control.niceSelect::after {
    top: 12px;
    color: var(--sec-color);
    font-size: 20px;
}

.orderNow .form-group textarea.form-control {}

.orderNow .form-group:last-child {
    margin-bottom: 0;
}

.orderNow .form-group .btn-group {
    vertical-align: middle;
    display: flex;
    justify-content: center;
}

.orderNow .form-group .btn-group .btn.btn-dark {
    flex: inherit;
    min-width: 176px;
    min-height: 55px;
    font-family: 'DGBold';
    font-size: 20.1px;
    margin-top: 2px;
    background: var(--sec-color);
}

.orderNow .modal-content {
    border-radius: 0;
}

/* Start About-page */
.breadcrumb {
    padding: 99px 0;
    margin: 0;
}

.breadcrumb .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--dark-color);
    opacity: 0.48;
}

.text-bread ul {
    display: flex;
    justify-content: center;
}

.text-bread ul li {
    /* padding: 0 10px; */
}

.text-bread ul li a,
.text-bread ul li span {
    font-weight: 400;
    font-size: 24.5px;
    line-height: 44px;
    color: #FFF;
    display: flex;
    align-items: center;
}

.text-bread ul li a::after {
    content: "/";
    margin: 0 8px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.body-inner {
    padding: 88px 0;
}

.about-page.body-inner {
    background: var(--bg-color);
}

.about-img {
    max-width: 462px;
    max-height: 444px;
    height: 100%;
    min-height: 405px;
}

.about-img img {
    width: 100%;
    max-height: 444px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    min-height: 405px;
}

.about-text h3 {
    font-family: 'DGBold';
    font-size: 24.5px;
    line-height: 44px;
    color: #02172E;
    margin: 0 0 16px;
}

.about-text h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1B1B1B;
    margin: 0 0 25px;
}

.about-text p {
    font-family: 'DGThin';
    font-size: 16px;
    line-height: 26px;
    color: #1B1B1B;
    margin: 15px 0;
}

.about-page .about-inner {
    padding-top: 65px;
}

.about-page .about-inner .about-block {
    margin: 15px 00;
}

.about-page .about-inner .about-block h3 {
    font-family: 'DGBold';
}

.body-inner+.partners-h {
    background: #ffff;
}

.body-inner+.partners-h .part-block {}

/* End About-page */

/* Start Projects-page */

.title.title-dark {
    margin: 0 0 60px;
    text-align: start;
    justify-content: start;
    /* display: block; */
    flex-direction: inherit;
}

.title.title-dark h3 {
    font-family: 'DGBold';
    font-size: 40px;
    line-height: 64px;
    color: var(--sec-color);
}

.pro-block-count {
    display: flex;
    margin: 15px 0;
    align-items: center;
    -webkit-align-items: center;
}

.pro-block-count .num-count {
    padding-inline-end: 15px;
    position: relative;
}

.pro-block-count .num-count::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-inline-end: 1.3125px solid #A15E33;
    max-height: 43.31px;
    opacity: 0.5;
}

.pro-block-count .num-count .counter-item {
    margin: 0;
    direction: ltr;
    font-family: 'DGBold';
    font-size: 52.5px;
    line-height: 84px;
    color: var(--main-color);
}

.pro-block-count .details {
    padding-inline-start: 16px;
}

.pro-block-count .details h4 {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--sec-color);
}

.all-projects {
    background: var(--bg-color);
    padding: 99px 0 84px;
    text-align: center;
    margin: 80px 0 0;
}

.all-projects .nav.nav-tabs {
    justify-content: center;
    display: inline-flex;
    margin: 0 0 35px;
}

.all-projects .nav.nav-tabs .nav-item .nav-link {
    margin: 0 10.5px;
}

.all-projects .nav.nav-tabs .nav-item:first-child .nav-link {
    margin-inline-start: 0;
}

.all-projects .nav.nav-tabs .nav-item:last-child .nav-link {
    margin-inline-end: 0;
}

.pro-block.pro-inner {
    height: 350px;
    position: relative;
}

.pro-block.pro-inner .img-block {
    height: 100%;
}

.pro-block.pro-inner .details {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(3, 23, 48, 0) 51.25%, rgba(3, 23, 48, 0.95) 91.52%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: start;
    padding: 26px 20px;
}

.pro-block.pro-inner .details .name {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 16px;
}

.pro-block.pro-inner .details .showMore {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-decoration: underline;
    color: var(--main-color);
}

/* End Projects-page */

/* Start Single-project */

.breadcrumb.breadcrumb-single {
    padding: 161px 0;
}

.breadcrumb-single .text-bread {
    text-align: center;
    color: #fff;
}

.breadcrumb-single .text-bread i {
    font-size: 64px;
    margin: 0 0 27px;
}

.breadcrumb-single .text-bread h3 {
    color: #fff;
    font-weight: 400;
    font-size: 24.5px;
    line-height: 44px;
    margin: 0;
}

.main-content {
    overflow: hidden;
}

.single-counter {
    padding: 23px 0;
    background: var(--main-color);
}

.single-counter .row {
    justify-content: center;
    text-align: center;
}

.single-counter .row .item {
    width: auto;
    padding: 0 15px;
}

.single-counter .row .item .count-item-in {
    margin: 15px 0;
}

.single-counter .row .item .count-item-in h4 {
    font-family: 'DGThin';
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 3px;
    color: #F7FBFF;
}

.single-counter .row .item .count-item-in h3 {
    font-family: 'DGBold';
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    margin: 0;
}

.counter-item {
    direction: ltr;
}

.single-page.body-inner {
    padding: 100px 0;
}

.text-single h3 {
    color: var(--main-color);
    font-weight: 400;
    font-size: 24.5px;
    line-height: 44px;
    margin: 0 0 24px;
}

.text-single p {
    font-family: 'DGThin';
    font-size: 16px;
    line-height: 26px;
    /* or 162% */


    /* nutral/black */
    color: #1B1B1B;
}

.single-page .img-single,
.single-page .img-single img {
    max-height: 430px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-gallery {
    padding: 89px 0;
    background: var(--bg-color);
}

.title.title-single {
    margin: 0;
}

.title.title-single h3 {
    font-family: 'DGBold';
    font-size: 40px;
    line-height: 64px;
}

.single-gallery .row {
    align-items: center;
    -webkit-align-items: center;
}

.single-gallery .imgs-gallery {
    width: 110%;
}

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

.gallery-block a {
    display: block;
    height: 372.41px;
}

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

.single-gallery-slider .owl-nav {
    width: 102%;
    top: 46%;
}

.single-gallery-slider .owl-nav button.owl-prev,
.single-gallery-slider .owl-nav button.owl-next {
    opacity: 0.5;
}

.single-gallery-slider .owl-nav button.owl-prev {
    left: 10%;
}

.iti {
    display: block;
}

.iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
    direction: ltr;
}

.single-map {
    padding: 100px 0 25px;
}

.single-map .single-map-inner {
    max-width: 1249px;
    margin: 0 auto;


    /* nutral/white */
    background: #FFFFFF;
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.08);
    padding: 78px 61px;
    margin-bottom: -50px;
}

.single-map .single-map-inner .title.title-center {
    margin: 0 0 45px;
}

.single-map .single-map-inner .title.title-center h3 {
/*     font-size: 40px; */
    line-height: 64px;
    font-family: 'DGBold';
}

.single-map .single-map-inner .map-in {
    height: 505px;
}

.orderNow .form-group .form-control.phone {
    padding-inline-start: 95px !important;
}

.contact-h::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 60%;
    background: url(../images/after-contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-h {
    padding: 100px 0;
}

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

.title.title-contact.title-center {
    max-width: 271px;
    margin: 0 auto;
}

.title.title-contact.title-center h3 {
    font-size: 40px;
    line-height: 64px;
    font-family: 'DGBold';
    text-align: start;
}

.contact-form {
    max-width: 606px;
    margin: 0 auto;


    /* nutral/white */
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.08);
    background: #fff;
    padding: 49px 60px;
}

.contact-form .form-group {
    margin: 0 0 30px;
}

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

.contact-form .form-group label {
    font-weight: 400;
    font-size: 16.5px;
    line-height: 26px;
    color: var(--sec-color);
    margin: 0 0 12px;
}

.contact-form .form-group .form-control {
    border: none;
    height: 50px;
    width: 100%;
    background: #F6F6F6;
    padding: 0 20px !important;
    border-radius: 0;
    transition: all .5s;
    font-size: 16.5px;
    line-height: 26px;
    /* identical to box height, or 158% */
    color: #646464;
}

.contact-form .form-group .form-control:focus {
    background: #fff;
    border: none;
    box-shadow: 0 0 1px 1px var(--main-color);
}

button.btn.btn-form {
    margin: 2px auto 0;
    display: table;
    min-width: 176px;
    font-family: 'DGBold';
    font-size: 20.1px;
    min-height: 55px;
    background: var(--sec-color);
}

form {
    direction: rtl;
}

/* End Single-project */

/* Start Partners-page */

.partners-page .col-md-3 {
    max-width: 20%;
    flex: 0 0 20%;
}

.partners-page .part-block {
    margin: 15px 0;
}

/* End Partners-page */

/* Start Contact-page */

.contact-page .contact-form {
    box-shadow: none;
    border: 1px solid var(--main-color);
    padding: 40px 50px;
    max-width: 562px;
    margin: 0;
}

.contact-page .title h3 {
    font-family: 'DGBold';
    font-size: 32.5px;
    line-height: 44px;
    color: var(--sec-color);
    color: #0E0E0E;
}

.contact-page .title.title-sec {
    text-align: start;
    justify-content: start;
    align-items: flex-start;
    margin: 40px 0;
}

.contact-page .title.title-sec.title-center {
    text-align: center;
    justify-content: center;
    margin: 0 0 33px;
}

.contact-page .title.title-sec h3 {
    text-align: start;
}

.contact-form .form-group textarea.form-control {
    height: 86px;
    padding: 12px 20px !important;
}

button.btn.btn-form:hover {
    background: var(--main-color);
    color: #fff;
}

.contact-map .map-in {
    height: 628px;
}

.owl-item + .owl-item.active + .owl-item.active .pro-block .btn {
    display: none;
}

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

.iti__country-list {
    left: 0;
    right: auto;
}

.contact-map {
    padding-inline-start: 30px;
}

.contact-form .form-group .form-control.phone {
    padding-inline-start: 98px !important;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"] {
    text-align: right;
}

.contact-form .form-group .nice-select.form-control {
    line-height: 50px;
}

.btn-group {
    display: flex;
    justify-content: center;
}

.btn-group .btn.btn-dark {
    flex: inherit;
    min-width: 176px;
    min-height: 55px;
    background: var(--sec-color);
}

.breadcrumb + .partners-h .part-block {
    margin: 15px 0;
}

input[type="email"] {
    text-transform: lowercase;
}

.about-text {
    padding-inline-start: 40px;
}

.about-page .row {
    align-items: center;
    -webkit-align-items: center;
}

.about-page .row.about-inner {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.projects-page.body-inner {
    padding-bottom: 0;
}

.owl-stage-outer {
    overflow: visible;
}

.owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.owl-item.active {
    opacity: 1;
}

.contact-2 .contact-form {
    /* margin: 0; */
    /* margin-inline-start: auto; */
    max-width: 800px;
}

.contact-2::before {
    display: none;
}

.text-single .btn {
    margin: 30px 0 0;
}

.projects-h .title {
    margin-inline-start: 50px;
}

.btn-res {
    display: none;
}

footer {
    overflow: hidden;
}

.about-inner .about-block:hover {
    box-shadow: 0px 34px 64px 0px #B6B0B014;
    background: #fff;
}

.about-inner .about-block:hover h3 {
    color: var(--sec-color);
}

.about-page .row.about-inner .about-block {
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.contact-2 .title.title-rotate {
    max-width: 271px;
}

.partners-h.partners-page {
    background: #fff;
}

.footer-after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.footer-after svg {
    height: 100%;
}

.owl-dots button.owl-dot {width: 15px;height: 15px;background: var(--main-color);border-radius: 50%;margin: 0 5px;opacity: .5;}

.owl-dots button.owl-dot.active {
    opacity: 1;
}

.owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 24px 0 0px;
}

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

.pro-block:hover .img-block .img img {
    transform: scale(1.2);
}

/* End Contact-page */